summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* | wifi: mac80211: limit A-MSDU subframes for client tooJohannes Berg2022-07-154-27/+32
* | wifi: mac80211: mlme: refactor ieee80211_set_associated()Johannes Berg2022-07-151-26/+41
* | wifi: mac80211: mlme: look up beacon elems only if neededJohannes Berg2022-07-151-15/+17
* | wifi: mac80211: mlme: refactor assoc link setupJohannes Berg2022-07-151-130/+156
* | wifi: mac80211: mlme: remove address arg to ieee80211_mark_sta_auth()Johannes Berg2022-07-151-4/+4
* | wifi: mac80211: mlme: refactor assoc success handlingJohannes Berg2022-07-151-360/+375
* | wifi: mac80211: mlme: refactor ieee80211_prep_channel() a bitJohannes Berg2022-07-151-37/+44
* | wifi: mac80211: mlme: refactor assoc req element buildingJohannes Berg2022-07-151-115/+161
* | wifi: mac80211: mlme: switch some things back to deflinkJohannes Berg2022-07-151-32/+39
* | wifi: mac80211: mlme: change flags in ieee80211_determine_chantype()Johannes Berg2022-07-151-12/+16
* | wifi: mac80211: mlme: shift some code aroundJohannes Berg2022-07-151-493/+509
* | wifi: mac80211: mlme: refactor link station setupJohannes Berg2022-07-151-54/+65
* | wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg2022-07-156-17/+14
* | wifi: mac80211: make ieee80211_check_rate_mask() link-awareJohannes Berg2022-07-154-7/+8
* | wifi: mac80211: add multi-link element to AUTH framesJohannes Berg2022-07-151-1/+20
* | wifi: mac80211: mlme: clean up supported channels element codeJohannes Berg2022-07-151-2/+3
* | wifi: mac80211: release channel context on link stopJohannes Berg2022-07-151-0/+2
* | wifi: mac80211: prohibit DEAUTH_NEED_MGD_TX_PREP in MLOJohannes Berg2022-07-151-0/+3