summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2023-09-11wifi: mac80211: move dynamic PS to wiphy workJohannes Berg7-19/+24
2023-09-11wifi: mac80211: move link activation work to wiphy workJohannes Berg3-6/+8
2023-09-11wifi: mac80211: move offchannel works to wiphy workJohannes Berg3-23/+23
2023-09-11wifi: mac80211: lock wiphy in IP address notifierJohannes Berg2-1/+35
2023-09-11wifi: mac80211: move monitor work to wiphy workJohannes Berg2-7/+9
2023-09-11wifi: mac80211: move scan work to wiphy workJohannes Berg5-25/+18
2023-09-11wifi: mac80211: move radar detect work to wiphy workJohannes Berg3-10/+11
2023-09-11wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg6-15/+16
2023-09-11wifi: mac80211: add more ops assertionsJohannes Berg2-0/+36
2023-09-11wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg6-17/+15
2023-09-11wifi: mac80211: flush wiphy work where appropriateJohannes Berg2-0/+2
2023-09-11wifi: mac80211: lock wiphy for aggregation debugfsJohannes Berg1-1/+3
2023-09-11wifi: mac80211: hold wiphy lock in netdev/link debugfsJohannes Berg1-33/+90
2023-09-11wifi: mac80211: debugfs: lock wiphy instead of RTNLJohannes Berg1-3/+3
2023-09-11wifi: mac80211: fix SMPS status handlingJohannes Berg5-50/+78
2023-09-11wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer3-5/+11
2023-09-11wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg4-7/+19
2023-09-11wifi: mac80211: tx: clarify conditions in if statementJohannes Berg1-3/+4
2023-08-26Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski7-19/+21
2023-08-24wifi: mac80211: Do not include crypto/algapi.hHerbert Xu3-3/+3
2023-08-22wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default()Yue Haibing1-1/+0
2023-08-22wifi: mac80211: Remove unused function declarationsYue Haibing1-2/+0
2023-08-22wifi: mac80211: fix puncturing bitmap handling in CSAJohannes Berg1-6/+6
2023-08-22wifi: mac80211: check for station first in client probeJohannes Berg1-7/+8
2023-08-22wifi: mac80211: check S1G action frame sizeJohannes Berg1-0/+4
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-2/+10
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2-7/+3
2023-06-23Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski21-396/+1059
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-06-22wifi: mac80211: report all unusable beacon framesBenjamin Berg1-1/+1
2023-06-21wifi: mac80211: mark keys as uploaded when added by the driverYedidya Benshimol1-2/+6
2023-06-21wifi: mac80211: fix CRC calculation for extended elemsJohannes Berg1-14/+11
2023-06-21wifi: mac80211: avoid lockdep checking when removing deflinkBenjamin Berg1-2/+3
2023-06-21wifi: mac80211: always hold sdata lock in chanctx assign/unassignJohannes Berg2-5/+18
2023-06-21wifi: mac80211: store BSS param change count from assoc responseJohannes Berg2-1/+17
2023-06-21wifi: mac80211: drop some unprotected action framesJohannes Berg1-2/+13
2023-06-21wifi: mac80211: move action length check upJohannes Berg1-4/+5
2023-06-21wifi: mac80211: drop unprotected robust mgmt before 4-way-HSAlon Giladi1-3/+10
2023-06-19wifi: mac80211: add eht_capa debugfs fieldBen Greear1-0/+185
2023-06-19wifi: mac80211: check EHT basic MCS/NSS setJohannes Berg1-1/+88
2023-06-19wifi: update multi-link element STA reconfigJohannes Berg1-1/+1
2023-06-19wifi: mac80211: agg-tx: prevent start/stop raceJohannes Berg1-0/+8
2023-06-19wifi: mac80211: agg-tx: add a few locking assertionsJohannes Berg1-1/+5
2023-06-19wifi: mac80211: Support link removal using Reconfiguration ML elementIlan Peer2-0/+172
2023-06-19wifi: mac80211: add set_active_links variant not locking sdataBenjamin Berg2-2/+14
2023-06-19wifi: mac80211: add ___ieee80211_disconnect variant not locking sdataBenjamin Berg1-5/+7
2023-06-19wifi: ieee80211: add helper to validate ML element type and sizeBenjamin Berg1-1/+2
2023-06-19wifi: mac80211: Include Multi-Link in CRC calculationIlan Peer1-0/+4
2023-06-19wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()Ilan Peer1-1/+2
2023-06-19wifi: mac80211: Add support for parsing Reconfiguration Multi Link elementIlan Peer2-3/+23