summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bpf: add couple of test cases for div/mod by zeroDaniel Borkmann2018-01-191-0/+87
| * tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song2018-01-191-0/+122
| * selftests: bpf: update .gitignore with missing generated filesShuah Khan2018-01-191-0/+7
| * selftest/bpf: extend the offload test with map checksJakub Kicinski2018-01-183-25/+218
| * selftests/bpf: make test_verifier run most programsAlexei Starovoitov2018-01-181-1/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-3/+149
|\ \ | |/ |/|
| * bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-1/+122
| * bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-2/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-0/+40
|\|
| * bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-21/+1
|\|
| * selftests/bpf: fix test_alignAlexei Starovoitov2018-01-071-21/+1
* | tools/bpf: add a bpf selftest for stacktraceYonghong Song2018-01-063-1/+190
* | selftests/bpf: test device info reporting for bound progsJakub Kicinski2017-12-311-11/+101
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-1/+1
|\|
| * selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet2017-12-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-273-1/+250
|\ \
| * | bpf: fix max call depth checkAlexei Starovoitov2017-12-271-0/+35
| * | selftests/bpf: additional stack depth testsAlexei Starovoitov2017-12-271-0/+121
| * | bpf: selftest for late caller stack size increaseJann Horn2017-12-271-0/+34
| * | bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-0/+51
| * | tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_dev_cgroupYonghong Song2017-12-201-1/+8
| * | selftests/bpf: add netdevsim to configJakub Kicinski2017-12-191-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-224-50/+593
|\ \ \ | |/ / |/| / | |/
| * bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-27/+29
| * selftests/bpf: add tests for recent bugfixesJann Horn2017-12-211-16/+533
| * bpf: Fix tools and testing build.David Miller2017-12-202-5/+5
| * bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-188-10/+3190
|\ \
| * | selftests/bpf: additional bpf_call testsDaniel Borkmann2017-12-171-0/+597
| * | selftests/bpf: add xdp noinline testAlexei Starovoitov2017-12-173-1/+916
| * | selftests/bpf: add bpf_call testAlexei Starovoitov2017-12-173-6/+492