summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov2017-12-171-2/+64
| * | selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov2017-12-171-1/+960
| * | samples/bpf: add a test for bpf_override_returnJosef Bacik2017-12-121-1/+2
| * | bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song2017-12-123-1/+160
| * | selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=yNaresh Kamboju2017-12-121-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-12/+1
|\ \ \ | | |/ | |/|
| * | bpf: fix broken BPF selftest buildDaniel Borkmann2017-12-121-12/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+13
|\ \ \ | |/ / | | / | |/ |/|
| * selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner2017-12-051-1/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-051-0/+7
|\ \ | |/
| * tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_logYonghong Song2017-11-301-0/+7
* | selftests/bpf: add offload test based on netdevsimJakub Kicinski2017-12-033-2/+691
* | selftests/bpf: adjust test_align expected outputAlexei Starovoitov2017-12-011-78/+78
|/
* bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-7/+106
* bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song2017-11-211-23/+16
OpenPOWER on IntegriCloud