summaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg2022-10-071-0/+10
* wifi: mac80211: don't clear DTIM period after setting itJohannes Berg2022-10-071-13/+12
* wifi: mac80211: change AddBA deny error messageJohannes Berg2022-10-071-1/+1
* wifi: mac80211: mlme: mark assoc link in outputJohannes Berg2022-10-071-2/+4
* wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg2022-10-072-2/+6
* wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg2022-10-071-2/+6
* wifi: mac80211: fix AddBA response addressingJohannes Berg2022-10-071-1/+1
* wifi: mac80211: set internal scan request BSSIDJohannes Berg2022-10-071-0/+2
* wifi: mac80211: advertise TWT requester only with HW supportHaim Dreyfuss2022-10-071-6/+24
* wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg2022-10-071-19/+21
* wifi: mac80211: transmit AddBA with MLD addressJohannes Berg2022-10-071-1/+1
* wifi: mac80211: wme: use ap_addr instead of deflink BSSIDJohannes Berg2022-10-071-1/+1
* wifi: mac80211: Process association status for affiliated linksIlan Peer2022-10-072-5/+37
* wifi: mac80211: Parse station profile from association responseIlan Peer2022-10-073-6/+187
* wifi: mac80211: recalc station aggregate data during link switchJohannes Berg2022-10-073-9/+43
* wifi: mac80211: include link address in debugfsBenjamin Berg2022-10-071-0/+15
* wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg2022-10-076-23/+189
* wifi: mac80211: add pointer from link STA to STABenjamin Berg2022-10-071-0/+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-285-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