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