summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix Extended Key ID auto activationAlexander Wetzel2019-04-261-1/+5
* cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2019-04-263-9/+9
* mac80211: store tx power value from user to stationAshok Raj Nagarajan2019-04-265-0/+87
* cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan2019-04-263-0/+80
* mac80211: only allocate one queue when using iTXQsJohannes Berg2019-04-261-5/+5
* nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-7/+3
* cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-16/+7
* mac80211: debugfs option to force TX status framesJulius Niedworok2019-04-263-0/+64
* cfg80211: remove redundant zero check on variable 'changed'Colin Ian King2019-04-261-3/+0
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-04-262-3/+5
* 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-2610-60/+151
* nl80211/cfg80211: Extended Key ID supportAlexander Wetzel2019-04-266-16/+101
* 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-262-13/+20
* mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau2019-04-262-20/+8
* ieee80211: update HE IEs to D4.0 specLiad Kaufman2019-04-261-5/+8
* mac80211: support profile split between elementsSara Sharon2019-04-262-20/+37
* cfg80211: support profile split between elementsSara Sharon2019-04-262-6/+117
* mac80211: support non-inheritance elementSara Sharon2019-04-261-57/+77
* cfg80211: support non-inheritance elementSara Sharon2019-04-263-1/+69
* cfg80211: don't skip multi-bssid index elementSara Sharon2019-04-261-2/+1
* mac80211_hwsim: set p2p device interface support indicationAvraham Stern2019-04-261-0/+2
* nl80211: increase NL80211_MAX_SUPP_REG_RULESShaul Triebitz2019-04-261-2/+2
* cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt2019-04-085-0/+172
* mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti2019-04-086-2/+16
* nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna2019-04-083-0/+74
* nl80211: reindent some sched scan codeJohannes Berg2019-04-081-31/+34
* net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov2019-04-081-20/+44
* Merge branch 'rhashtable-bitlocks'David S. Miller2019-04-0812-173/+271
|\
| * rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown2019-04-082-23/+43
| * rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-0812-178/+236
| * rhashtable: allow rht_bucket_var to return NULL.NeilBrown2019-04-082-11/+29
| * rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown2019-04-081-3/+5
|/
* Merge branch 'net-hsr-improvements-and-bug-fixes'David S. Miller2019-04-0714-277/+327
|\
| * net: hsr: Fix node prune function for forget time expiryAaron Kramer2019-04-071-0/+4
| * net: hsr: add debugfs support for display node listMurali Karicheri2019-04-076-12/+155
| * net: hsr: convert to SPDX identifierMurali Karicheri2019-04-0712-61/+12
| * net: hsr: add blank line after function declarationMurali Karicheri2019-04-071-0/+1
| * net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-074-75/+76
| * net: hsr: add missing space around operator in codeMurali Karicheri2019-04-072-4/+4
| * net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2019-04-072-6/+6
| * net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-073-15/+15
| * net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-075-13/+13
| * net: hsr: fix lines that ends with a '('Murali Karicheri2019-04-072-7/+5
| * net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-073-9/+9