summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2024-10-26wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_ch...Gustavo A. R. Silva1-2/+3
2024-10-25mac80211: fix user-power when emulating chanctxBen Greear1-0/+2
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller5-32/+49
2024-10-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-10-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-10-08wifi: mac80211: Convert color collision detection to wiphy workRemi Pommarel3-13/+16
2024-10-08wifi: mac80211: Fix setting txpower with emulate_chanctxBen Greear1-0/+5
2024-10-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro12-12/+12
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-2/+0
2024-09-09wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh4-13/+47
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh3-7/+9
2024-09-06wifi: mac80211: handle DFS per linkAditya Kumar Singh3-17/+47
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh4-6/+6
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh5-8/+8
2024-09-06wifi: mac80211: remove label usage in ieee80211_start_radar_detection()Aditya Kumar Singh1-7/+4
2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh6-13/+13
2024-09-06wifi: mac80211: introduce EHT rate support in AQL airtimeMing Yen Hsieh1-6/+134
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski14-73/+77
2024-08-28wifi: mac80211: scan: Use max macroYan Zhen1-4/+2
2024-08-28wifi: mac80211: Check for missing VHT elements only for 5 GHzIlan Peer1-13/+16
2024-08-28wifi: mac80211: fix RCU list iterationsJohannes Berg4-4/+8
2024-08-27wifi: mac80211: use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan1-3/+3
2024-08-27wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih2-2/+1
2024-08-27wifi: mac80211: remove redundant unlikely() around IS_ERR()Zhang Changzhong1-1/+1
2024-08-27wifi: mac80211: fix the comeback long retry timesEmmanuel Grumbach1-0/+1
2024-08-27wifi: mac80211: Add non-atomic station iteratorRory Little1-1/+15
2024-08-27wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih4-3/+4
2024-08-27wifi: mac80211: refactor block ack management codeDmitry Antipov4-42/+26
2024-08-26wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov1-1/+3
2024-08-26wifi: mac80211: fix beacon SSID mismatch handlingDaniel Gabay1-1/+1
2024-07-26wifi: mac80211: use monitor sdata with driver only if desiredJohannes Berg3-5/+9
2024-07-10wifi: mac80211: fix AP chandef capturing in CSAJohannes Berg1-3/+6
2024-07-09wifi: mac80211: add wiphy radio assignment and validationFelix Fietkau1-5/+47
2024-07-09wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helperFelix Fietkau1-69/+72
2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau6-65/+114
2024-07-09wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau1-3/+5
2024-07-09wifi: mac80211: add support for DFS with multiple radiosFelix Fietkau1-19/+31
2024-07-09wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau1-1/+4
2024-07-09wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang1-1/+1
2024-07-08wifi: mac80211: do not check BSS color collision in certain casesMichael-CY Lee1-2/+4
2024-07-08wifi: mac80211: cancel color change finalize work when link is stoppedMichael-CY Lee1-0/+2
2024-07-08wifi: mac80211: clear vif drv_priv after remove_interface when stoppingFelix Fietkau1-2/+6
2024-06-28wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg3-27/+3
2024-06-28wifi: mac80211: Use the link BSS configuration for beacon processingIlan Peer1-12/+12
2024-06-28wifi: mac80211: remove key data from get_key callbackJohannes Berg1-3/+0
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski19-198/+361
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+3
2024-06-26wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang1-1/+3