summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-1913-240/+369
|\
| * mac80211: refactor freeing the next_beaconJohannes Berg2022-05-171-27/+18
| * mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2022-05-162-9/+133
| * mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-39/+52
| * mac80211: minstrel_ht: fill all requested ratesPeter Seiderer2022-05-161-7/+7
| * mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh2022-05-161-0/+9
| * nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-161-2/+2
| * mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2022-05-162-10/+13
| * mac80211: remove useless bssid copyJohannes Berg2022-05-161-3/+1
| * mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg2022-05-163-9/+7
| * mac80211: mlme: use local SSID copyJohannes Berg2022-05-161-12/+2
| * mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-165-21/+21
| * mac80211: mlme: move in RSSI reporting codeJohannes Berg2022-05-162-40/+40
| * mac80211: unify CCMP/GCMP AAD constructionJohannes Berg2022-05-161-56/+31
| * mac80211: support disabling EHT modeMuna Sinada2022-05-041-0/+3
| * mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-05-042-0/+25
| * mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua2022-05-041-2/+0
| * mac80211: consider Order bit to fill CCMP AADPing-Ke Shih2022-05-041-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-122-2/+7
|\ \ | |/ |/|
| * mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty2022-05-041-0/+6
| * mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-041-2/+1
* | Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-0328-342/+447
|\ \ | |/ |/|
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-1127-332/+385
| * mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)Peter Seiderer2022-04-111-0/+3
| * mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-112-0/+47
| * mac80211: protect ieee80211_assign_beacon with next_beacon checkLorenzo Bianconi2022-04-111-10/+12
* | mac80211: fix ht_capa printout in debugfsBen Greear2022-04-111-1/+1
|/
* mac80211: update bssid_indicator in ieee80211_assign_beaconLorenzo Bianconi2022-03-151-0/+3
* mac80211: MBSSID channel switchJohn Crispin2022-03-151-2/+24
* mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi2022-03-153-14/+124
* mac80211: always have ieee80211_sta_restart()Johannes Berg2022-03-151-1/+1
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-1112-79/+571
|\
| * mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala2022-03-113-3/+45
| * mac80211: fix potential double free on mesh joinLinus Lüssing2022-03-111-3/+0
| * mac80211: correct legacy rates check in ieee80211_calc_rx_airtimeMeiChia Chiu2022-03-111-1/+3
| * mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-03-111-1/+1
| * mac80211: parse AddBA request with extended AddBA elementMordechay Goodstein2022-02-161-3/+15
| * mac80211: calculate max RX NSS for EHT modeMordechay Goodstein2022-02-161-1/+13
| * mac80211: Add support for storing station EHT capabilitiesIlan Peer2022-02-161-0/+8
| * mac80211: Handle station association response with EHTIlan Peer2022-02-165-3/+114
| * mac80211: Add EHT capabilities to association/probe requestIlan Peer2022-02-164-2/+144
| * mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-166-59/+209
| * mac80211: Support parsing EHT elementsIlan Peer2022-02-162-0/+14
| * ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein2022-02-161-1/+1
| * mac80211: parse only HE capability elements with valid sizeJohannes Berg2022-02-161-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-034-15/+27
|\ \
| * | mac80211: treat some SAE auth steps as finalJohannes Berg2022-03-012-5/+13
| * | mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande2022-02-161-2/+2
| * | mac80211: refuse aggregations sessions before authorizedJohannes Berg2022-02-161-1/+9
| * | mac80211: fix EAPoL rekey fail in 802.3 rx pathDeren Wu2022-02-161-7/+3