Age | Commit message (Expand) | Author |
2017-10-22 | bpf: add test cases to bpf selftests to cover all access tests | Daniel Borkmann |
2017-10-20 | bpf: remove mark access for SK_SKB program types | John Fastabend |
2017-10-18 | bpf: disallow arithmetic operations on context pointer | Jakub Kicinski |
2017-09-15 | bpf/verifier: reject BPF_ALU64|BPF_END | Edward Cree |
2017-08-28 | bpf: more SK_SKB selftests | John Fastabend |
2017-08-23 | selftests/bpf: add a test for a pruning bug in the verifier | Alexei Starovoitov |
2017-08-23 | selftests/bpf: add a test for a bug in liveness-based pruning | Edward Cree |
2017-08-16 | bpf: selftests: add tests for new __sk_buff members | John Fastabend |
2017-08-09 | bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions | Daniel Borkmann |
2017-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-08 | selftests/bpf: variable offset negative tests | Edward Cree |
2017-08-08 | selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier | Edward Cree |
2017-08-08 | selftests/bpf: change test_verifier expectations | Edward Cree |
2017-08-04 | bpf: fix byte order test in test_verifier | Daniel Borkmann |
2017-07-24 | selftests/bpf: subtraction bounds test | Edward Cree |
2017-07-20 | bpf: more tests for mixed signed and unsigned bounds checks | Daniel Borkmann |
2017-07-20 | bpf: add test for mixed signed and unsigned bounds checks | Edward Cree |
2017-07-20 | bpf: fix up test cases with mixed signed/unsigned bounds | Daniel Borkmann |
2017-07-20 | bpf: allow to specify log level and reduce it for test_verifier | Daniel Borkmann |
2017-07-03 | bpf: add various test cases for verifier selftest | Daniel Borkmann |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-29 | bpf: prevent leaking pointer via xadd on unpriviledged | Daniel Borkmann |
2017-06-14 | selftests/bpf: Add test cases to test narrower ctx field loads | Yonghong Song |
2017-06-14 | bpf: permits narrower load from bpf program context fields | Yonghong Song |
2017-06-13 | selftests/bpf: make correct use of exit codes in bpf selftests | Jesper Dangaard Brouer |
2017-05-25 | bpf: add various verifier test cases | Daniel Borkmann |
2017-05-01 | bpf: enhance verifier to understand stack pointer arithmetic | Yonghong Song |
2017-04-28 | bpf: add various test cases to verifier selftests | Daniel Borkmann |
2017-04-21 | bpf: add napi_id read access to __sk_buff | Daniel Borkmann |
2017-04-06 | selftests/bpf: fix merge conflict | Alexei Starovoitov |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-01 | bpf: add various verifier test cases for self-tests | Daniel Borkmann |
2017-03-24 | bpf: improve verifier packet range checks | Alexei Starovoitov |
2017-03-22 | bpf: Add tests for map-in-map | Martin KaFai Lau |
2017-03-12 | selftests/bpf: fix broken build | Alexei Starovoitov |
2017-02-10 | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_create_map() from the library | Mickaël Salaün |
2017-02-10 | bpf: Use bpf_load_program() from the library | Mickaël Salaün |
2017-02-10 | bpf: Always test unprivileged programs | Mickaël Salaün |
2017-02-06 | bpf: enable verifier to add 0 to packet ptr | William Tu |
2017-02-06 | bpf: test for AND edge cases | Josef Bacik |
2017-01-24 | bpf: enable verifier to better track const alu ops | Daniel Borkmann |
2017-01-12 | bpf: allow b/h/w/dw access for bpf's cb in ctx | Daniel Borkmann |
2017-01-09 | bpf: allow helpers access to variable memory | Gianluca Borello |
2017-01-09 | bpf: allow adjusted map element values to spill | Gianluca Borello |
2017-01-09 | bpf: allow helpers access to map element values | Gianluca Borello |
2016-12-17 | bpf, test_verifier: fix a test case error result on unprivileged | Daniel Borkmann |
2016-12-17 | bpf: fix regression on verifier pruning wrt map lookups | Daniel Borkmann |
2016-12-06 | bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_* | Thomas Graf |
2016-12-05 | bpf: Preserve const register type on const OR alu ops | Gianluca Borello |