summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller2018-11-301-0/+17
| * | bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller2018-11-301-0/+44
| * | bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller2018-11-301-18/+24
| * | bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-302-3/+4
| * | bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-094-21/+382
|\ \ \ | |/ / |/| / | |/
| * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-041-2/+2
| * bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-302-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-281-0/+361
| * tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-11-281-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-296-53/+192
|\ \
| * | bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-281-5/+5
| * | selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju2018-11-281-0/+1
| * | bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend2018-11-282-17/+180
| * | bpf: add msg_pop_data helper to toolsJohn Fastabend2018-11-281-0/+2
| * | libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-261-1/+1
| * | tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song2018-11-261-30/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-282-1/+23
|\ \ \ | |/ / |/| / | |/
| * bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-161-0/+19
| * kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian2018-11-091-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-2617-77/+1629
|\ \
| * | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+29
| * | tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King2018-11-221-2/+2
| * | bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-213-1/+141
| * | tools/bpf: enhance test_btf file testing to test func infoYonghong Song2018-11-203-13/+136
| * | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
| * | tools/bpf: extends test_btf to test load/retrieve func_type infoYonghong Song2018-11-201-3/+329
| * | tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau2018-11-201-2/+472
| * | tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer2018-11-201-9/+55
| * | selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addrAndrey Ignatov2018-11-162-21/+78
| * | selftests/bpf: Fix uninitialized duration warningJoe Stringer2018-11-161-1/+1
| * | selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addrAndrey Ignatov2018-11-101-4/+24
| * | selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2018-11-101-10/+38
| * | selftests/bpf: rename flow dissector section to flow_dissectorStanislav Fomichev2018-11-102-2/+2
| * | selftests/bpf: add a test case for sock_ops perf-event notificationSowmini Varadhan2018-11-094-1/+303
| * | selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2018-11-072-10/+14
| |/
* / selftests: add dummy xdp test helperPaolo Abeni2018-11-072-1/+15
|/
* bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann2018-10-311-31/+40
* bpf: add various test cases to test_verifierDaniel Borkmann2018-10-311-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-251-1/+1
* bpf: fix test suite to enable all unpriv program typesDaniel Borkmann2018-10-251-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-201-1/+1
* bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-201-3/+4
* bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-201-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
OpenPOWER on IntegriCloud