summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad5-8/+24
2022-10-07wifi: mac80211: minstrel_ht: remove unused has_mrr member from struct minstre...Peter Seiderer2-4/+0
2022-10-07wifi: mac80211: fix ifdef symbol nameJohannes Berg1-1/+1
2022-10-07wifi: mac80211: remove support for AddBA with fragmentationJohannes Berg1-19/+0
2022-10-07wifi: mac80211: agg-rx: avoid band checkJohannes Berg1-1/+1
2022-10-07wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg1-0/+10
2022-10-07wifi: mac80211: don't clear DTIM period after setting itJohannes Berg1-13/+12
2022-10-07wifi: mac80211: change AddBA deny error messageJohannes Berg1-1/+1
2022-10-07wifi: mac80211: mlme: mark assoc link in outputJohannes Berg1-2/+4
2022-10-07wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg2-2/+6
2022-10-07wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg1-2/+6
2022-10-07wifi: mac80211: fix AddBA response addressingJohannes Berg1-1/+1
2022-10-07wifi: mac80211: set internal scan request BSSIDJohannes Berg1-0/+2
2022-10-07wifi: mac80211: advertise TWT requester only with HW supportHaim Dreyfuss1-6/+24
2022-10-07wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg1-19/+21
2022-10-07wifi: nl80211: use link ID in NL80211_CMD_SET_BSSJohannes Berg1-1/+3
2022-10-07wifi: mac80211: transmit AddBA with MLD addressJohannes Berg1-1/+1
2022-10-07wifi: mac80211: wme: use ap_addr instead of deflink BSSIDJohannes Berg1-1/+1
2022-10-07wifi: mac80211: Process association status for affiliated linksIlan Peer2-5/+37
2022-10-07wifi: mac80211: Parse station profile from association responseIlan Peer3-6/+187
2022-10-07wifi: cfg80211: support reporting failed linksJohannes Berg3-1/+22
2022-10-07wifi: mac80211: recalc station aggregate data during link switchJohannes Berg3-9/+43
2022-10-07wifi: mac80211: include link address in debugfsBenjamin Berg1-0/+15
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg6-23/+189
2022-10-07wifi: mac80211: add pointer from link STA to STABenjamin Berg1-0/+1
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski19-288/+766
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy1-2/+0
2022-09-30ip6_vti:Remove the space before the commaHongbin Wang1-1/+1
2022-09-30net: bridge: assign path_cost for 2.5G and 5G link speedSteven Hsieh1-1/+10
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert3-4/+4
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen1-29/+29
2022-09-30net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean1-1/+151
2022-09-30net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean1-0/+17
2022-09-30net/tipc: Remove unused struct distr_queue_itemYuan Can1-8/+0
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni2-22/+103
2022-09-30net: sched: cls_u32: Avoid memcpy() false-positive warningKees Cook1-1/+5
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-47/+45
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-40/+45
2022-09-29mptcp: fix unreleased socket in accept queueMenglong Dong3-27/+9
2022-09-29mptcp: factor out __mptcp_close() without socket lockMenglong Dong2-2/+13
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-29net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau1-0/+10
2022-09-29mptcp: poll allow write call before actual connectBenjamin Hesmans1-0/+4
2022-09-29mptcp: handle defer connect in mptcp_sendmsgDmytro Shytyi1-0/+22
2022-09-29tcp: export tcp_sendmsg_fastopenBenjamin Hesmans1-3/+2
2022-09-29mptcp: add TCP_FASTOPEN_CONNECT socket optionBenjamin Hesmans1-1/+18
2022-09-29net: shrink struct ubuf_infoPavel Begunkov4-20/+24
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt1-7/+0
2022-09-28netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2-1/+8
2022-09-28net: sched: act_bpf: simplify code logic in tcf_bpf_init()Zhengchao Shao1-1/+1