summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-04-26mac80211: Set CAN_REPLACE_PTK0 for SW crypto only driversAlexander Wetzel
2019-04-26nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho
2019-04-26mac80211: Fix Extended Key ID auto activationAlexander Wetzel
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan
2019-04-26cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan
2019-04-26mac80211: only allocate one queue when using iTXQsJohannes Berg
2019-04-26nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-04-26cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-04-26mac80211: debugfs option to force TX status framesJulius Niedworok
2019-04-26cfg80211: remove redundant zero check on variable 'changed'Colin Ian King
2019-04-26mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich
2019-04-26mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau
2019-04-26mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau
2019-04-26mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel
2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel
2019-04-26mac80211: Optimize tailroom_needed update checksAlexander Wetzel
2019-04-26mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau
2019-04-26mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau
2019-04-26mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau
2019-04-26mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau
2019-04-26mac80211: support profile split between elementsSara Sharon
2019-04-26cfg80211: support profile split between elementsSara Sharon
2019-04-26mac80211: support non-inheritance elementSara Sharon
2019-04-26cfg80211: support non-inheritance elementSara Sharon
2019-04-26cfg80211: don't skip multi-bssid index elementSara Sharon
2019-04-08cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna
2019-04-08nl80211: reindent some sched scan codeJohannes Berg
2019-04-07net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-04-06net: hsr: Fix node prune function for forget time expiryAaron Kramer
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-06net: hsr: add blank line after function declarationMurali Karicheri
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri
2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri
2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri
2019-04-06tcp: remove redundant check on tskbColin Ian King
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds