aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+5
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
2019-08-21mac80211: fix TX legacy rate reporting when tx_status_ext is usedJohn Crispin1-3/+9
2019-08-21mac80211: fix possible sta leakJohannes Berg1-4/+5
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+13
2019-07-31mac80211: HE STA disassoc due to QOS NULL not sentShay Bar1-1/+4
2019-07-31mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin4-1/+32
2019-07-31mac80211: reject zero MAC address in add stationKarthikeyan Periyasamy1-1/+1
2019-07-31mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King1-0/+2
2019-07-30Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg1-1/+0
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin3-11/+64
2019-07-29mac80211: propagate HE operation info into bss_confJohn Crispin3-0/+20
2019-07-29mac80211: don't WARN on short WMM parameters from APBrian Norris1-0/+10
2019-07-26mac80211: implement HE support for meshSven Eckelmann5-1/+128
2019-07-26mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi1-1/+5
2019-07-26mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin2-0/+5
2019-07-26mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_headerJohn Crispin1-12/+162
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty1-4/+3
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin3-4/+8
2019-07-26mac80211: add support for parsing ADDBA_EXT IEsJohn Crispin2-0/+8
2019-07-26mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel2-6/+9
2019-07-26mac80211: Simplify Extended Key ID APIAlexander Wetzel3-24/+14
2019-07-26mac80211: add tx dequeue function for process contextErik Stromdahl1-0/+2
2019-07-26mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman2-10/+0
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach3-8/+12
2019-07-20mac80211: don't warn about CW params when not using themBrian Norris1-4/+9
2019-07-20mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi1-2/+6
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-83/+150
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-60/+30
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller62-251/+62
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds62-251/+62
2019-06-20net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel11-60/+30
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner61-248/+61
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-13/+69
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-7/+65
2019-06-14Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller12-82/+148