summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski
2018-12-11selftests/bpf: use proper type when passing prog_typeStanislav Fomichev
2018-12-10selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev
2018-12-07selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer
2018-11-30bpf: Fix verifier log string check for bad alignment.David Miller
2018-11-28tools/bpf: add addition type tests to test_btfYonghong Song
2018-11-28tools/bpf: fix two test_btf unit test casesMartin KaFai Lau
2018-11-16bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-11-09kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian
2018-10-31bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann
2018-10-31bpf: add various test cases to test_verifierDaniel Borkmann
2018-10-31kselftests/bpf: use ping6 as the default ipv6 ping binary if it existsLi Zhijian
2018-10-30tools/bpf: add unlimited rlimit for flow_dissector_loadYonghong Song
2018-10-25bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann
2018-10-25bpf: fix test suite to enable all unpriv program typesDaniel Borkmann
2018-10-26selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETSNaresh Kamboju
2018-10-20selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann
2018-10-20bpf, verifier: fix register type dump in xadd and stDaniel Borkmann
2018-10-20bpf: test_sockmap add options to use msg_push_dataJohn Fastabend
2018-10-20bpf: libbpf support for msg_push_dataJohn Fastabend
2018-10-19bpf: add tests for direct packet access from CGROUP_SKBSong Liu
2018-10-19selftests/bpf: add missing executables to .gitignoreAnders Roxell
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B
2018-10-18selftests/bpf: fix file resource leak in load_kallsymsPeng Hao
2018-10-17bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend
2018-10-16bpf, tls: add tls header to tools infrastructureDaniel Borkmann
2018-10-15bpf: add tls support for testing in test_sockmapJohn Fastabend
2018-10-11selftests: bpf: install script with_addr.shAnders Roxell
2018-10-11selftests: bpf: add config fragment LWTUNNELAnders Roxell
2018-10-09selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer
2018-10-09bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer
2018-10-09selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole
2018-10-09selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole
2018-10-03selftests/bpf: Add C tests for reference trackingJoe Stringer
2018-10-03selftests/bpf: Add tests for reference trackingJoe Stringer
2018-10-03selftests/bpf: Generalize dummy program typesJoe Stringer
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer
2018-10-01selftests/bpf: cgroup local storage-based network countersRoman Gushchin
2018-10-01selftests/bpf: extend the storage test to test per-cpu cgroup storageRoman Gushchin
2018-10-01selftests/bpf: add verifier per-cpu cgroup storage testsRoman Gushchin
2018-09-27selftests/bpf: Test libbpf_{prog,attach}_type_by_nameAndrey Ignatov
2018-09-27selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookieAndrey Ignatov
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-22bpf: test_maps, only support ESTABLISHED socksJohn Fastabend