summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2020-04-21mac80211: fix race in ieee80211_register_hw()Sumit Garg1-11/+13
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-04-01mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-04-01mac80211: mark station unauthorized before key removalJohannes Berg1-1/+6
2020-04-01mac80211: drop data frames without key on encrypted linksJohannes Berg4-12/+24
2020-04-01mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari1-1/+2
2020-03-21mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-03-05mac80211: Remove a redundant mutex unlockAndrei Otcheretianski1-5/+1
2020-03-05mac80211: fix wrong 160/80+80 MHz settingShay Bar1-2/+14
2020-03-05mac80211: consider more elements in parsing CRCJohannes Berg1-6/+12
2020-02-19mac80211: fix quiet mode activation in action framesSara Sharon1-4/+4
2020-02-06mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen1-3/+15
2020-02-06cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+23
2020-02-06mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil1-0/+3
2020-01-12mac80211: fix TID field in monitor mode transmitFredrik Olofsson1-0/+9
2019-12-31mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen1-1/+2
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg1-1/+1
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar1-2/+28
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2019-10-04mac80211: Reject malformed SSID elementsWill Deacon1-2/+3
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg1-5/+8
2019-10-01mac80211: fix txq null pointer dereferenceMiaoqing Pan1-2/+9
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-10/+8
2019-09-11mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2-10/+8
2019-09-11Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller10-51/+51
2019-09-11mac80211: allow drivers to set max MTUWen Gong2-1/+2
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg4-8/+19
2019-09-11mac80211: don't check if key is NULL in ieee80211_key_link()Luca Coelho1-1/+1
2019-09-11mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen3-35/+15
2019-09-11mac80211: remove unnecessary key conditionJohannes Berg1-3/+3
2019-09-11mac80211: list features in WEP/TKIP disable in better orderJohannes Berg1-1/+1
2019-09-11mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein1-1/+9
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior1-1/+1
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior1-2/+2
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+5
2019-08-22mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King1-1/+1
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau3-28/+225
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau1-6/+14
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau1-0/+15
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau1-1/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2-3/+5
2019-08-21mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin1-1/+2
2019-08-21mac80211: add assoc-at supportBen Greear2-0/+5
2019-08-21nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel1-0/+1
2019-08-21mac80211: add missing length field increment when generating Radiotap headerJohn Crispin1-0/+1
2019-08-21mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin1-1/+1
2019-08-21mac80211: fix bad guard when reporting legacy ratesJohn Crispin1-7/+7