aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2021-12-22bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann
2021-09-22selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian
2021-06-10selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov
2021-06-10selftests/bpf: fix test_alignAlexei Starovoitov
2021-06-10bpf: do not allow root to mangle valid pointersAlexei Starovoitov
2021-06-10bpf: Update selftests to reflect new error statesDaniel Borkmann
2021-06-10bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-05-22bpf: fix up selftests after backports were fixedFrank van der Linden
2020-01-12bpf: reject passing modified ctx to helper functionsDaniel Borkmann
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