aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-291-4/+4
|/
* wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port()Dan Carpenter2022-08-251-1/+1
* wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-08-251-0/+4
* wifi: mac80211: fix possible leak in ieee80211_tx_control_port()Yang Yingliang2022-08-251-0/+1
* wifi: mac80211: always free sta in __sta_info_alloc in case of errorLorenzo Bianconi2022-08-251-1/+1
* wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-08-251-4/+7
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-4/+2
|\
| * mac80211: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-241-4/+2
* | wifi: mac80211: fix link data leakJohannes Berg2022-07-221-10/+10
* | wifi: mac80211: mlme: fix disassoc with MLOJohannes Berg2022-07-221-3/+5
* | wifi: mac80211: remove erroneous sband/link validationJohannes Berg2022-07-221-13/+1
* | wifi: mac80211: mlme: transmit assoc frame with address translationJohannes Berg2022-07-221-9/+9
* | wifi: mac80211: verify link addresses are differentJohannes Berg2022-07-221-4/+34
* | wifi: mac80211: rx: track link in RX dataJohannes Berg2022-07-222-2/+18
* | wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-224-11/+87
* | wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-225-24/+48
* | wifi: mac80211: report link ID to cfg80211 on mgmt RXJohannes Berg2022-07-221-1/+3
* | wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-222-18/+50
* | wifi: mac80211: sta_info: fix link_sta insertionJohannes Berg2022-07-221-3/+14
* | wifi: mac80211: mlme: fix link_sta setupJohannes Berg2022-07-221-5/+6
* | wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg2022-07-221-2/+41
* | wifi: mac80211: return error from control port TX for dropsJohannes Berg2022-07-221-2/+7
* | wifi: mac80211: more station handling sanity checksJohannes Berg2022-07-221-0/+7
* | wifi: mac80211: fix link sta hash table handlingJohannes Berg2022-07-221-2/+16
* | wifi: mac80211: validate link address doesn't changeJohannes Berg2022-07-221-6/+12
* | wifi: mac80211: mlme: set sta.mlo to mlo stateJohannes Berg2022-07-221-2/+2
* | wifi: mac80211: fast-xmit: handle non-MLO clientsJohannes Berg2022-07-221-1/+15
* | wifi: mac80211: fix RX MLD address translationJohannes Berg2022-07-221-4/+8
* | wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg2022-07-221-1/+6
* | wifi: mac80211: mlme: fix override calculationJohannes Berg2022-07-221-0/+2
* | wifi: mac80211: tx: use AP address in some places for MLOJohannes Berg2022-07-222-5/+7
* | wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa2022-07-181-2/+1
* | wifi: mac80211: mlme: set sta.mlo correctlyJohannes Berg2022-07-151-0/+2
* | wifi: mac80211: support MLO authentication/association with one linkJohannes Berg2022-07-153-240/+866
* | wifi: mac80211: add API to parse multi-link elementJohannes Berg2022-07-152-0/+10
* | wifi: mac80211: do link->MLD address translation on RXJohannes Berg2022-07-151-0/+25
* | wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski2022-07-152-2/+21
* | wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-157-20/+56