aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-18selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer1-8/+9
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-0/+16
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend1-1/+50
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King1-2/+2
2017-08-28selftests/bpf: check the instruction dumps are populatedJakub Kicinski1-4/+12
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend1-1/+28
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2-4/+30
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend1-0/+98
2017-08-28bpf: additional sockmap self testsJohn Fastabend3-46/+96
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend4-78/+62
2017-08-23selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov1-0/+28
2017-08-23selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree1-0/+16
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau1-0/+1
2017-08-16bpf: selftests add sockmap testsJohn Fastabend5-39/+412
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend1-0/+152
2017-08-16bpf: sockmap sample programJohn Fastabend1-0/+7
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu1-0/+5
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann1-0/+313
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+21
2017-08-08selftests: bpf: add a test for XDP redirectWilliam Tu3-2/+84
2017-08-08selftests/bpf: variable offset negative testsEdward Cree1-0/+41
2017-08-08selftests/bpf: add tests for subtraction & negative numbersEdward Cree1-0/+104
2017-08-08selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree1-8/+8
2017-08-08selftests/bpf: add test for bogus operations on pointersEdward Cree1-2/+64
2017-08-08selftests/bpf: add a test to test_alignEdward Cree1-0/+67
2017-08-08selftests/bpf: rewrite test_alignEdward Cree1-93/+132
2017-08-08selftests/bpf: change test_verifier expectationsEdward Cree1-180/+152
2017-08-07bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter1-0/+11
2017-08-04bpf: fix byte order test in test_verifierDaniel Borkmann1-9/+10
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+34
2017-07-29bpf: testing: fix devmap testsJohn Fastabend1-1/+3
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski1-2/+6
2017-07-24selftests/bpf: subtraction bounds testEdward Cree1-0/+28
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+476
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann1-0/+418
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree1-0/+52
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann1-4/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2-2/+2
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend1-0/+2
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend1-0/+15
2017-07-11samples/bpf: fix a build issueYonghong Song3-1/+212
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann1-0/+165
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+66
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann1-0/+66
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+30
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song4-1/+234
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-79/+13
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer3-3/+3
2017-06-10bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann1-0/+5
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann1-0/+50