aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-07wifi: mac80211: simplify reasoning about EHT capa handlingJohannes Berg1-1/+1
2023-03-07wifi: mac80211: mlme: remove pointless sta checkJohannes Berg1-1/+1
2023-03-07wifi: mac80211: add netdev per-link debugfs data and driver hookBenjamin Berg6-55/+232
2023-03-07wifi: mac80211: remove SMPS from AP debugfsBenjamin Berg1-1/+0
2023-03-07wifi: mac80211: add pointer from bss_conf to vifBenjamin Berg1-0/+1
2023-03-07wifi: mac80211: warn only once on AP probeJohannes Berg1-1/+1
2023-03-07wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg3-10/+18
2023-03-07wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern1-0/+17
2023-03-07wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern3-0/+79
2023-03-07wifi: wireless: cleanup unused function parametersMordechay Goodstein1-16/+5
2023-03-07wifi: wireless: correct primary channel validation on 6 GHzMordechay Goodstein1-7/+6
2023-03-07wifi: wireless: return primary channel regardless of DUPMordechay Goodstein1-3/+1
2023-03-07wifi: mac80211: allow beacon protection HW offloadJohannes Berg1-0/+4
2023-03-07wifi: mac80211: check key taint for beacon protectionJohannes Berg1-0/+6
2023-03-07wifi: mac80211: clear all bits that relate rtap fields on skbMordechay Goodstein1-2/+9
2023-03-07wifi: mac80211: adjust scan cancel comment/checkJohannes Berg1-4/+4
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-46/+150
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-6/+25
2023-03-06net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski1-0/+2
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin1-6/+13
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2-2/+2
2023-03-06netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande1-7/+7
2023-03-03bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman1-35/+44
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov1-1/+2
2023-03-03bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian3-0/+12
2023-03-02bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo1-6/+0
2023-03-02Merge tag 'ieee802154-for-net-2023-03-02' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-1/+1
2023-03-02net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida1-0/+3
2023-03-02ieee802154: Prevent user from crashing the hostMiquel Raynal1-1/+1
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez1-1/+2
2023-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-1/+9
2023-03-01net: tls: avoid hanging tasks on the tx_lockJakub Kicinski1-7/+19
2023-03-01net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua1-18/+5
2023-03-01Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-6/+17
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong1-3/+3
2023-03-01bpf: Add xdp dynptrsJoanne Koong1-2/+35
2023-03-01bpf: Add skb dynptrsJoanne Koong1-0/+67
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-22/+49
2023-03-01netfilter: nft_quota: copy content when cloning expressionPablo Neira Ayuso1-1/+5
2023-03-01netfilter: nft_last: copy content when cloning expressionPablo Neira Ayuso1-0/+4
2023-03-01net/sched: flower: fix fl_change() error recovery pathEric Dumazet1-4/+6
2023-03-01ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet1-0/+1
2023-03-01net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela1-0/+3
2023-03-01net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet1-8/+23
2023-02-28tls: rx: fix return value for async cryptoJakub Kicinski1-1/+1
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds24-131/+169
2023-02-27SUNRPC: Properly terminate test case arraysChuck Lever1-0/+5
2023-02-27SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever1-6/+12
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-02-27Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-2/+2