Age | Commit message (Expand) | Author |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
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-20 | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region | John Fastabend |
2017-10-20 | bpf: enforce TCP only support for sockmap | John Fastabend |
2017-10-18 | bpf: disallow arithmetic operations on context pointer | Jakub Kicinski |
2017-09-18 | selftests/bpf: Make bpf_util work on uniprocessor systems | Thomas Meyer |
2017-09-15 | bpf/verifier: reject BPF_ALU64|BPF_END | Edward Cree |
2017-09-08 | bpf: add support for sockmap detach programs | John Fastabend |
2017-08-30 | bpf: test_maps: fix typos, "conenct" and "listeen" | Colin Ian King |
2017-08-28 | selftests/bpf: check the instruction dumps are populated | Jakub Kicinski |
2017-08-28 | bpf: test_maps add sockmap stress test | John Fastabend |
2017-08-28 | bpf: harden sockmap program attach to ensure correct map type | John Fastabend |
2017-08-28 | bpf: more SK_SKB selftests | John Fastabend |
2017-08-28 | bpf: additional sockmap self tests | John Fastabend |
2017-08-28 | bpf: convert sockmap field attach_bpf_fd2 to type | 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-19 | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test | Martin KaFai Lau |
2017-08-16 | bpf: selftests add sockmap tests | John Fastabend |
2017-08-16 | bpf: selftests: add tests for new __sk_buff members | John Fastabend |
2017-08-16 | bpf: sockmap sample program | John Fastabend |
2017-08-11 | selftests: bpf: add check for ip XDP redirect | William Tu |
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: add a test for XDP redirect | William Tu |
2017-08-08 | selftests/bpf: variable offset negative tests | Edward Cree |
2017-08-08 | selftests/bpf: add tests for subtraction & negative numbers | 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: add test for bogus operations on pointers | Edward Cree |
2017-08-08 | selftests/bpf: add a test to test_align | Edward Cree |
2017-08-08 | selftests/bpf: rewrite test_align | Edward Cree |
2017-08-08 | selftests/bpf: change test_verifier expectations | Edward Cree |
2017-08-07 | bpf: fix selftest/bpf/test_pkt_md_access on s390x | Thomas Richter |
2017-08-04 | bpf: fix byte order test in test_verifier | Daniel Borkmann |
2017-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-07-29 | bpf: testing: fix devmap tests | John Fastabend |
2017-07-26 | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd() | Jakub Kicinski |
2017-07-24 | selftests/bpf: subtraction bounds test | Edward Cree |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
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-17 | xdp: bpf redirect with map sample program | John Fastabend |
2017-07-17 | bpf: add devmap, a map for storing net device references | John Fastabend |
2017-07-11 | samples/bpf: fix a build issue | Yonghong Song |
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 |