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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-22
rxrpc: Add per-peer RTT tracker
David Howells
1
-0
/
+61
2016-09-22
net: cls_bpf: allow offloaded filters to update stats
Jakub Kicinski
1
-0
/
+1
2016-09-22
bpf: enable non-core use of the verfier
Jakub Kicinski
1
-0
/
+11
2016-09-22
bpf: expose internal verfier structures
Jakub Kicinski
1
-0
/
+79
2016-09-22
net: cls_bpf: limit hardware offload by software-only flag
Jakub Kicinski
2
-0
/
+2
2016-09-22
net: cls_bpf: add hardware offload
Jakub Kicinski
2
-0
/
+16
2016-09-21
acpi: Validate processor id when mapping the processor
Dou Liyang
1
-0
/
+3
2016-09-21
x86/acpi: Set persistent cpuid <-> nodeid mapping when booting
Gu Zheng
1
-0
/
+3
2016-09-21
lib/raid6: Add AVX512 optimized recovery functions
Gayatri Kammela
1
-0
/
+1
2016-09-21
lib/raid6: Add AVX512 optimized gen_syndrome functions
Gayatri Kammela
1
-0
/
+3
2016-09-21
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
1
-0
/
+3
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
1
-6
/
+9
2016-09-21
blk-mq: register device instead of disk
Matias Bjørling
1
-2
/
+2
2016-09-21
debugfs: introduce a public file_operations accessor
Christian Lamparter
1
-0
/
+17
2016-09-21
vti6: fix input path
Nicolas Dichtel
1
-1
/
+3
2016-09-21
Merge branch 'smp/for-block' into smp/hotplug
Thomas Gleixner
1
-0
/
+2
2016-09-21
tcp_bbr: add BBR congestion control
Neal Cardwell
1
-0
/
+13
2016-09-21
tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88
Neal Cardwell
1
-2
/
+2
2016-09-21
tcp: new CC hook to set sending rate with rate_sample in any CA state
Yuchung Cheng
1
-0
/
+4
2016-09-21
tcp: allow congestion control to expand send buffer differently
Yuchung Cheng
1
-0
/
+2
2016-09-21
tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments
Neal Cardwell
1
-0
/
+2
2016-09-21
tcp: allow congestion control module to request TSO skb segment count
Neal Cardwell
1
-0
/
+2
2016-09-21
tcp: export data delivery rate
Yuchung Cheng
2
-1
/
+7
2016-09-21
tcp: track application-limited rate samples
Soheil Hassas Yeganeh
2
-1
/
+6
2016-09-21
tcp: track data delivery rate for a TCP connection
Yuchung Cheng
2
-1
/
+36
2016-09-21
tcp: count packets marked lost for a TCP connection
Neal Cardwell
1
-0
/
+1
2016-09-21
net_sched: sch_fq: add low_rate_threshold parameter
Eric Dumazet
1
-0
/
+2
2016-09-21
tcp: use windowed min filter library for TCP min_rtt estimation
Neal Cardwell
2
-4
/
+3
2016-09-21
lib/win_minmax: windowed min or max estimator
Neal Cardwell
1
-0
/
+37
2016-09-21
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
3
-3
/
+36
2016-09-21
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
5
-4
/
+46
2016-09-21
Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
1
-0
/
+2
2016-09-21
power: supply: bq27xxx_battery: allow kernel poll_interval parameter runtime ...
Matt Ranostay
1
-0
/
+1
2016-09-21
power: supply: sbs-battery: Cleanup removal of chip->pdata
Phil Reid
1
-2
/
+2
2016-09-21
clk: imx6: fix i.MX6DL clock tree to reflect reality
Lucas Stach
1
-1
/
+3
2016-09-21
clk: imx53: Add clocks configuration
Kalle Kankare
1
-1
/
+14
2016-09-21
fix fault_in_multipages_...() on architectures with no-op access_ok()
Al Viro
1
-19
/
+19
2016-09-21
Merge branch 'irq/urgent' into irq/core
Thomas Gleixner
13
-21
/
+75
2016-09-20
PCI/AER: Remove duplicate AER severity translation
Tyler Baicar
1
-1
/
+1
2016-09-20
parisc: Drop BROKEN_RODATA config option
Helge Deller
1
-15
/
+4
2016-09-20
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
16
-27
/
+65
2016-09-20
dma-buf/sync_file: fix documentation error
Emilio López
1
-8
/
+5
2016-09-20
Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/rene...
Joerg Roedel
78
-239
/
+707
2016-09-20
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...
Joerg Roedel
4
-1
/
+63
2016-09-20
blk/mq: Reserve hotplug states for block multiqueue
Sebastian Andrzej Siewior
1
-0
/
+2
2016-09-20
rhashtable: Add rhlist interface
Herbert Xu
1
-114
/
+377
2016-09-20
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
4
-4
/
+16
2016-09-20
net sched ife action: Introduce skb tcindex metadata encap decap
Jamal Hadi Salim
1
-1
/
+2
2016-09-20
net sched ife action: add 16 bit helpers
Jamal Hadi Salim
1
-0
/
+2
2016-09-20
fanotify: fix list corruption in fanotify_get_response()
Jan Kara
1
-3
/
+0
[prev]
[next]