summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando2023-12-151-7/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-1411-24/+84
|\ \ \
| * | | appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-141-5/+4
| * | | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-131-1/+2
| * | | vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-131-1/+1
| * | | Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski2023-12-131-1/+1
| * | | tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro2023-12-131-1/+1
| * | | net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-121-0/+6
| * | | net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-121-1/+3
| * | | atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-121-2/+5
| * | | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-6/+28