summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg-20/+32
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld-1/+1
2022-10-10wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg-5/+7
2022-10-10wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg-15/+23
2022-10-10wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg-0/+2
2022-10-07wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel-7/+9
2022-10-07wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau-3/+4
2022-10-07wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter-1/+1
2022-10-07wifi: mac80211: remove/avoid misleading printsJames Prestwood-3/+4
2022-10-07wifi: mac80211: fix probe req HE capabilities accessJames Prestwood-1/+1
2022-10-07wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau-1/+1
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-288/+766
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert-2/+2
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+17
2022-09-27Merge tag 'wireless-2022-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-8/+17
2022-09-27wifi: mac80211: mlme: Fix double unlock on assoc success handlingRafael Mendonca-1/+0
2022-09-27wifi: mac80211: mlme: Fix missing unlock on beacon RXRafael Mendonca-2/+6
2022-09-27wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()Paweł Lenkow-2/+4
2022-09-27wifi: mac80211: fix regression with non-QoS driversHans de Goede-0/+4
2022-09-27wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel-2/+2
2022-09-27wifi: mac80211: don't start TX with fq->lock to fix deadlockAlexander Wetzel-1/+1
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-8/+12
2022-09-06wifi: mac80211: implement link switchingJohannes Berg-0/+250
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg-16/+72
2022-09-06wifi: mac80211: set up beacon timing config on linksJohannes Berg-36/+47
2022-09-06wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg-0/+10
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg-17/+31
2022-09-06wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg-0/+37
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg-174/+270
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg-11/+13
2022-09-06wifi: mac80211: use correct rx link_sta instead of defaultBenjamin Berg-34/+35
2022-09-06wifi: mac80211: set link_sta in reorder timeoutJohannes Berg-0/+1
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg-8/+12
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-296/+412
2022-09-04Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-8/+12
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg-15/+13
2022-09-03wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg-13/+27
2022-09-03wifi: mac80211: fix double SW scan stopJohannes Berg-1/+1
2022-09-03wifi: mac80211: mlme: assign link address correctlyJohannes Berg-3/+2
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg-254/+274
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg-6/+4
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood-2/+71
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg-0/+11
2022-09-03wifi: mac80211: prevent VLANs on MLDsJohannes Berg-0/+5
2022-09-03wifi: use struct_group to copy addressesJohannes Berg-2/+2
2022-09-03wifi: mac80211: fix locking in auth/assoc timeoutJohannes Berg-6/+5
2022-09-03wifi: mac80211: mlme: release deflink channel in error caseJohannes Berg-0/+1
2022-09-03wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya-0/+4