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.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-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
11
-13
/
+365
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
8
-1
/
+413
2018-08-11
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
Martin KaFai Lau
2
-1
/
+32
2018-08-11
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
3
-2
/
+33
2018-08-10
Merge branch 'bpf-btf-for-htab-lru'
Daniel Borkmann
3
-18
/
+121
2018-08-10
tools/bpf: add bpffs pretty print btf test for hash/lru_hash maps
Yonghong Song
1
-15
/
+72
2018-08-10
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
1
-0
/
+44
2018-08-10
bpf: fix bpffs non-array map seq_show issue
Yonghong Song
1
-3
/
+5
2018-08-10
Merge branch 'bpf-veth-xdp-support'
Daniel Borkmann
7
-30
/
+801
2018-08-10
veth: Support per queue XDP ring
Toshiaki Makita
1
-90
/
+188
2018-08-10
veth: Add XDP TX and REDIRECT
Toshiaki Makita
1
-9
/
+110
2018-08-10
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
2
-2
/
+29
2018-08-10
bpf: Make redirect_info accessible from modules
Toshiaki Makita
2
-18
/
+21
2018-08-10
veth: Add ndo_xdp_xmit
Toshiaki Makita
1
-0
/
+51
2018-08-10
veth: Handle xdp_frames in xdp napi ring
Toshiaki Makita
1
-5
/
+84
2018-08-10
xdp: Helper function to clear kernel pointers in xdp_frame
Toshiaki Makita
1
-0
/
+7
2018-08-10
veth: Avoid drops by oversized packets when XDP is enabled
Toshiaki Makita
1
-2
/
+45
2018-08-10
veth: Add driver XDP
Toshiaki Makita
1
-7
/
+367
2018-08-10
net: Export skb_headers_offset_update
Toshiaki Makita
2
-1
/
+3
2018-08-10
Merge branch 'bpf-sample-cpumap-lb'
Daniel Borkmann
3
-2
/
+160
2018-08-10
samples/bpf: xdp_redirect_cpu load balance like Suricata
Jesper Dangaard Brouer
2
-2
/
+105
2018-08-10
samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHash
Jesper Dangaard Brouer
1
-0
/
+55
2018-08-10
Revert "xdp: add NULL pointer check in __xdp_return()"
Björn Töpel
1
-2
/
+1
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
40
-355
/
+374
2018-08-09
Merge branch 'Add-support-for-XGMAC2-in-stmmac'
David S. Miller
16
-36
/
+1529
2018-08-09
dt-bindings: net: stmmac: Add the bindings documentation for XGMAC2.
Jose Abreu
1
-2
/
+3
2018-08-09
net: stmmac: Add the bindings parsing for XGMAC2
Jose Abreu
2
-0
/
+8
2018-08-09
net: stmmac: Integrate XGMAC into main driver flow
Jose Abreu
1
-19
/
+48
2018-08-09
net: stmmac: Add PTP support for XGMAC2
Jose Abreu
3
-4
/
+7
2018-08-09
net: stmmac: Add MDIO related functions for XGMAC2
Jose Abreu
1
-4
/
+129
2018-08-09
net: stmmac: Add descriptor related callbacks for XGMAC2
Jose Abreu
5
-2
/
+314
2018-08-09
net: stmmac: Add DMA related callbacks for XGMAC2
Jose Abreu
5
-2
/
+471
2018-08-09
net: stmmac: Add MAC related callbacks for XGMAC2
Jose Abreu
6
-3
/
+519
2018-08-09
net: stmmac: Add XGMAC 2.10 HWIF entry
Jose Abreu
3
-8
/
+38
2018-08-09
Merge branch 'More-complete-PHYLINK-support-for-mv88e6xxx'
David S. Miller
8
-109
/
+767
2018-08-09
net: dsa: mv88e6xxx: Re-setup interrupts on CMODE change.
Andrew Lunn
3
-2
/
+27
2018-08-09
net: dsa: mv88e6xxx: Add SERDES phydev_mac_change up for 6390
Andrew Lunn
4
-0
/
+222
2018-08-09
net: dsa: mv88e6xxx: link mv88e6xxx_port to mv88e6xxx_chip
Andrew Lunn
2
-0
/
+5
2018-08-09
net: dsa: mv88e6xxx: Power on/off SERDES on cmode change
Andrew Lunn
1
-0
/
+9
2018-08-09
net: dsa: mv88e6xxx: Cache the port cmode
Andrew Lunn
5
-47
/
+57
2018-08-09
net: dsa: mv88e6xxx: 2500Base-X uses the 1000Base-X SERDES
Andrew Lunn
1
-1
/
+1
2018-08-09
net: dsa: mv88e6xxx: Add serdes register read/write helper
Andrew Lunn
2
-11
/
+25
2018-08-09
net: dsa: mv88e6xxx: Rename sgmii/10g power functions
Andrew Lunn
1
-6
/
+8
2018-08-09
net: dsa: mv88e6xxx: 6390 vs 6390X SERDES support
Andrew Lunn
3
-3
/
+53
2018-08-09
net: dsa: mv88e6xxx: Refactor SERDES lane code
Andrew Lunn
1
-81
/
+114
2018-08-09
net: dsa: mv88e6xxx: add phylink support
Russell King
4
-4
/
+217
2018-08-09
phylink: add helper for configuring 2500BaseX modes
Russell King
2
-0
/
+31
2018-08-09
net: dsa: mv88e6xxx: Add support to enabling pause
Andrew Lunn
4
-4
/
+48
2018-08-09
Merge branch 'mlxsw-Various-updates'
David S. Miller
65
-2151
/
+547
2018-08-09
mlxsw: spectrum: Expose counter for all 16 TCs
Petr Machata
1
-5
/
+6
[next]