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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-12
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2
-0
/
+79
2018-08-12
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
19
-71
/
+92
2018-08-11
Merge branch 'Remove-rtnl-lock-dependency-from-all-action-implementations'
David S. Miller
17
-122
/
+214
2018-08-11
net: sched: act_police: remove dependency on rtnl lock
Vlad Buslov
1
-3
/
+6
2018-08-11
net: core: protect rate estimator statistics pointer with lock
Vlad Buslov
2
-10
/
+15
2018-08-11
net: sched: act_mirred: remove dependency on rtnl lock
Vlad Buslov
1
-27
/
+51
2018-08-11
net: sched: extend action ops with put_dev callback
Vlad Buslov
3
-1
/
+13
2018-08-11
net: sched: act_vlan: remove dependency on rtnl lock
Vlad Buslov
1
-12
/
+15
2018-08-11
net: sched: act_tunnel_key: remove dependency on rtnl lock
Vlad Buslov
1
-13
/
+13
2018-08-11
net: sched: act_skbmod: remove dependency on rtnl lock
Vlad Buslov
1
-5
/
+9
2018-08-11
net: sched: act_simple: remove dependency on rtnl lock
Vlad Buslov
1
-1
/
+5
2018-08-11
net: sched: act_sample: remove dependency on rtnl lock
Vlad Buslov
1
-2
/
+10
2018-08-11
net: sched: act_pedit: remove dependency on rtnl lock
Vlad Buslov
1
-20
/
+20
2018-08-11
net: sched: act_ipt: remove dependency on rtnl lock
Vlad Buslov
1
-0
/
+3
2018-08-11
net: sched: act_ife: remove dependency on rtnl lock
Vlad Buslov
1
-15
/
+25
2018-08-11
net: sched: act_gact: remove dependency on rtnl lock
Vlad Buslov
1
-2
/
+8
2018-08-11
net: sched: act_csum: remove dependency on rtnl lock
Vlad Buslov
1
-9
/
+15
2018-08-11
net: sched: act_bpf: remove dependency on rtnl lock
Vlad Buslov
1
-3
/
+7
2018-08-11
Merge branch 'net-sctp-Avoid-allocating-high-order-memory-with-kmalloc'
David S. Miller
9
-105
/
+172
2018-08-11
net/sctp: Replace in/out stream arrays with flex_array
Konstantin Khorenko
2
-26
/
+71
2018-08-11
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
9
-81
/
+103
2018-08-11
tc: Update README and add config
Keara Leibovitz
2
-5
/
+59
2018-08-11
Merge branch 'l2tp-rework-pppol2tp-ioctl-handling'
David S. Miller
7
-199
/
+133
2018-08-11
l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()
Guillaume Nault
1
-1
/
+1
2018-08-11
l2tp: zero out stats in pppol2tp_copy_stats()
Guillaume Nault
1
-4
/
+3
2018-08-11
l2tp: remove pppol2tp_session_ioctl()
Guillaume Nault
2
-48
/
+4
2018-08-11
l2tp: remove pppol2tp_tunnel_ioctl()
Guillaume Nault
1
-79
/
+53
2018-08-11
l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()
Guillaume Nault
1
-29
/
+44
2018-08-11
l2tp: simplify pppol2tp_ioctl()
Guillaume Nault
1
-27
/
+6
2018-08-11
l2tp: split l2tp_session_get()
Guillaume Nault
6
-36
/
+36
2018-08-11
l2tp: define l2tp_tunnel_uses_xfrm()
Guillaume Nault
3
-10
/
+21
2018-08-11
Merge branch 'netsec-driver-improvements'
David S. Miller
1
-18
/
+12
2018-08-11
net: socionext: Increase descriptors to 256
Ilias Apalodimas
1
-3
/
+2
2018-08-11
net: socionext: Use descriptor info instead of MMIO reads on Rx
Ilias Apalodimas
1
-15
/
+10
2018-08-11
vxge: remove set but not used variable 'req_out', 'status' and 'ret'
YueHaibing
1
-21
/
+6
2018-08-11
Merge branch 'virtio_net-Expand-affinity-to-arbitrary-numbers-of-cpu-and-vq'
David S. Miller
5
-27
/
+39
2018-08-11
virtio_net: Stripe queue affinities across cores.
Caleb Raitto
1
-15
/
+27
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
5
-14
/
+14
2018-08-11
lan743x: lan743x: Add PTP support
Bryan Whitehead
6
-5
/
+1443
2018-08-11
Merge branch 'tcp-new-mechanism-to-ACK-immediately'
David S. Miller
3
-10
/
+13
2018-08-11
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
Yuchung Cheng
1
-4
/
+4
2018-08-11
tcp: always ACK immediately on hole repairs
Yuchung Cheng
1
-2
/
+2
2018-08-11
tcp: avoid resetting ACK timer in DCTCP
Yuchung Cheng
1
-2
/
+2
2018-08-11
tcp: mandate a one-time immediate ACK
Yuchung Cheng
2
-2
/
+5
2018-08-11
wimax: usb-tx: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-11
wimax: usb-fw: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-11
net: dp83640: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+4
2018-08-11
rxrpc: remove redundant static int 'zero'
Colin Ian King
1
-1
/
+0
2018-08-11
drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_s...
zhong jiang
1
-2
/
+1
2018-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
11
-39
/
+46
[next]