| Commit message (Expand) | Author | Age | Files | Lines |
* | samples/bpf: adapt xdpsock to the new uapi | Björn Töpel | 2018-05-22 | 1 | -47/+76 |
* | xsk: remove explicit ring structure from uapi | Björn Töpel | 2018-05-22 | 3 | -22/+68 |
* | xsk: proper queue id check at bind | Magnus Karlsson | 2018-05-22 | 1 | -1/+7 |
* | xsk: fill hole in struct sockaddr_xdp | Björn Töpel | 2018-05-22 | 1 | -1/+1 |
* | xsk: remove rebind support | Björn Töpel | 2018-05-22 | 1 | -21/+9 |
* | Merge branch 'bpf-sk-msg-fields' | Daniel Borkmann | 2018-05-18 | 6 | -3/+244 |
|\ |
|
| * | bpf: add sk_msg prog sk access tests to test_verifier | John Fastabend | 2018-05-18 | 2 | -0/+123 |
| * | bpf: allow sk_msg programs to read sock fields | John Fastabend | 2018-05-18 | 4 | -3/+121 |
|/ |
|
* | Merge branch 'bpf-nfp-shift-insns' | Daniel Borkmann | 2018-05-18 | 5 | -31/+435 |
|\ |
|
| * | nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X) | Jiong Wang | 2018-05-18 | 1 | -10/+89 |
| * | nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K) | Jiong Wang | 2018-05-18 | 2 | -0/+35 |
| * | nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X) | Jiong Wang | 2018-05-18 | 5 | -32/+322 |
|/ |
|
* | Merge branch 'bpf-af-xdp-cleanups' | Daniel Borkmann | 2018-05-18 | 11 | -127/+34 |
|\ |
|
| * | xsk: proper '=' alignment | Björn Töpel | 2018-05-18 | 1 | -18/+18 |
| * | xsk: fixed some cases of unnecessary parentheses | Björn Töpel | 2018-05-18 | 3 | -6/+5 |
| * | xsk: remove newline at end of file | Björn Töpel | 2018-05-18 | 1 | -1/+0 |
| * | xsk: clean up SPDX headers | Björn Töpel | 2018-05-18 | 10 | -102/+11 |
|/ |
|
* | bpf: sockmap, fix double-free | Gustavo A. R. Silva | 2018-05-17 | 1 | -1/+0 |
* | bpf: sockmap, fix uninitialized variable | Gustavo A. R. Silva | 2018-05-17 | 1 | -1/+1 |
* | bpf: change eBPF helper doc parsing script to allow for smaller indent | Quentin Monnet | 2018-05-17 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-16 | 114 | -1865/+4600 |
|\ |
|
| * | bpf: sockmap, on update propagate errors back to userspace | John Fastabend | 2018-05-17 | 1 | -1/+1 |
| * | bpf: fix sock hashmap kmalloc warning | Yonghong Song | 2018-05-17 | 1 | -0/+6 |
| * | libbpf: add ifindex to enable offload support | David Beckett | 2018-05-17 | 4 | -3/+20 |
| * | bpf: add __printf verification to bpf_verifier_vlog | Mathieu Malaterre | 2018-05-17 | 1 | -2/+2 |
| * | samples/bpf: Decrement ttl in fib forwarding example | David Ahern | 2018-05-16 | 1 | -8/+31 |
| * | Merge branch 'bpf-sock-hashmap' | Daniel Borkmann | 2018-05-16 | 17 | -453/+1161 |
| |\ |
|
| | * | bpf: bpftool, support for sockhash | John Fastabend | 2018-05-16 | 1 | -0/+1 |
| | * | bpf: selftest additions for SOCKHASH | John Fastabend | 2018-05-16 | 7 | -349/+453 |
| | * | bpf: sockmap, add hash map support | John Fastabend | 2018-05-15 | 7 | -19/+611 |
| | * | bpf: sockmap, refactor sockmap routines to work with hashmap | John Fastabend | 2018-05-15 | 4 | -87/+98 |
| |/ |
|
| * | selftests/bpf: make sure build-id is on | Alexei Starovoitov | 2018-05-15 | 1 | -1/+1 |
| * | Merge branch 'convert-doc-to-rst' | Alexei Starovoitov | 2018-05-14 | 5 | -726/+897 |
| |\ |
|
| | * | bpf, doc: howto use/run the BPF selftests | Jesper Dangaard Brouer | 2018-05-14 | 1 | -0/+29 |
| | * | bpf, doc: convert bpf_devel_QA.rst to use RST formatting | Jesper Dangaard Brouer | 2018-05-14 | 1 | -379/+420 |
| | * | bpf, doc: convert bpf_design_QA.rst to use RST formatting | Jesper Dangaard Brouer | 2018-05-14 | 1 | -79/+144 |
| | * | bpf, doc: rename txt files to rst files | Jesper Dangaard Brouer | 2018-05-14 | 3 | -2/+2 |
| | * | bpf, doc: add basic README.rst file | Jesper Dangaard Brouer | 2018-05-14 | 1 | -0/+36 |
| |/ |
|
| * | Merge branch 'fix-samples' | Alexei Starovoitov | 2018-05-14 | 44 | -147/+116 |
| |\ |
|
| | * | samples: bpf: make the build less noisy | Jakub Kicinski | 2018-05-14 | 1 | -1/+2 |
| | * | samples: bpf: move libbpf from object dependencies to libs | Jakub Kicinski | 2018-05-14 | 1 | -94/+51 |
| | * | samples: bpf: fix build after move to compiling full libbpf.a | Jakub Kicinski | 2018-05-14 | 1 | -5/+12 |
| | * | samples: bpf: rename libbpf.h to bpf_insn.h | Jakub Kicinski | 2018-05-14 | 8 | -12/+17 |
| | * | samples: bpf: include bpf/bpf.h instead of local libbpf.h | Jakub Kicinski | 2018-05-14 | 35 | -35/+34 |
| |/ |
|
| * | Merge branch 'bpf-jit-cleanups' | Alexei Starovoitov | 2018-05-14 | 7 | -98/+228 |
| |\ |
|
| | * | bpf: add ld64 imm test cases | Daniel Borkmann | 2018-05-14 | 2 | -0/+142 |
| | * | bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf | Daniel Borkmann | 2018-05-14 | 1 | -10/+13 |
| | * | bpf, arm64: optimize 32/64 immediate emission | Daniel Borkmann | 2018-05-14 | 1 | -31/+54 |
| | * | bpf, arm64: save 4 bytes of unneeded stack space | Daniel Borkmann | 2018-05-14 | 1 | -5/+2 |
| | * | bpf, arm32: save 4 bytes of unneeded stack space | Daniel Borkmann | 2018-05-14 | 1 | -10/+3 |