index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: Fix Extended Key ID auto activation
Alexander Wetzel
2019-04-26
1
-1
/
+5
*
cfg80211: don't pass pointer to pointer unnecessarily
Dan Carpenter
2019-04-26
3
-9
/
+9
*
mac80211: store tx power value from user to station
Ashok Raj Nagarajan
2019-04-26
5
-0
/
+87
*
cfg80211: Add support to set tx power for a station associated
Ashok Raj Nagarajan
2019-04-26
3
-0
/
+80
*
mac80211: only allocate one queue when using iTXQs
Johannes Berg
2019-04-26
1
-5
/
+5
*
nl80211: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-04-26
1
-7
/
+3
*
cfg80211: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-04-26
1
-16
/
+7
*
mac80211: debugfs option to force TX status frames
Julius Niedworok
2019-04-26
3
-0
/
+64
*
cfg80211: remove redundant zero check on variable 'changed'
Colin Ian King
2019-04-26
1
-3
/
+0
*
mac80211/cfg80211: update bss channel on channel switch
Sergey Matyukevich
2019-04-26
2
-3
/
+5
*
mac80211: minstrel_ht: automatically calculate rate duration shift
Felix Fietkau
2019-04-26
1
-54
/
+80
*
mac80211: minstrel_ht: add support for rates with 4 spatial streams
Felix Fietkau
2019-04-26
2
-1
/
+11
*
mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmit
Felix Fietkau
2019-04-26
3
-39
/
+56
*
mac80211: IEEE 802.11 Extended Key ID support
Alexander Wetzel
2019-04-26
10
-60
/
+151
*
nl80211/cfg80211: Extended Key ID support
Alexander Wetzel
2019-04-26
6
-16
/
+101
*
mac80211: Optimize tailroom_needed update checks
Alexander Wetzel
2019-04-26
1
-9
/
+15
*
mac80211: set NETIF_F_LLTX when using intermediate tx queues
Felix Fietkau
2019-04-26
1
-0
/
+1
*
mac80211: run late dequeue late tx handlers without holding fq->lock
Felix Fietkau
2019-04-26
1
-2
/
+8
*
mac80211: calculate hash for fq without holding fq->lock in itxq enqueue
Felix Fietkau
2019-04-26
2
-13
/
+20
*
mac80211: mesh: drop redundant rcu_read_lock/unlock calls
Felix Fietkau
2019-04-26
2
-20
/
+8
*
ieee80211: update HE IEs to D4.0 spec
Liad Kaufman
2019-04-26
1
-5
/
+8
*
mac80211: support profile split between elements
Sara Sharon
2019-04-26
2
-20
/
+37
*
cfg80211: support profile split between elements
Sara Sharon
2019-04-26
2
-6
/
+117
*
mac80211: support non-inheritance element
Sara Sharon
2019-04-26
1
-57
/
+77
*
cfg80211: support non-inheritance element
Sara Sharon
2019-04-26
3
-1
/
+69
*
cfg80211: don't skip multi-bssid index element
Sara Sharon
2019-04-26
1
-2
/
+1
*
mac80211_hwsim: set p2p device interface support indication
Avraham Stern
2019-04-26
1
-0
/
+2
*
nl80211: increase NL80211_MAX_SUPP_REG_RULES
Shaul Triebitz
2019-04-26
1
-2
/
+2
*
cfg80211/nl80211: Offload OWE processing to user space in AP mode
Sunil Dutt
2019-04-08
5
-0
/
+172
*
mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC
Narayanraddi Masti
2019-04-08
6
-2
/
+16
*
nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scan
vamsi krishna
2019-04-08
3
-0
/
+74
*
nl80211: reindent some sched scan code
Johannes Berg
2019-04-08
1
-31
/
+34
*
net: sched: flower: insert filter to ht before offloading it to hw
Vlad Buslov
2019-04-08
1
-20
/
+44
*
Merge branch 'rhashtable-bitlocks'
David S. Miller
2019-04-08
12
-173
/
+271
|
\
|
*
rhashtable: add lockdep tracking to bucket bit-spin-locks.
NeilBrown
2019-04-08
2
-23
/
+43
|
*
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
2019-04-08
12
-178
/
+236
|
*
rhashtable: allow rht_bucket_var to return NULL.
NeilBrown
2019-04-08
2
-11
/
+29
|
*
rhashtable: use cmpxchg() in nested_table_alloc()
NeilBrown
2019-04-08
1
-3
/
+5
|
/
*
Merge branch 'net-hsr-improvements-and-bug-fixes'
David S. Miller
2019-04-07
14
-277
/
+327
|
\
|
*
net: hsr: Fix node prune function for forget time expiry
Aaron Kramer
2019-04-07
1
-0
/
+4
|
*
net: hsr: add debugfs support for display node list
Murali Karicheri
2019-04-07
6
-12
/
+155
|
*
net: hsr: convert to SPDX identifier
Murali Karicheri
2019-04-07
12
-61
/
+12
|
*
net: hsr: add blank line after function declaration
Murali Karicheri
2019-04-07
1
-0
/
+1
|
*
net: hsr: remove camel case usage in the code
Murali Karicheri
2019-04-07
4
-75
/
+76
|
*
net: hsr: add missing space around operator in code
Murali Karicheri
2019-04-07
2
-4
/
+4
|
*
net: hsr: fix placement of logical operator in a multi-line statement
Murali Karicheri
2019-04-07
2
-6
/
+6
|
*
net: hsr: remove unnecessary space after a cast
Murali Karicheri
2019-04-07
3
-15
/
+15
|
*
net: hsr: fix NULL checks in the code
Murali Karicheri
2019-04-07
5
-13
/
+13
|
*
net: hsr: fix lines that ends with a '('
Murali Karicheri
2019-04-07
2
-7
/
+5
|
*
net: hsr: fix alignment issues in the code for functions
Murali Karicheri
2019-04-07
3
-9
/
+9
[next]