summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2022-06-01wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg-5/+2
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-240/+369
2022-05-17mac80211: refactor freeing the next_beaconJohannes Berg-27/+18
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek-9/+133
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek-39/+52
2022-05-16mac80211: minstrel_ht: fill all requested ratesPeter Seiderer-7/+7
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh-0/+9
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram-2/+2
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg-10/+13
2022-05-16mac80211: remove useless bssid copyJohannes Berg-3/+1
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg-9/+7
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg-12/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg-21/+21
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg-40/+40
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg-56/+31
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+7
2022-05-04mac80211: support disabling EHT modeMuna Sinada-0/+3
2022-05-04mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau-0/+25
2022-05-04mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua-2/+0
2022-05-04mac80211: consider Order bit to fill CCMP AADPing-Ke Shih-7/+9
2022-05-04mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty-0/+6
2022-05-04mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau-2/+1
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-342/+447
2022-04-11mac80211: prepare sta handling for MLO supportSriram R-332/+385
2022-04-11mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)Peter Seiderer-0/+3
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi-0/+47
2022-04-11mac80211: protect ieee80211_assign_beacon with next_beacon checkLorenzo Bianconi-10/+12
2022-04-11mac80211: fix ht_capa printout in debugfsBen Greear-1/+1
2022-03-15mac80211: update bssid_indicator in ieee80211_assign_beaconLorenzo Bianconi-0/+3
2022-03-15mac80211: MBSSID channel switchJohn Crispin-2/+24
2022-03-15mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi-14/+124
2022-03-15mac80211: always have ieee80211_sta_restart()Johannes Berg-1/+1
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-79/+571
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala-3/+45
2022-03-11mac80211: fix potential double free on mesh joinLinus Lüssing-3/+0
2022-03-11mac80211: correct legacy rates check in ieee80211_calc_rx_airtimeMeiChia Chiu-1/+3
2022-03-11mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+27
2022-03-01mac80211: treat some SAE auth steps as finalJohannes Berg-5/+13
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+21
2022-02-16mac80211: parse AddBA request with extended AddBA elementMordechay Goodstein-3/+15
2022-02-16mac80211: calculate max RX NSS for EHT modeMordechay Goodstein-1/+13
2022-02-16mac80211: Add support for storing station EHT capabilitiesIlan Peer-0/+8
2022-02-16mac80211: Handle station association response with EHTIlan Peer-3/+114
2022-02-16mac80211: Add EHT capabilities to association/probe requestIlan Peer-2/+144
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer-59/+209
2022-02-16mac80211: Support parsing EHT elementsIlan Peer-0/+14
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein-1/+1
2022-02-16mac80211: parse only HE capability elements with valid sizeJohannes Berg-2/+4
2022-02-16mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande-2/+2