summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-063-5/+13
|\
| * Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg2019-07-301-1/+0
| * mac80211: don't WARN on short WMM parameters from APBrian Norris2019-07-291-0/+10
| * {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-07-261-4/+3
* | mac80211: HE STA disassoc due to QOS NULL not sentShay Bar2019-07-311-1/+4
* | mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin2019-07-314-1/+32
* | mac80211: reject zero MAC address in add stationKarthikeyan Periyasamy2019-07-311-1/+1
* | mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King2019-07-311-0/+2
* | mac80211: add support for the ADDBA extension elementJohn Crispin2019-07-293-11/+64
* | mac80211: propagate HE operation info into bss_confJohn Crispin2019-07-293-0/+20
* | mac80211: implement HE support for meshSven Eckelmann2019-07-265-1/+128
* | mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi2019-07-261-1/+5
* | mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin2019-07-262-0/+5
* | mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap...John Crispin2019-07-261-12/+162
* | mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin2019-07-263-4/+8
* | mac80211: add support for parsing ADDBA_EXT IEsJohn Crispin2019-07-262-0/+8
* | mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel2019-07-262-6/+9
* | mac80211: Simplify Extended Key ID APIAlexander Wetzel2019-07-263-24/+14
* | mac80211: add tx dequeue function for process contextErik Stromdahl2019-07-261-0/+2
* | mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman2019-07-262-10/+0
* | mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-263-8/+12
|/
* mac80211: don't warn about CW params when not using themBrian Norris2019-07-201-4/+9
* mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi2019-07-201-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1113-83/+150
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2262-251/+62
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1710-13/+69
| |\ \
| * \ \ Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/sc...David S. Miller2019-06-1412-82/+148
| |\ \ \
| | * | | mac80211: notify offchannel expire on mgmt_txJames Prestwood2019-06-141-0/+4
| | * | | mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-143-12/+3
| | * | | mac80211: extend __rate_control_send_low warningJohannes Berg2019-06-141-1/+3
| | * | | mac80211: fill low rate even for HAS_RATE_CONTROLJohannes Berg2019-06-141-2/+2
| | * | | mac80211: use STA info in rate_control_send_low()Johannes Berg2019-06-144-10/+56
| | * | | mac80211: call rate_control_send_low() internallyJohannes Berg2019-06-143-13/+7
| | * | | mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin2019-06-141-1/+3
| | * | | mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin2019-06-141-2/+16
| | * | | mac80211: AMPDU handling for Extended Key IDAlexander Wetzel2019-06-142-44/+57
| * | | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-2/+2
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-0811-60/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel2019-06-2011-60/+30
* | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2162-251/+62
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-3/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1961-248/+61
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-178-7/+65
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-06-148-7/+65
| |\ \ \ | | |_|/ | |/| |
| | * | mac80211: do not start any work during reconfigure flowNaftali Goldstein2019-06-142-0/+11
| | * | mac80211: only warn once on chanctx_conf being NULLYibo Zhao2019-06-141-1/+1
| | * | mac80211: drop robust management frames from unknown TAJohannes Berg2019-06-141-0/+2
| | * | mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu2019-05-291-0/+1
| | * | mac80211: mesh: fix RCU warningThomas Pedersen2019-05-281-1/+4
| | * | mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen2019-05-281-1/+6