summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-09-18selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King
2017-08-28selftests/bpf: check the instruction dumps are populatedJakub Kicinski
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend
2017-08-28bpf: additional sockmap self testsJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-23selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov
2017-08-23selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08selftests: bpf: add a test for XDP redirectWilliam Tu
2017-08-08selftests/bpf: variable offset negative testsEdward Cree
2017-08-08selftests/bpf: add tests for subtraction & negative numbersEdward Cree
2017-08-08selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree
2017-08-08selftests/bpf: add test for bogus operations on pointersEdward Cree
2017-08-08selftests/bpf: add a test to test_alignEdward Cree
2017-08-08selftests/bpf: rewrite test_alignEdward Cree
2017-08-08selftests/bpf: change test_verifier expectationsEdward Cree
2017-08-07bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter
2017-08-04bpf: fix byte order test in test_verifierDaniel Borkmann
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-29bpf: testing: fix devmap testsJohn Fastabend
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski
2017-07-24selftests/bpf: subtraction bounds testEdward Cree
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend
2017-07-11samples/bpf: fix a build issueYonghong Song
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann