aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2024-10-23wifi: mac80211: refactor ieee80211_rx_monitorFelix Fietkau1-26/+28
2024-10-23wifi: mac80211: add support for the monitor SKIP_TX flagFelix Fietkau3-2/+7
2024-10-23wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau8-28/+77
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau1-0/+1
2024-10-23wifi: mac80211: remove status->ampdu_delimiter_crcFelix Fietkau1-6/+1
2024-10-23wifi: mac80211: use vif radio mask to limit creating chanctxFelix Fietkau1-3/+10
2024-10-23wifi: mac80211: use vif radio mask to limit ibss scan frequenciesFelix Fietkau1-10/+12
2024-10-23wifi: mac80211: expose ieee80211_chan_width_to_rx_bw() to driversJohannes Berg2-24/+0
2024-10-23wifi: mac80211: chan: calculate min_def also for client modeJohannes Berg1-9/+17
2024-10-23wifi: mac80211: add an option to fake ieee80211_connection_lossMiri Korenblit1-2/+9
2024-10-23wifi: mac80211: parse A-MSDU len from EHT capabilitiesMiri Korenblit1-1/+20
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg11-30/+35
2024-10-23wifi: mac80211: allow rate_control_rate_init() for linksJohannes Berg7-12/+40
2024-10-23wifi: mac80211: update the right link for tx powerEmmanuel Grumbach4-49/+72
2024-10-23wifi: mac80211: __ieee80211_recalc_txpower receives a linkEmmanuel Grumbach3-4/+5
2024-10-23wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach4-10/+11
2024-10-23wifi: mac80211: remove unneeded parametersEmmanuel Grumbach1-6/+4
2024-10-23wifi: mac80211: make bss_param_ch_cnt available for the low level driverEmmanuel Grumbach2-4/+91
2024-10-23wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTHMiri Korenblit1-1/+1
2024-10-23wifi: cfg80211: disallow SMPS in AP modeJohannes Berg1-3/+0
2024-10-23wifi: mac80211: Add support to indicate that a new interface is to be addedIlan Peer3-0/+49
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg13-14/+12
2024-10-08mac80211: Reorganize kerneldoc parameter namesJulia Lawall2-8/+8
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov12-14/+14
2024-10-08wifi: mac80211: constify ieee80211_ie_build_{he,eht}_oper() chandefJeff Johnson2-4/+4
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