summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki-1/+2
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg-1/+1
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar-2/+28
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg-1/+10
2019-10-04mac80211: Reject malformed SSID elementsWill Deacon-2/+3
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg-5/+8
2019-10-01mac80211: fix txq null pointer dereferenceMiaoqing Pan-2/+9
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-10/+8
2019-09-11mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen-10/+8
2019-09-11Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller-51/+51
2019-09-11mac80211: allow drivers to set max MTUWen Gong-1/+2
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg-8/+19
2019-09-11mac80211: don't check if key is NULL in ieee80211_key_link()Luca Coelho-1/+1
2019-09-11mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen-35/+15
2019-09-11mac80211: remove unnecessary key conditionJohannes Berg-3/+3
2019-09-11mac80211: list features in WEP/TKIP disable in better orderJohannes Berg-1/+1
2019-09-11mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein-1/+9
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+3
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior-1/+1
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior-2/+2
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+5
2019-08-22mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King-1/+1
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau-28/+225
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau-6/+14
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau-0/+15
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau-1/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar-3/+5
2019-08-21mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin-1/+2
2019-08-21mac80211: add assoc-at supportBen Greear-0/+5
2019-08-21nl80211: add 6GHz band definition to enum nl80211_bandArend van Spriel-0/+1
2019-08-21mac80211: add missing length field increment when generating Radiotap headerJohn Crispin-0/+1
2019-08-21mac80211: 80Mhz was not reported properly when using tx_status_extJohn Crispin-1/+1
2019-08-21mac80211: fix bad guard when reporting legacy ratesJohn Crispin-7/+7
2019-08-21mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin-3/+9
2019-08-21mac80211: fix possible sta leakJohannes Berg-4/+5
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+13
2019-07-31mac80211: HE STA disassoc due to QOS NULL not sentShay Bar-1/+4
2019-07-31mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin-1/+32
2019-07-31mac80211: reject zero MAC address in add stationKarthikeyan Periyasamy-1/+1
2019-07-31mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King-0/+2
2019-07-30Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg-1/+0
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin-11/+64
2019-07-29mac80211: propagate HE operation info into bss_confJohn Crispin-0/+20
2019-07-29mac80211: don't WARN on short WMM parameters from APBrian Norris-0/+10
2019-07-26mac80211: implement HE support for meshSven Eckelmann-1/+128
2019-07-26mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi-1/+5
2019-07-26mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin-0/+5
2019-07-26mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap...John Crispin-12/+162
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty-4/+3
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin-4/+8