summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* | wifi: mac80211: refactor some link setup codeJohannes Berg2022-06-201-11/+22
* | wifi: mac80211: validate some driver features for MLOJohannes Berg2022-06-201-0/+42
* | wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: refactor some sta_info link handlingJohannes Berg2022-06-201-23/+56
* | wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2022-06-202-36/+0
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-2019-391/+566
* | wifi: mac80211: pass link ID where already presentJohannes Berg2022-06-201-3/+4
* | wifi: mac80211: add per-link configuration pointerJohannes Berg2022-06-202-2/+22
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-2015-109/+241
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-2022-486/+534
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-2013-67/+76
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-2020-122/+125
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-202-3/+7
* | wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg2022-06-201-5/+13
* | Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-06-1014-430/+80
|\ \ | |/ |/|
| * wifi: mac80211: refactor some key codeJohannes Berg2022-06-102-33/+41
| * wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-1014-397/+39
* | wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-011-5/+2
|/
* 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
|\