summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik2020-05-101-1/+2
* mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam2020-05-021-4/+7
* mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-294-19/+43
* mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-211-11/+13
* mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-04-021-1/+2
* mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-04-021-1/+18
* mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-04-011-2/+6
* mac80211: mark station unauthorized before key removalJohannes Berg2020-04-011-1/+6
* mac80211: drop data frames without key on encrypted linksJohannes Berg2020-04-014-12/+24
* mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari2020-04-011-1/+2
* mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik2020-03-211-1/+1
* mac80211: Remove a redundant mutex unlockAndrei Otcheretianski2020-03-051-5/+1
* mac80211: fix wrong 160/80+80 MHz settingShay Bar2020-03-051-2/+14
* mac80211: consider more elements in parsing CRCJohannes Berg2020-03-051-6/+12
* mac80211: fix quiet mode activation in action framesSara Sharon2020-02-191-4/+4
* mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen2020-02-051-3/+15
* cfg80211: Fix radar event during another phy CACOrr Mazor2020-02-051-0/+23
* mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil2020-02-051-0/+3
* mac80211: fix TID field in monitor mode transmitFredrik Olofsson2020-01-121-0/+9
* mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen2019-12-311-1/+2
* mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-11-081-1/+2
* mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg2019-11-081-1/+1
* mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-071-2/+28
* mac80211: accept deauth frames in IBSS modeJohannes Berg2019-10-071-1/+10
* mac80211: Reject malformed SSID elementsWill Deacon2019-10-041-2/+3
* mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg2019-10-011-5/+8
* mac80211: fix txq null pointer dereferenceMiaoqing Pan2019-10-011-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-10/+8
|\
| * mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2019-09-112-10/+8
* | Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller2019-09-1110-51/+51
|\ \
| * | mac80211: allow drivers to set max MTUWen Gong2019-09-112-1/+2
| * | mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg2019-09-114-8/+19
| * | mac80211: don't check if key is NULL in ieee80211_key_link()Luca Coelho2019-09-111-1/+1
| * | mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen2019-09-113-35/+15
| * | mac80211: remove unnecessary key conditionJohannes Berg2019-09-111-3/+3
| * | mac80211: list features in WEP/TKIP disable in better orderJohannes Berg2019-09-111-1/+1
| * | mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein2019-09-111-1/+9
| * | mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King2019-08-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-3/+3
|\ \ \ | | |/ | |/|
| * | mac80211: Correctly set noencrypt for PAE framesDenis Kenzior2019-08-291-1/+1
| * | mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior2019-08-291-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-4/+5
|\| | | |/ |/|
| * mac80211: fix possible sta leakJohannes Berg2019-08-211-4/+5
* | mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau2019-08-213-28/+225
* | mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau2019-08-211-6/+14
* | mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau2019-08-211-0/+15
* | mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau2019-08-211-1/+1
* | nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-212-3/+5
* | mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin2019-08-211-1/+2
* | mac80211: add assoc-at supportBen Greear2019-08-212-0/+5