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