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-06-04
xsk: new descriptor addressing scheme
Björn Töpel
8
-129
/
+123
2018-06-04
xsk: proper Rx drop statistics update
Björn Töpel
1
-5
/
+5
2018-06-04
xsk: proper fill queue descriptor validation
Björn Töpel
2
-29
/
+14
2018-06-04
bpf: flowlabel in bpf_fib_lookup should be flowinfo
David Ahern
3
-3
/
+3
2018-06-04
Merge branch 'bpf_get_current_cgroup_id'
Alexei Starovoitov
13
-4
/
+267
2018-06-04
tools/bpf: add a selftest for bpf_get_current_cgroup_id() helper
Yonghong Song
6
-2
/
+232
2018-06-04
tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper
Yonghong Song
2
-1
/
+9
2018-06-04
bpf: implement bpf_get_current_cgroup_id() helper
Yonghong Song
5
-1
/
+26
2018-06-03
Merge branch 'ndo_xdp_xmit-cleanup'
Alexei Starovoitov
9
-35
/
+72
2018-06-03
bpf/xdp: devmap can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-13
/
+6
2018-06-03
bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-2
/
+1
2018-06-03
xdp: done implementing ndo_xdp_xmit flush flag for all drivers
Jesper Dangaard Brouer
1
-1
/
+0
2018-06-03
virtio_net: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-1
/
+5
2018-06-03
tun: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-6
/
+13
2018-06-03
ixgbe: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-6
/
+14
2018-06-03
i40e: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-2
/
+8
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
9
-11
/
+32
2018-06-03
Merge branch 'misc-BPF-improvements'
Alexei Starovoitov
13
-70
/
+421
2018-06-03
bpf, doc: add missing patchwork url and libbpf to maintainers
Daniel Borkmann
1
-0
/
+2
2018-06-03
bpf: sync bpf uapi header with tools
Daniel Borkmann
1
-2
/
+20
2018-06-03
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
3
-9
/
+34
2018-06-03
bpf: fix cbpf parser bug for octal numbers
Daniel Borkmann
1
-1
/
+1
2018-06-03
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
2
-1
/
+8
2018-06-03
bpf: add bpf_skb_cgroup_id helper
Daniel Borkmann
2
-3
/
+45
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
3
-22
/
+61
2018-06-03
bpf: show prog and map id in fdinfo
Daniel Borkmann
1
-4
/
+8
2018-06-03
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
1
-1
/
+1
2018-06-03
bpf: add also cbpf long jump test cases with heavy expansion
Daniel Borkmann
1
-0
/
+63
2018-06-03
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
3
-27
/
+178
2018-06-02
Merge branch 'btf-fixes'
Alexei Starovoitov
2
-1
/
+70
2018-06-02
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2
-1
/
+42
2018-06-02
bpf: btf: Check array t->size
Martin KaFai Lau
2
-0
/
+28
2018-06-02
Merge branch 'bpf-sockmap-test-fixes'
Daniel Borkmann
1
-20
/
+67
2018-06-02
selftests/bpf: test_sockmap, print additional test options
Prashant Bhole
1
-9
/
+19
2018-06-02
selftests/bpf: test_sockmap, fix data verification
Prashant Bhole
1
-1
/
+13
2018-06-02
selftests/bpf: test_sockmap, timing improvements
Prashant Bhole
1
-4
/
+9
2018-06-02
selftests/bpf: test_sockmap, join cgroup in selftest mode
Prashant Bhole
1
-0
/
+5
2018-06-02
selftests/bpf: test_sockmap, check test failure
Prashant Bhole
1
-6
/
+21
2018-05-31
bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...
David Ahern
1
-2
/
+2
2018-05-31
bpf: devmap: remove redundant assignment of dev = dev
Colin Ian King
1
-1
/
+1
2018-05-30
bpftool: Support sendmsg{4,6} attach types
Andrey Ignatov
3
-5
/
+13
2018-05-30
Merge branch 'bpf-ir-decoder'
Daniel Borkmann
22
-22
/
+984
2018-05-30
bpf: add selftest for lirc_mode2 type program
Sean Young
10
-17
/
+494
2018-05-30
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
10
-3
/
+479
2018-05-30
bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found
Sean Young
2
-2
/
+11
2018-05-29
bpf: Verify flags in bpf_fib_lookup
David Ahern
1
-0
/
+6
2018-05-29
bpf: Drop mpls from bpf_fib_lookup
David Ahern
1
-13
/
+13
2018-05-29
bpf: hide the unused 'off' variable
YueHaibing
1
-0
/
+2
2018-05-29
bpf: clean up eBPF helpers documentation
Quentin Monnet
2
-22
/
+20
2018-05-28
Merge branch 'bpf-sendmsg-hook'
Daniel Borkmann
14
-196
/
+1215
[next]