summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski1-0/+28
2018-12-11selftests/bpf: use proper type when passing prog_typeStanislav Fomichev1-4/+4
2018-12-10selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev1-1/+1
2018-12-08selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev1-19/+17
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov1-2/+2
2018-12-01bpf: Support sk lookup in netns with id 0Joe Stringer2-11/+11
2018-12-01bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-11-29tools/bpf: add addition type tests to test_btfYonghong Song1-0/+361
2018-11-29tools/bpf: fix two test_btf unit test casesMartin KaFai Lau1-7/+7
2018-11-17bpf: fix off-by-one error in adjust_subprog_startsEdward Cree1-0/+19
2018-11-09kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian1-1/+4
2018-11-01bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann1-31/+40
2018-11-01bpf: add various test cases to test_verifierDaniel Borkmann1-0/+250
2018-11-01kselftests/bpf: use ping6 as the default ipv6 ping binary if it existsLi Zhijian2-2/+4
2018-10-31tools/bpf: add unlimited rlimit for flow_dissector_loadYonghong Song1-0/+2
2018-10-26bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann1-1/+1
2018-10-26bpf: fix test suite to enable all unpriv program typesDaniel Borkmann1-2/+13
2018-10-26selftests/bpf: add config fragments BPF_STREAM_PARSER and XDP_SOCKETSNaresh Kamboju1-0/+2
2018-10-21selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet1-1/+1
2018-10-21bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann1-3/+4
2018-10-21bpf, verifier: fix register type dump in xadd and stDaniel Borkmann1-5/+5
2018-10-20bpf: test_sockmap add options to use msg_push_dataJohn Fastabend2-26/+129
2018-10-20bpf: libbpf support for msg_push_dataJohn Fastabend1-0/+2
2018-10-19bpf: add tests for direct packet access from CGROUP_SKBSong Liu1-0/+171
2018-10-19selftests/bpf: add missing executables to .gitignoreAnders Roxell1-0/+2
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B7-1/+299
2018-10-18selftests/bpf: fix file resource leak in load_kallsymsPeng Hao1-0/+1
2018-10-17bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend1-52/+115
2018-10-16bpf, tls: add tls header to tools infrastructureDaniel Borkmann1-5/+8
2018-10-15bpf: add tls support for testing in test_sockmapJohn Fastabend1-0/+89
2018-10-11selftests: bpf: install script with_addr.shAnders Roxell1-0/+2
2018-10-11selftests: bpf: add config fragment LWTUNNELAnders Roxell1-0/+1
2018-10-10selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer3-2/+491
2018-10-10bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer1-0/+4
2018-10-10selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole1-1/+120
2018-10-10selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole1-190/+190
2018-10-03selftests/bpf: Add C tests for reference trackingJoe Stringer3-1/+219
2018-10-03selftests/bpf: Add tests for reference trackingJoe Stringer1-0/+759
2018-10-03selftests/bpf: Generalize dummy program typesJoe Stringer1-14/+17
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer1-0/+12
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer1-5/+5
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer1-7/+7
2018-10-01selftests/bpf: cgroup local storage-based network countersRoman Gushchin4-2/+257
2018-10-01selftests/bpf: extend the storage test to test per-cpu cgroup storageRoman Gushchin1-3/+57
2018-10-01selftests/bpf: add verifier per-cpu cgroup storage testsRoman Gushchin1-6/+133
2018-09-27selftests/bpf: Test libbpf_{prog,attach}_type_by_nameAndrey Ignatov2-1/+209
2018-09-27selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookieAndrey Ignatov1-5/+1
2018-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-13/+1522
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2018-09-22bpf: test_maps, only support ESTABLISHED socksJohn Fastabend1-3/+7