index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
11
-13
/
+365
*
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
8
-1
/
+413
*
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
Martin KaFai Lau
2018-08-11
2
-1
/
+32
*
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
2018-08-11
3
-2
/
+33
*
Merge branch 'bpf-btf-for-htab-lru'
Daniel Borkmann
2018-08-10
3
-18
/
+121
|
\
|
*
tools/bpf: add bpffs pretty print btf test for hash/lru_hash maps
Yonghong Song
2018-08-10
1
-15
/
+72
|
*
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
2018-08-10
1
-0
/
+44
|
*
bpf: fix bpffs non-array map seq_show issue
Yonghong Song
2018-08-10
1
-3
/
+5
|
/
*
Merge branch 'bpf-veth-xdp-support'
Daniel Borkmann
2018-08-10
7
-30
/
+801
|
\
|
*
veth: Support per queue XDP ring
Toshiaki Makita
2018-08-10
1
-90
/
+188
|
*
veth: Add XDP TX and REDIRECT
Toshiaki Makita
2018-08-10
1
-9
/
+110
|
*
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
2018-08-10
2
-2
/
+29
|
*
bpf: Make redirect_info accessible from modules
Toshiaki Makita
2018-08-10
2
-18
/
+21
|
*
veth: Add ndo_xdp_xmit
Toshiaki Makita
2018-08-10
1
-0
/
+51
|
*
veth: Handle xdp_frames in xdp napi ring
Toshiaki Makita
2018-08-10
1
-5
/
+84
|
*
xdp: Helper function to clear kernel pointers in xdp_frame
Toshiaki Makita
2018-08-10
1
-0
/
+7
|
*
veth: Avoid drops by oversized packets when XDP is enabled
Toshiaki Makita
2018-08-10
1
-2
/
+45
|
*
veth: Add driver XDP
Toshiaki Makita
2018-08-10
1
-7
/
+367
|
*
net: Export skb_headers_offset_update
Toshiaki Makita
2018-08-10
2
-1
/
+3
|
/
*
Merge branch 'bpf-sample-cpumap-lb'
Daniel Borkmann
2018-08-10
3
-2
/
+160
|
\
|
*
samples/bpf: xdp_redirect_cpu load balance like Suricata
Jesper Dangaard Brouer
2018-08-10
2
-2
/
+105
|
*
samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHash
Jesper Dangaard Brouer
2018-08-10
1
-0
/
+55
|
/
*
Revert "xdp: add NULL pointer check in __xdp_return()"
Björn Töpel
2018-08-10
1
-2
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-09
40
-355
/
+374
|
\
|
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-09
8
-191
/
+101
|
|
\
|
|
*
crypto: x86/aegis,morus - Fix and simplify CPUID checks
Ondrej Mosnacek
2018-08-07
6
-45
/
+21
|
|
*
crypto: arm64 - revert NEON yield for fast AEAD implementations
Ard Biesheuvel
2018-08-07
2
-146
/
+80
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-08-09
26
-161
/
+178
|
|
\
\
|
|
*
|
dsa: slave: eee: Allow ports to use phylink
Andrew Lunn
2018-08-08
1
-2
/
+2
|
|
*
|
Merge branch 'smc-fixes'
David S. Miller
2018-08-08
1
-5
/
+10
|
|
|
\
\
|
|
|
*
|
net/smc: move sock lock in smc_ioctl()
Ursula Braun
2018-08-08
1
-3
/
+7
|
|
|
*
|
net/smc: allow sysctl rmem and wmem defaults for servers
Ursula Braun
2018-08-08
1
-0
/
+2
|
|
|
*
|
net/smc: no shutdown in state SMC_LISTEN
Ursula Braun
2018-08-08
1
-2
/
+1
|
|
|
/
/
|
|
*
|
net: aquantia: Fix IFF_ALLMULTI flag functionality
Dmitry Bogdanov
2018-08-08
1
-1
/
+1
|
|
*
|
rxrpc: Fix the keepalive generator [ver #2]
David Howells
2018-08-08
7
-89
/
+109
|
|
*
|
Merge branch 'mlx5-fixes'
David S. Miller
2018-08-08
3
-25
/
+15
|
|
|
\
\
|
|
|
*
|
net/mlx5e: Cleanup of dcbnl related fields
Huy Nguyen
2018-08-08
2
-21
/
+11
|
|
|
*
|
net/mlx5e: Properly check if hairpin is possible between two functions
Or Gerlitz
2018-08-08
1
-4
/
+4
|
|
|
/
/
|
|
*
|
vhost: reset metadata cache when initializing new IOTLB
Jason Wang
2018-08-08
1
-3
/
+6
|
|
*
|
llc: use refcount_inc_not_zero() for llc_sap_find()
Cong Wang
2018-08-07
2
-2
/
+7
|
|
*
|
dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
Alexey Kodanev
2018-08-07
1
-2
/
+4
|
|
*
|
tipc: fix an interrupt unsafe locking scenario
Ying Xue
2018-08-07
1
-3
/
+1
|
|
*
|
vsock: split dwork to avoid reinitializations
Cong Wang
2018-08-07
3
-11
/
+11
|
|
*
|
net: thunderx: check for failed allocation lmac->dmacs
Colin Ian King
2018-08-07
1
-0
/
+2
|
|
*
|
cxgb4: mk_act_open_req() buggers ->{local, peer}_ip on big-endian hosts
Al Viro
2018-08-07
1
-4
/
+2
|
|
*
|
packet: refine ring v3 block size test to hold one frame
Willem de Bruijn
2018-08-06
1
-4
/
+6
|
|
*
|
ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit
Xin Long
2018-08-05
1
-6
/
+2
|
|
*
|
ipv6: fix double refcount of fib6_metrics
Cong Wang
2018-08-05
1
-4
/
+0
|
*
|
|
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
2018-08-08
4
-0
/
+39
|
*
|
|
parisc: Enable CONFIG_MLONGCALLS by default
Helge Deller
2018-08-08
1
-1
/
+1
[next]