summaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-12-116-55/+68
|\
| * wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin2024-12-031-2/+2
| * wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau2024-12-031-7/+4
| * wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach2024-12-035-41/+48
| * wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach2024-12-031-0/+3
| * wifi: cfg80211: clear link ID from bitmap during link delete after clean upAditya Kumar Singh2024-12-031-1/+7
| * wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beaconHaoyu Li2024-12-031-1/+1
| * wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi2024-12-031-3/+3
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-023-3/+3
|/
* Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-11-145-54/+94
|\
| * wifi: mac80211: pass MBSSID config by referenceJohannes Berg2024-11-121-6/+6
| * wifi: mac80211: Support EHT 1024 aggregation size in TXMeiChia Chiu2024-11-124-48/+88
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-016-34/+54
|\ \ | |/ |/|
| * wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_ch...Gustavo A. R. Silva2024-10-261-2/+3
| * mac80211: fix user-power when emulating chanctxBen Greear2024-10-251-0/+2
| * Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-10-255-32/+49
| |\
| | * wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau2024-10-081-17/+25
| | * wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau2024-10-081-1/+2
| | * wifi: mac80211: Convert color collision detection to wiphy workRemi Pommarel2024-10-083-13/+16
| | * wifi: mac80211: Fix setting txpower with emulate_chanctxBen Greear2024-10-081-0/+5
| | * mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven2024-10-081-1/+1
* | | mac80211: Remove NOP call to ieee80211_hw_configBen Greear2024-10-231-1/+0
* | | wifi: mac80211: re-order assigning channel in activate linksAditya Kumar Singh2024-10-231-20/+31
* | | wifi: mac80211: convert debugfs files to short fopsJohannes Berg2024-10-236-35/+18
* | | wifi: mac80211: remove misleading j_0 construction partsJohannes Berg2024-10-231-3/+0
* | | wifi: mac80211: refactor BW limitation check for CSA parsingMichael-CY Lee2024-10-231-7/+2
* | | wifi: mac80211: filter on monitor interfaces based on configured channelFelix Fietkau2024-10-231-0/+7
* | | wifi: mac80211: refactor ieee80211_rx_monitorFelix Fietkau2024-10-231-26/+28
* | | wifi: mac80211: add support for the monitor SKIP_TX flagFelix Fietkau2024-10-233-2/+7
* | | wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau2024-10-238-28/+77
* | | wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau2024-10-231-0/+1
* | | wifi: mac80211: remove status->ampdu_delimiter_crcFelix Fietkau2024-10-231-6/+1
* | | wifi: mac80211: use vif radio mask to limit creating chanctxFelix Fietkau2024-10-231-3/+10
* | | wifi: mac80211: use vif radio mask to limit ibss scan frequenciesFelix Fietkau2024-10-231-10/+12
* | | wifi: mac80211: expose ieee80211_chan_width_to_rx_bw() to driversJohannes Berg2024-10-232-24/+0
* | | wifi: mac80211: chan: calculate min_def also for client modeJohannes Berg2024-10-231-9/+17
* | | wifi: mac80211: add an option to fake ieee80211_connection_lossMiri Korenblit2024-10-231-2/+9
* | | wifi: mac80211: parse A-MSDU len from EHT capabilitiesMiri Korenblit2024-10-231-1/+20
* | | wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg2024-10-2311-30/+35
* | | wifi: mac80211: allow rate_control_rate_init() for linksJohannes Berg2024-10-237-12/+40
* | | wifi: mac80211: update the right link for tx powerEmmanuel Grumbach2024-10-234-49/+72
* | | wifi: mac80211: __ieee80211_recalc_txpower receives a linkEmmanuel Grumbach2024-10-233-4/+5
* | | wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach2024-10-234-10/+11
* | | wifi: mac80211: remove unneeded parametersEmmanuel Grumbach2024-10-231-6/+4
* | | wifi: mac80211: make bss_param_ch_cnt available for the low level driverEmmanuel Grumbach2024-10-232-4/+91
* | | wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTHMiri Korenblit2024-10-231-1/+1
* | | wifi: cfg80211: disallow SMPS in AP modeJohannes Berg2024-10-231-3/+0
* | | wifi: mac80211: Add support to indicate that a new interface is to be addedIlan Peer2024-10-233-0/+49
* | | Merge net-next/main to resolve conflictsJohannes Berg2024-10-0913-14/+12
|\| |
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0212-12/+12