summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov2024-09-091-1/+16
* wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh2024-09-064-13/+47
* wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh2024-09-063-7/+9
* wifi: mac80211: handle DFS per linkAditya Kumar Singh2024-09-063-17/+47
* wifi: cfg80211: handle DFS per linkAditya Kumar Singh2024-09-064-6/+6
* wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2024-09-065-8/+8
* wifi: mac80211: remove label usage in ieee80211_start_radar_detection()Aditya Kumar Singh2024-09-061-7/+4
* Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh2024-09-066-13/+13
* wifi: mac80211: introduce EHT rate support in AQL airtimeMing Yen Hsieh2024-09-061-6/+134
* Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-09-0414-73/+77
|\
| * wifi: mac80211: scan: Use max macroYan Zhen2024-08-281-4/+2
| * wifi: mac80211: Check for missing VHT elements only for 5 GHzIlan Peer2024-08-281-13/+16
| * wifi: mac80211: fix RCU list iterationsJohannes Berg2024-08-284-4/+8
| * wifi: mac80211: use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan2024-08-271-3/+3
| * wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih2024-08-272-2/+1
| * wifi: mac80211: remove redundant unlikely() around IS_ERR()Zhang Changzhong2024-08-271-1/+1
| * wifi: mac80211: fix the comeback long retry timesEmmanuel Grumbach2024-08-271-0/+1
| * wifi: mac80211: Add non-atomic station iteratorRory Little2024-08-271-1/+15
| * wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih2024-08-274-3/+4
| * wifi: mac80211: refactor block ack management codeDmitry Antipov2024-08-274-42/+26
* | wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov2024-08-261-1/+3
* | wifi: mac80211: fix beacon SSID mismatch handlingDaniel Gabay2024-08-261-1/+1
* | wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg2024-07-263-5/+9
|/
* wifi: mac80211: fix AP chandef capturing in CSAJohannes Berg2024-07-101-3/+6
* wifi: mac80211: add wiphy radio assignment and validationFelix Fietkau2024-07-091-5/+47
* wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helperFelix Fietkau2024-07-091-69/+72
* wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau2024-07-096-65/+114
* wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau2024-07-091-3/+5
* wifi: mac80211: add support for DFS with multiple radiosFelix Fietkau2024-07-091-19/+31
* wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau2024-07-091-1/+4
* wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang2024-07-091-1/+1
* wifi: mac80211: do not check BSS color collision in certain casesMichael-CY Lee2024-07-081-2/+4
* wifi: mac80211: cancel color change finalize work when link is stoppedMichael-CY Lee2024-07-081-0/+2
* wifi: mac80211: clear vif drv_priv after remove_interface when stoppingFelix Fietkau2024-07-081-2/+6
* wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg2024-06-283-27/+3
* wifi: mac80211: Use the link BSS configuration for beacon processingIlan Peer2024-06-281-12/+12
* wifi: mac80211: remove key data from get_key callbackJohannes Berg2024-06-281-3/+0
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-2719-198/+361
|\
| * wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang2024-06-261-1/+3
| * wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-267-14/+23
| * wifi: mac80211: check SSID in beaconJohannes Berg2024-06-261-0/+32
| * wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg2024-06-261-0/+11
| * wifi: mac80211: add ieee80211_tdls_sta_link_id()Johannes Berg2024-06-262-4/+8
| * wifi: mac80211: update STA/chandef width during switchJohannes Berg2024-06-263-17/+55
| * wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg2024-06-261-12/+19
| * wifi: mac80211: optionally pass chandef to ieee80211_sta_cur_vht_bw()Johannes Berg2024-06-262-10/+23
| * wifi: mac80211: optionally pass chandef to ieee80211_sta_cap_rx_bw()Johannes Berg2024-06-262-25/+31
| * wifi: mac80211: handle protected dual of public actionJohannes Berg2024-06-262-8/+15
| * wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg2024-06-265-18/+65
| * wifi: mac80211: refactor CSA queue block/unblockJohannes Berg2024-06-264-48/+37