summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-26tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann
2018-01-26bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo
2018-01-25selftests/bpf: check for chain-non-0 extack messageJakub Kicinski
2018-01-25selftests/bpf: check for spurious extacks from the driverJakub Kicinski
2018-01-25bpf: add selftest for tcpbpfLawrence Brakmo
2018-01-24selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov
2018-01-23selftests/bpf: validate replace of TC filters is workingJakub Kicinski
2018-01-23selftests/bpf: check bpf verifier log buffer usage works for HW offloadQuentin Monnet
2018-01-23selftests/bpf: add checks on extack messages for eBPF hw offload testsQuentin Monnet
2018-01-23bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole
2018-01-23selftests/bpf: fix test_dev_cgroupAlexei Starovoitov
2018-01-23selftests/bpf: speedup test_mapsAlexei Starovoitov
2018-01-23tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19bpf: add couple of test cases for div/mod by zeroDaniel Borkmann
2018-01-19tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song
2018-01-19selftests: bpf: update .gitignore with missing generated filesShuah Khan
2018-01-18selftest/bpf: extend the offload test with map checksJakub Kicinski
2018-01-18selftests/bpf: make test_verifier run most programsAlexei Starovoitov
2018-01-17bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-01-07selftests/bpf: fix test_alignAlexei Starovoitov
2018-01-06tools/bpf: add a bpf selftest for stacktraceYonghong Song
2017-12-31selftests/bpf: test device info reporting for bound progsJakub Kicinski
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-27bpf: fix max call depth checkAlexei Starovoitov
2017-12-27selftests/bpf: additional stack depth testsAlexei Starovoitov
2017-12-27bpf: selftest for late caller stack size increaseJann Horn
2017-12-23bpf: fix stacksafe exploration when comparing statesGianluca Borello
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-22selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet
2017-12-20tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_dev_cgroupYonghong Song
2017-12-21bpf: do not allow root to mangle valid pointersAlexei Starovoitov
2017-12-21selftests/bpf: add tests for recent bugfixesJann Horn
2017-12-20bpf: Fix tools and testing build.David Miller
2017-12-19selftests/bpf: add netdevsim to configJakub Kicinski
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-17selftests/bpf: additional bpf_call testsDaniel Borkmann
2017-12-17selftests/bpf: add xdp noinline testAlexei Starovoitov
2017-12-17selftests/bpf: add bpf_call testAlexei Starovoitov
2017-12-17selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov
2017-12-17selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller