| Commit message (Expand) | Author | Age | Files | Lines |
* | i40e: remove ndo_xdp_flush call i40e_xdp_flush | Jesper Dangaard Brouer | 2018-06-05 | 3 | -21/+0 |
* | bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64} | Wang YanQing | 2018-06-05 | 1 | -5/+5 |
* | bpf, arm32: correct check_imm24 | Wang YanQing | 2018-06-05 | 1 | -3/+3 |
* | bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS | Yonghong Song | 2018-06-04 | 1 | -0/+2 |
* | Merge branch 'bpf-af-xdp-fixes' | Daniel Borkmann | 2018-06-04 | 9 | -203/+172 |
|\ |
|
| * | samples/bpf: minor *_nb_free performance fix | Magnus Karlsson | 2018-06-04 | 1 | -3/+5 |
| * | samples/bpf: adapted to new uapi | Björn Töpel | 2018-06-04 | 1 | -48/+36 |
| * | xsk: new descriptor addressing scheme | Björn Töpel | 2018-06-04 | 8 | -129/+123 |
| * | xsk: proper Rx drop statistics update | Björn Töpel | 2018-06-04 | 1 | -5/+5 |
| * | xsk: proper fill queue descriptor validation | Björn Töpel | 2018-06-04 | 2 | -29/+14 |
|/ |
|
* | bpf: flowlabel in bpf_fib_lookup should be flowinfo | David Ahern | 2018-06-03 | 3 | -3/+3 |
* | Merge branch 'bpf_get_current_cgroup_id' | Alexei Starovoitov | 2018-06-03 | 13 | -4/+267 |
|\ |
|
| * | tools/bpf: add a selftest for bpf_get_current_cgroup_id() helper | Yonghong Song | 2018-06-03 | 6 | -2/+232 |
| * | tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper | Yonghong Song | 2018-06-03 | 2 | -1/+9 |
| * | bpf: implement bpf_get_current_cgroup_id() helper | Yonghong Song | 2018-06-03 | 5 | -1/+26 |
|/ |
|
* | Merge branch 'ndo_xdp_xmit-cleanup' | Alexei Starovoitov | 2018-06-03 | 9 | -35/+72 |
|\ |
|
| * | bpf/xdp: devmap can avoid calling ndo_xdp_flush | Jesper Dangaard Brouer | 2018-06-03 | 1 | -13/+6 |
| * | bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush | Jesper Dangaard Brouer | 2018-06-03 | 1 | -2/+1 |
| * | xdp: done implementing ndo_xdp_xmit flush flag for all drivers | Jesper Dangaard Brouer | 2018-06-03 | 1 | -1/+0 |
| * | virtio_net: implement flush flag for ndo_xdp_xmit | Jesper Dangaard Brouer | 2018-06-03 | 1 | -1/+5 |
| * | tun: implement flush flag for ndo_xdp_xmit | Jesper Dangaard Brouer | 2018-06-03 | 1 | -6/+13 |
| * | ixgbe: implement flush flag for ndo_xdp_xmit | Jesper Dangaard Brouer | 2018-06-03 | 1 | -6/+14 |
| * | i40e: implement flush flag for ndo_xdp_xmit | Jesper Dangaard Brouer | 2018-06-03 | 1 | -2/+8 |
| * | xdp: add flags argument to ndo_xdp_xmit API | Jesper Dangaard Brouer | 2018-06-03 | 9 | -11/+32 |
|/ |
|
* | Merge branch 'misc-BPF-improvements' | Alexei Starovoitov | 2018-06-03 | 13 | -70/+421 |
|\ |
|
| * | bpf, doc: add missing patchwork url and libbpf to maintainers | Daniel Borkmann | 2018-06-03 | 1 | -0/+2 |
| * | bpf: sync bpf uapi header with tools | Daniel Borkmann | 2018-06-03 | 1 | -2/+20 |
| * | bpf: fix context access in tracing progs on 32 bit archs | Daniel Borkmann | 2018-06-03 | 3 | -9/+34 |
| * | bpf: fix cbpf parser bug for octal numbers | Daniel Borkmann | 2018-06-03 | 1 | -1/+1 |
| * | bpf: make sure to clear unused fields in tunnel/xfrm state fetch | Daniel Borkmann | 2018-06-03 | 2 | -1/+8 |
| * | bpf: add bpf_skb_cgroup_id helper | Daniel Borkmann | 2018-06-03 | 2 | -3/+45 |
| * | bpf: avoid retpoline for lookup/update/delete calls on maps | Daniel Borkmann | 2018-06-03 | 3 | -22/+61 |
| * | bpf: show prog and map id in fdinfo | Daniel Borkmann | 2018-06-03 | 1 | -4/+8 |
| * | bpf: fixup error message from gpl helpers on license mismatch | Daniel Borkmann | 2018-06-03 | 1 | -1/+1 |
| * | bpf: add also cbpf long jump test cases with heavy expansion | Daniel Borkmann | 2018-06-03 | 1 | -0/+63 |
| * | bpf: test case for map pointer poison with calls/branches | Daniel Borkmann | 2018-06-03 | 3 | -27/+178 |
|/ |
|
* | Merge branch 'btf-fixes' | Alexei Starovoitov | 2018-06-02 | 2 | -1/+70 |
|\ |
|
| * | bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD | Martin KaFai Lau | 2018-06-02 | 2 | -1/+42 |
| * | bpf: btf: Check array t->size | Martin KaFai Lau | 2018-06-02 | 2 | -0/+28 |
|/ |
|
* | Merge branch 'bpf-sockmap-test-fixes' | Daniel Borkmann | 2018-06-02 | 1 | -20/+67 |
|\ |
|
| * | selftests/bpf: test_sockmap, print additional test options | Prashant Bhole | 2018-06-02 | 1 | -9/+19 |
| * | selftests/bpf: test_sockmap, fix data verification | Prashant Bhole | 2018-06-02 | 1 | -1/+13 |
| * | selftests/bpf: test_sockmap, timing improvements | Prashant Bhole | 2018-06-02 | 1 | -4/+9 |
| * | selftests/bpf: test_sockmap, join cgroup in selftest mode | Prashant Bhole | 2018-06-02 | 1 | -0/+5 |
| * | selftests/bpf: test_sockmap, check test failure | Prashant Bhole | 2018-06-02 | 1 | -6/+21 |
|/ |
|
* | bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa... | David Ahern | 2018-05-30 | 1 | -2/+2 |
* | bpf: devmap: remove redundant assignment of dev = dev | Colin Ian King | 2018-05-30 | 1 | -1/+1 |
* | bpftool: Support sendmsg{4,6} attach types | Andrey Ignatov | 2018-05-30 | 3 | -5/+13 |
* | Merge branch 'bpf-ir-decoder' | Daniel Borkmann | 2018-05-30 | 22 | -22/+984 |
|\ |
|
| * | bpf: add selftest for lirc_mode2 type program | Sean Young | 2018-05-30 | 10 | -17/+494 |