summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-12wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg1-1/+3
2023-12-12wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg1-0/+31
2023-12-12wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2-6/+6
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski7-21/+21
2023-12-12wifi: mac80211: add a flag to disallow puncturingJohannes Berg2-2/+11
2023-12-12wifi: cfg80211: Add support for setting TID to link mappingIlan Peer3-0/+75
2023-12-12wifi: cfg80211: add BSS usage reportingJohannes Berg3-28/+102
2023-12-12wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad1-27/+67
2023-12-12wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov4-14/+12
2023-12-12wifi: mac80211: Add support for WBRF featuresEvan Quan5-0/+115
2023-12-12wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan1-1/+2
2023-12-12net/sched: cls_api: conditional notification of eventsPedro Tammela1-0/+12
2023-12-12net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela1-17/+9
2023-12-12net/sched: act_api: conditional notification of eventsPedro Tammela1-23/+75
2023-12-12net/sched: act_api: don't open code max()Pedro Tammela1-6/+3
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet7-40/+34
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet11-49/+51
2023-12-11Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg1-3/+12
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-6/+28
2023-12-10io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-0/+6
2023-12-09tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet1-2/+20
2023-12-09net: sysfs: fix locking in carrier readJohannes Berg1-2/+7
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight4-50/+34
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+7
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski1-5/+1
2023-12-08neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao1-1/+8
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-76/+153
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella1-2/+1
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu3-9/+8
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2-1/+6
2023-12-07psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel1-1/+2
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-12-07net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2023-12-07Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski7-19/+40
2023-12-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+2
2023-12-07net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg1-9/+4
2023-12-07tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-07bpf: Add helpers for trampoline image managementSong Liu1-4/+3
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-2/+2
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko3-18/+18
2023-12-06netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter1-4/+12
2023-12-06netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso1-2/+3
2023-12-06netfilter: nf_tables: bail out on mismatching dynset and set expressionsPablo Neira Ayuso1-4/+9
2023-12-06netfilter: nf_tables: fix 'exist' matching on bigendian archesFlorian Westphal2-4/+8
2023-12-06netfilter: nft_set_pipapo: skip inactive elements during set walkFlorian Westphal1-0/+3
2023-12-06netfilter: bpf: fix bad registration on nf_defragD. Wythe1-5/+5
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov3-10/+8
2023-12-06net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov1-0/+9
2023-12-06net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov1-0/+6
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov5-9/+9