summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-05-241-1/+3
| | * mac80211: remove set but not used variable 'old'YueHaibing2019-05-241-2/+0
| | * mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-05-243-1/+37
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner2019-06-053-6/+3
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-023-3/+7
|\
| * mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-04-231-1/+1
| * mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-04-231-0/+3
| * mac80211: fix RX STBC override byte orderJohannes Berg2019-04-101-2/+3
* | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-2623-262/+636
|\ \
| * | mac80211: probe unexercised mesh linksRajkumar Manoharan2019-04-264-0/+43
| * | mac80211: add option for setting control flagsRajkumar Manoharan2019-04-263-9/+14
| * | mac80211: Set CAN_REPLACE_PTK0 for SW crypto only driversAlexander Wetzel2019-04-261-0/+7
| * | mac80211: Fix Extended Key ID auto activationAlexander Wetzel2019-04-261-1/+5
| * | cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2019-04-261-4/+4
| * | mac80211: store tx power value from user to stationAshok Raj Nagarajan2019-04-264-0/+65
| * | mac80211: only allocate one queue when using iTXQsJohannes Berg2019-04-261-5/+5
| * | mac80211: debugfs option to force TX status framesJulius Niedworok2019-04-263-0/+64
| * | mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-04-261-3/+0
| * | mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau2019-04-261-54/+80
| * | mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau2019-04-262-1/+11
| * | mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau2019-04-263-39/+56
| * | mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel2019-04-269-60/+145
| * | mac80211: Optimize tailroom_needed update checksAlexander Wetzel2019-04-261-9/+15
| * | mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau2019-04-261-0/+1
| * | mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau2019-04-261-2/+8
| * | mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau2019-04-261-5/+10
| * | mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau2019-04-262-20/+8
| * | mac80211: support profile split between elementsSara Sharon2019-04-262-20/+37
| * | mac80211: support non-inheritance elementSara Sharon2019-04-261-57/+77
| * | mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti2019-04-083-2/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-176-38/+46
|\ \ \ | |/ / |/| / | |/
| * mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel2019-04-091-5/+4
| * mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-4/+6
| * mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau2019-03-291-28/+16
| * mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau2019-03-291-0/+3
| * mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau2019-03-291-0/+3
| * mac80211: Increase MAX_MSG_LENAndrei Otcheretianski2019-03-291-1/+6