summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan3-9/+14
2019-04-26cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan3-0/+79
2019-04-26mac80211: Set CAN_REPLACE_PTK0 for SW crypto only driversAlexander Wetzel1-0/+7
2019-04-26nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho1-1/+1
2019-04-26mac80211: Fix Extended Key ID auto activationAlexander Wetzel1-1/+5
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2-8/+8
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan4-0/+65
2019-04-26cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan1-0/+43
2019-04-26mac80211: only allocate one queue when using iTXQsJohannes Berg1-5/+5
2019-04-26nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-7/+3
2019-04-26cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-16/+7
2019-04-26mac80211: debugfs option to force TX status framesJulius Niedworok3-0/+64
2019-04-26cfg80211: remove redundant zero check on variable 'changed'Colin Ian King1-3/+0
2019-04-26mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2-3/+5
2019-04-26mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau1-54/+80
2019-04-26mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau2-1/+11
2019-04-26mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmitFelix Fietkau3-39/+56
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel9-60/+145
2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel4-16/+71
2019-04-26mac80211: Optimize tailroom_needed update checksAlexander Wetzel1-9/+15
2019-04-26mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau1-0/+1
2019-04-26mac80211: run late dequeue late tx handlers without holding fq->lockFelix Fietkau1-2/+8
2019-04-26mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau1-5/+10
2019-04-26mac80211: mesh: drop redundant rcu_read_lock/unlock callsFelix Fietkau2-20/+8
2019-04-26mac80211: support profile split between elementsSara Sharon2-20/+37
2019-04-26cfg80211: support profile split between elementsSara Sharon1-6/+103
2019-04-26mac80211: support non-inheritance elementSara Sharon1-57/+77
2019-04-26cfg80211: support non-inheritance elementSara Sharon1-1/+60
2019-04-26cfg80211: don't skip multi-bssid index elementSara Sharon1-2/+1
2019-04-08cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt3-0/+123
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti4-2/+11
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna1-0/+53
2019-04-08nl80211: reindent some sched scan codeJohannes Berg1-31/+34
2019-04-08net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov1-20/+44
2019-04-08rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown7-7/+0
2019-04-07net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4
2019-04-07net: hsr: add debugfs support for display node listMurali Karicheri6-12/+155
2019-04-07net: hsr: convert to SPDX identifierMurali Karicheri12-61/+12
2019-04-07net: hsr: add blank line after function declarationMurali Karicheri1-0/+1
2019-04-07net: hsr: remove camel case usage in the codeMurali Karicheri4-75/+76
2019-04-07net: hsr: add missing space around operator in codeMurali Karicheri2-4/+4
2019-04-07net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2-6/+6
2019-04-07net: hsr: remove unnecessary space after a castMurali Karicheri3-15/+15
2019-04-07net: hsr: fix NULL checks in the codeMurali Karicheri5-13/+13
2019-04-07net: hsr: fix lines that ends with a '('Murali Karicheri2-7/+5
2019-04-07net: hsr: fix alignment issues in the code for functionsMurali Karicheri3-9/+9
2019-04-07net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri3-18/+16
2019-04-07net: hsr: fix multiple blank lines in the codeMurali Karicheri7-55/+0
2019-04-07net: hsr: fix lines exceeding 80 charactersMurali Karicheri5-22/+31
2019-04-07tcp: remove redundant check on tskbColin Ian King1-5/+2