aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller8-7/+65
2019-06-14mac80211: notify offchannel expire on mgmt_txJames Prestwood1-0/+4
2019-06-14mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-12/+3
2019-06-14mac80211: do not start any work during reconfigure flowNaftali Goldstein2-0/+11
2019-06-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao1-1/+1
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-06-14mac80211: extend __rate_control_send_low warningJohannes Berg1-1/+3
2019-06-14mac80211: fill low rate even for HAS_RATE_CONTROLJohannes Berg1-2/+2
2019-06-14mac80211: use STA info in rate_control_send_low()Johannes Berg4-10/+56
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg3-13/+7
2019-06-14mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin1-1/+3
2019-06-14mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin1-2/+16
2019-06-14mac80211: AMPDU handling for Extended Key IDAlexander Wetzel2-44/+57
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner3-6/+3
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-2/+2
2019-05-29mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu1-0/+1
2019-05-28mac80211: mesh: fix RCU warningThomas Pedersen1-1/+4
2019-05-28mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen1-1/+6
2019-05-24{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty1-1/+3
2019-05-24mac80211: remove set but not used variable 'old'YueHaibing1-2/+0
2019-05-24mac80211: handle deauthentication/disassociation from TDLS peerYu Wang3-1/+37