summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-02wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg1-12/+18
2024-02-02wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg1-0/+1
2024-02-02wifi: mac80211: fix waiting for beacons logicJohannes Berg1-2/+1
2024-02-02wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg1-7/+7
2024-02-02wifi: mac80211: initialize SMPS mode correctlyJohannes Berg1-4/+3
2024-02-02wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg3-8/+3
2024-02-02wifi: mac80211: set station RX-NSS on reconfigJohannes Berg1-0/+2
2024-02-02wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg1-3/+4
2024-02-02wifi: mac80211: improve CSA/ECSA connection refusalJohannes Berg1-27/+76
2024-02-02wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg1-1/+58
2024-01-26wifi: mac80211: Drop WBRF debugging statementsMario Limonciello1-2/+0
2024-01-26wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg1-1/+2
2024-01-26Revert "nl80211/cfg80211: Specify band specific min RSSI thresholds with sche...Jeff Johnson1-55/+0
2024-01-26wifi: mac80211: apply duration for SW scanMichael-CY Lee1-2/+8
2024-01-26wifi: mac80211: use deflink and fix typo in link ID checkBenjamin Berg1-2/+2
2024-01-26wifi: mac80211: don't set bss_conf in parsingJohannes Berg2-20/+28
2024-01-26wifi: mac80211: disallow drivers with HT wider than HEJohannes Berg1-0/+18
2024-01-26wifi: mac80211: simplify HE capability accessJohannes Berg1-27/+5
2024-01-26wifi: mac80211: remove extra element parsingJohannes Berg1-22/+2
2024-01-26wifi: mac80211: simplify ieee80211_config_bw() prototypeJohannes Berg1-12/+8
2024-01-26wifi: cfg80211: validate MLO connections betterJohannes Berg4-17/+128
2024-01-26wifi: mac80211: take EML/MLD capa from assoc responseJohannes Berg1-9/+13
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg6-11/+39
2024-01-26wifi: cfg80211: add support for SPP A-MSDUsJohannes Berg1-3/+21
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker5-0/+146
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker7-17/+420
2024-01-26wifi: cfg80211: add RNR with reporting AP informationBenjamin Berg2-8/+163
2024-01-26wifi: wireless: avoid strlen() in cfg80211_michael_mic_failure()Dmitry Antipov1-5/+5
2024-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-74/+229
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds35-59/+223
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+2
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni3-10/+47
2024-01-25tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap1-2/+0
2024-01-25tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap1-1/+0
2024-01-25xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski1-0/+2
2024-01-25xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-6/+36
2024-01-25xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-0/+1
2024-01-25xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski1-4/+8
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso8-2/+47
2024-01-24netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal1-10/+6
2024-01-24netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal1-0/+4
2024-01-24netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal1-7/+16
2024-01-24netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso1-2/+9
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel2-1/+31
2024-01-24net/ipv6: resolve warning in ip6_fib.cBreno Leitao2-10/+13
2024-01-24net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao1-4/+0
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski5-4/+8
2024-01-23inet_diag: skip over empty bucketsEric Dumazet1-0/+8
2024-01-23sock_diag: remove sock_diag_mutexEric Dumazet1-4/+0
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet2-19/+33