summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-12-12file: stop exposing receive_fd_user()Christian Brauner
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim
2023-12-12net: dns_resolver: the module is called dns_resolver, not dnsresolverAhelenia ZiemiaƄska
2023-12-12wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov
2023-12-12wifi: mac80211: don't set ESS capab bit in assoc requestJohannes Berg
2023-12-12wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg
2023-12-12wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg
2023-12-12wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski
2023-12-12wifi: mac80211: add a flag to disallow puncturingJohannes Berg
2023-12-12wifi: cfg80211: Add support for setting TID to link mappingIlan Peer
2023-12-12wifi: cfg80211: add BSS usage reportingJohannes Berg
2023-12-12wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad
2023-12-12wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov
2023-12-12wifi: mac80211: Add support for WBRF featuresEvan Quan
2023-12-12wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan
2023-12-12wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg
2023-12-12wifi: mac80211: mesh: check element parsing succeededJohannes Berg
2023-12-12wifi: mac80211: check defragmentation succeededJohannes Berg
2023-12-12wifi: mac80211: don't re-add debugfs during reconfigJohannes Berg
2023-12-12net: rfkill: gpio: set GPIO directionRouven Czerwinski
2023-12-12wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis
2023-12-12wifi: cfg80211: Add my certificateChen-Yu Tsai
2023-12-11net/sched: cls_api: conditional notification of eventsPedro Tammela
2023-12-11net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela
2023-12-11net/sched: act_api: conditional notification of eventsPedro Tammela
2023-12-11net/sched: act_api: don't open code max()Pedro Tammela
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-12-11Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman
2023-12-09io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-08tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg
2023-12-08Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej ƻenczykowski
2023-12-08neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel
2023-12-07psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend
2023-12-07net: tls, update curr on splice as wellJohn Fastabend