summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2023-12-193-21/+21
|\
| * Revert BPF token-related functionalityAndrii Nakryiko2023-12-193-20/+20
| * bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski2023-12-191-1/+1
* | devlink: extend multicast filtering by port indexJiri Pirko2023-12-195-5/+30
* | devlink: add a command to set notification filter and use it for multicastsJiri Pirko2023-12-194-4/+157
* | netlink: introduce typedef for filter functionJiri Pirko2023-12-191-2/+1
* | genetlink: introduce per-sock family private storageJiri Pirko2023-12-191-1/+143
* | devlink: introduce a helper for netlink multicast sendJiri Pirko2023-12-199-22/+18
* | devlink: send notifications only if there are listenersJiri Pirko2023-12-199-9/+21
* | devlink: introduce __devl_is_registered() helper and use it instead of xa_get...Jiri Pirko2023-12-194-4/+10
* | devlink: use devl_is_registered() helper instead xa_get_mark()Jiri Pirko2023-12-193-6/+9
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-1810-27/+317
|\
| * bpf: Fix dtor CFIPeter Zijlstra2023-12-151-2/+13
| * x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-152-1/+99
| * bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu2023-12-143-0/+137
| * xdp: Add VLAN tag hintLarysa Zaremba2023-12-131-0/+33
| * xsk: add functions to fill control bufferMaciej Fijalkowski2023-12-131-0/+12
| * bpf: Add helpers for trampoline image managementSong Liu2023-12-061-4/+3
| * bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2023-12-061-2/+2
| * bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-063-18/+18
* | Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-12-1827-143/+535
|\ \
| * | wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap2023-12-141-2/+2
| * | wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap2023-12-141-2/+2
| * | wifi: cfg80211: sort certificates in buildJohannes Berg2023-12-141-2/+2
| * | wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov2023-12-121-1/+1
| * | wifi: mac80211: don't set ESS capab bit in assoc requestJohannes Berg2023-12-121-1/+12
| * | wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg2023-12-121-1/+3
| * | wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg2023-12-121-0/+31
| * | wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-122-6/+6
| * | wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-127-21/+21
| * | wifi: mac80211: add a flag to disallow puncturingJohannes Berg2023-12-122-2/+11
| * | wifi: cfg80211: Add support for setting TID to link mappingIlan Peer2023-12-123-0/+75
| * | wifi: cfg80211: add BSS usage reportingJohannes Berg2023-12-123-28/+102
| * | wifi: nl80211: Extend del pmksa support for SAE and OWE securityVinayak Yadawad2023-12-121-27/+67
| * | wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov2023-12-124-14/+12
| * | wifi: mac80211: Add support for WBRF featuresEvan Quan2023-12-125-0/+115
| * | wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan2023-12-121-1/+2
| * | wifi: cfg80211: make RX assoc data constJohannes Berg2023-12-064-4/+4
| * | wifi: nl80211: refactor nl80211_send_mlme_event() argumentsJohannes Berg2023-12-061-31/+67
* | | net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela2023-12-181-9/+3
* | | skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-12/+40
* | | skbuff: Add a function to check if a page belongs to page_poolLiang Chen2023-12-171-1/+6
* | | page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen2023-12-171-1/+1
* | | tcp/dccp: change source port selection at connect() timeEric Dumazet2023-12-151-11/+16
* | | inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet2023-12-151-5/+16
* | | netlink: specs: mptcp: rename the MPTCP path management specJakub Kicinski2023-12-152-2/+2
* | | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-157-26/+28
* | | net: increase optmem_max default valueEric Dumazet2023-12-151-2/+4
* | | virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2023-12-155-4/+41
* | | virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov2023-12-151-3/+10