summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2019-04-20bpf: Fix selftests are changes for CVE 2019-7308Balbir Singh
2019-03-13bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis
2019-02-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev
2018-12-21bpf: Fix verifier log string check for bad alignment.David Miller
2018-09-19selftests/bpf: fix a typo in map in map testRoman Gushchin
2018-08-24selftests: bpf: notification about privilege required to run test_kmod.sh tes...Jeffrin Jose T
2018-05-30selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian
2018-04-26bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann
2018-03-11bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2017-12-25selftests/bpf: add tests for recent bugfixesDaniel Borkmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-09-18selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King
2017-08-28selftests/bpf: check the instruction dumps are populatedJakub Kicinski
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend
2017-08-28bpf: additional sockmap self testsJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-23selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov
2017-08-23selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend
2017-08-16bpf: sockmap sample programJohn Fastabend
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08selftests: bpf: add a test for XDP redirectWilliam Tu
2017-08-08selftests/bpf: variable offset negative testsEdward Cree
2017-08-08selftests/bpf: add tests for subtraction & negative numbersEdward Cree
2017-08-08selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree
2017-08-08selftests/bpf: add test for bogus operations on pointersEdward Cree
2017-08-08selftests/bpf: add a test to test_alignEdward Cree
2017-08-08selftests/bpf: rewrite test_alignEdward Cree
2017-08-08selftests/bpf: change test_verifier expectationsEdward Cree
2017-08-07bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter
2017-08-04bpf: fix byte order test in test_verifierDaniel Borkmann
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller