summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski2018-12-131-0/+28
* selftests/bpf: use proper type when passing prog_typeStanislav Fomichev2018-12-111-4/+4
* selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev2018-12-101-1/+1
* selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev2018-12-071-19/+17Star
* bpf: improve verifier branch analysisAlexei Starovoitov2018-12-041-2/+2
* bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-012-11/+11
* bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
* tools/bpf: add addition type tests to test_btfYonghong Song2018-11-291-0/+361
* tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-11-291-7/+7
* bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-171-0/+19
* kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian2018-11-091-1/+4
* bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann2018-11-011-31/+40
* bpf: add various test cases to test_verifierDaniel Borkmann2018-11-011-0/+250
* kselftests/bpf: use ping6 as the default ipv6 ping binary if it existsLi Zhijian2018-10-312-2/+4
* tools/bpf: add unlimited rlimit for flow_dissector_loadYonghong Song2018-10-301-0/+2
* bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann2018-10-261-1/+1
* bpf: fix test suite to enable all unpriv program typesDaniel Borkmann2018-10-261-2/+13
* selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETSNaresh Kamboju2018-10-261-0/+2
* selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet2018-10-211-1/+1
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-211-3/+4
* bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-211-5/+5
* bpf: test_sockmap add options to use msg_push_dataJohn Fastabend2018-10-202-26/+129
* bpf: libbpf support for msg_push_dataJohn Fastabend2018-10-201-0/+2
* bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-191-0/+171
* selftests/bpf: add missing executables to .gitignoreAnders Roxell2018-10-191-0/+2
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-197-1/+299
* selftests/bpf: fix file resource leak in load_kallsymsPeng Hao2018-10-181-0/+1
* bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend2018-10-171-52/+115
* bpf, tls: add tls header to tools infrastructureDaniel Borkmann2018-10-161-5/+8
* bpf: add tls support for testing in test_sockmapJohn Fastabend2018-10-151-0/+89
* selftests: bpf: install script with_addr.shAnders Roxell2018-10-111-0/+2
* selftests: bpf: add config fragment LWTUNNELAnders Roxell2018-10-111-0/+1
* selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer2018-10-103-2/+491
* bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer2018-10-101-0/+4
* selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole2018-10-101-1/+120
* selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-101-190/+190
* selftests/bpf: Add C tests for reference trackingJoe Stringer2018-10-033-1/+219
* selftests/bpf: Add tests for reference trackingJoe Stringer2018-10-031-0/+759
* selftests/bpf: Generalize dummy program typesJoe Stringer2018-10-031-14/+17
* bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-0/+12
* bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-5/+5
* bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-7/+7
* selftests/bpf: cgroup local storage-based network countersRoman Gushchin2018-10-014-2/+257
* selftests/bpf: extend the storage test to test per-cpu cgroup storageRoman Gushchin2018-10-011-3/+57
* selftests/bpf: add verifier per-cpu cgroup storage testsRoman Gushchin2018-10-011-6/+133
* selftests/bpf: Test libbpf_{prog,attach}_type_by_nameAndrey Ignatov2018-09-272-1/+209
* selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookieAndrey Ignatov2018-09-271-5/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-2610-13/+1522
|\
| * selftests/bpf: fix bpf_flow.c buildAlexei Starovoitov2018-09-141-1/+1
| * selftests/bpf: test bpf flow dissectionPetar Penkov2018-09-148-2/+1134