index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-26
mac80211: probe unexercised mesh links
Rajkumar Manoharan
4
-0
/
+43
2019-04-26
mac80211: add option for setting control flags
Rajkumar Manoharan
3
-9
/
+14
2019-04-26
cfg80211: add support to probe unexercised mesh link
Rajkumar Manoharan
3
-0
/
+79
2019-04-26
mac80211: Set CAN_REPLACE_PTK0 for SW crypto only drivers
Alexander Wetzel
1
-0
/
+7
2019-04-26
nl80211: do a struct assignment to radar_chandef instead of memcpy()
Luca Coelho
1
-1
/
+1
2019-04-26
mac80211: Fix Extended Key ID auto activation
Alexander Wetzel
1
-1
/
+5
2019-04-26
cfg80211: don't pass pointer to pointer unnecessarily
Dan Carpenter
2
-8
/
+8
2019-04-26
mac80211: store tx power value from user to station
Ashok Raj Nagarajan
4
-0
/
+65
2019-04-26
cfg80211: Add support to set tx power for a station associated
Ashok Raj Nagarajan
1
-0
/
+43
2019-04-26
mac80211: only allocate one queue when using iTXQs
Johannes Berg
1
-5
/
+5
2019-04-26
nl80211: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-7
/
+3
2019-04-26
cfg80211: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-16
/
+7
2019-04-26
mac80211: debugfs option to force TX status frames
Julius Niedworok
3
-0
/
+64
2019-04-26
cfg80211: remove redundant zero check on variable 'changed'
Colin Ian King
1
-3
/
+0
2019-04-26
mac80211/cfg80211: update bss channel on channel switch
Sergey Matyukevich
2
-3
/
+5
2019-04-26
mac80211: minstrel_ht: automatically calculate rate duration shift
Felix Fietkau
1
-54
/
+80
2019-04-26
mac80211: minstrel_ht: add support for rates with 4 spatial streams
Felix Fietkau
2
-1
/
+11
2019-04-26
mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmit
Felix Fietkau
3
-39
/
+56
2019-04-26
mac80211: IEEE 802.11 Extended Key ID support
Alexander Wetzel
9
-60
/
+145
2019-04-26
nl80211/cfg80211: Extended Key ID support
Alexander Wetzel
4
-16
/
+71
2019-04-26
mac80211: Optimize tailroom_needed update checks
Alexander Wetzel
1
-9
/
+15
2019-04-26
mac80211: set NETIF_F_LLTX when using intermediate tx queues
Felix Fietkau
1
-0
/
+1
2019-04-26
mac80211: run late dequeue late tx handlers without holding fq->lock
Felix Fietkau
1
-2
/
+8
2019-04-26
mac80211: calculate hash for fq without holding fq->lock in itxq enqueue
Felix Fietkau
1
-5
/
+10
2019-04-26
mac80211: mesh: drop redundant rcu_read_lock/unlock calls
Felix Fietkau
2
-20
/
+8
2019-04-26
mac80211: support profile split between elements
Sara Sharon
2
-20
/
+37
2019-04-26
cfg80211: support profile split between elements
Sara Sharon
1
-6
/
+103
2019-04-26
mac80211: support non-inheritance element
Sara Sharon
1
-57
/
+77
2019-04-26
cfg80211: support non-inheritance element
Sara Sharon
1
-1
/
+60
2019-04-26
cfg80211: don't skip multi-bssid index element
Sara Sharon
1
-2
/
+1
2019-04-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
8
-18
/
+24
2019-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
27
-137
/
+268
2019-04-26
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
1
-0
/
+39
2019-04-25
net-sysfs: Replace ktype default_attrs field with groups
Kimberly Brown
1
-2
/
+4
2019-04-25
xprtrdma: Remove stale comment
Chuck Lever
1
-7
/
+0
2019-04-25
xprtrdma: Update comments that reference ib_drain_qp
Chuck Lever
1
-4
/
+6
2019-04-25
xprtrdma: Remove pr_err() call sites from completion handlers
Chuck Lever
2
-28
/
+4
2019-04-25
xprtrdma: Eliminate struct rpcrdma_create_data_internal
Chuck Lever
4
-71
/
+46
2019-04-25
xprtrdma: Aggregate the inline settings in struct rpcrdma_ep
Chuck Lever
5
-36
/
+41
2019-04-25
xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsize
Chuck Lever
2
-11
/
+0
2019-04-25
SUNRPC: Update comments based on recent changes
Chuck Lever
1
-2
/
+2
2019-04-25
xprtrdma: Eliminate rpcrdma_ia::ri_device
Chuck Lever
3
-28
/
+25
2019-04-25
xprtrdma: More Send completion batching
Chuck Lever
2
-13
/
+1
2019-04-25
xprtrdma: Clean up sendctx functions
Chuck Lever
3
-26
/
+23
2019-04-25
xprtrdma: Trace marshaling failures
Chuck Lever
1
-0
/
+1
2019-04-25
xprtrdma: Increase maximum number of backchannel requests
Chuck Lever
1
-3
/
+5
2019-04-25
xprtrdma: Backchannel can use GFP_KERNEL allocations
Chuck Lever
1
-64
/
+40
2019-04-25
xprtrdma: Clean up regbuf helpers
Chuck Lever
3
-82
/
+80
2019-04-25
xprtrdma: De-duplicate "allocate new, free old regbuf"
Chuck Lever
3
-47
/
+39
2019-04-25
xprtrdma: Allocate req's regbufs at xprt create time
Chuck Lever
4
-25
/
+33
[prev]
[next]