summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* tools/bpf: fix test_sock and test_sock_addr.sh failureYonghong Song2018-04-193-2/+4
* selftests: bpf: update .gitignore with missing generated filesAnders Roxell2018-04-111-0/+3
* selftests/bpf: Selftest for sys_bind post-hooks.Andrey Ignatov2018-03-312-1/+482
* selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-316-3/+271
* selftests/bpf: Selftest for sys_bind hooksAndrey Ignatov2018-03-312-1/+488
* selftests/bpf: test for bpf_get_stackid() from raw tracepointsAlexei Starovoitov2018-03-281-21/+70
* bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend2018-03-191-0/+2
* bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend2018-03-191-0/+2
* bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend2018-03-191-1/+2
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-0/+3
* bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-0/+54
* bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-196-7/+108
* bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu2018-03-154-2/+256
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-1/+58
|\
| * bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-0/+58
* | bpf: add tail call tests to test_verifierDaniel Borkmann2018-02-261-7/+110
* | bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-2611-54/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-263-6/+132
|\ \ | |/ |/|
| * bpf: add various jit test casesDaniel Borkmann2018-02-231-0/+89
| * selftests/bpf: Only run tests if !bpf_disabledJoe Stringer2018-02-151-1/+25
| * selftests/bpf: Count tests skipped by unprivJoe Stringer2018-02-151-3/+7
| * selftests/bpf: Print unexpected output on failJoe Stringer2018-02-151-1/+2
| * tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_tcpbpf_userYonghong Song2018-02-131-0/+6
| * selftests/bpf: fix Makefile for cgroup_helpers.cJesper Dangaard Brouer2018-02-131-1/+3
* | bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-221-0/+26
* | selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian2018-02-221-0/+2
* | selftests/bpf: update gitignore with test_libbpf_openAnders Roxell2018-02-221-0/+1
* | selftests/bpf: tcpbpf_kern: use in6_* macros from glibcAnders Roxell2018-02-221-1/+0
|/
* selftests/bpf: add selftest that use test_libbpf_openJesper Dangaard Brouer2018-02-092-2/+61
* selftests/bpf: add test program for loading BPF ELF filesJesper Dangaard Brouer2018-02-092-1/+151
* selftests: bpf: test_kmod.sh: check the module path before insmodNaresh Kamboju2018-02-081-3/+15
* tools/bpf: fix batch-mode test failure of test_xdp_redirect.shYonghong Song2018-02-062-0/+3
* bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+14
* tools/bpf: permit selftests/bpf to be built in a different directoryYonghong Song2018-02-012-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-2812-34/+868
|\
| * tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2018-01-262-1/+96
| * bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-13/+330
| * bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo2018-01-261-3/+0
| * bpf: add selftest for tcpbpfLawrence Brakmo2018-01-257-2/+398
| * selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov2018-01-241-7/+23
| * bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole2018-01-231-4/+12
| * selftests/bpf: fix test_dev_cgroupAlexei Starovoitov2018-01-231-1/+1
| * selftests/bpf: speedup test_mapsAlexei Starovoitov2018-01-231-6/+10
| * tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song2018-01-231-0/+1
* | selftests/bpf: check for chain-non-0 extack messageJakub Kicinski2018-01-251-3/+13
* | selftests/bpf: check for spurious extacks from the driverJakub Kicinski2018-01-251-0/+27
* | selftests/bpf: validate replace of TC filters is workingJakub Kicinski2018-01-231-5/+50
* | selftests/bpf: check bpf verifier log buffer usage works for HW offloadQuentin Monnet2018-01-231-5/+19
* | selftests/bpf: add checks on extack messages for eBPF hw offload testsQuentin Monnet2018-01-231-26/+86
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-206-26/+483
|\
OpenPOWER on IntegriCloud