summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-11-26selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi1-2/+2
2021-09-22selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian1-1/+1
2021-09-22selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov1-14/+17
2021-09-22selftests/bpf: Test variable offset stack accessAndrey Ignatov1-2/+77
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-2/+32
2021-08-15bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann1-0/+2
2021-06-10selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel1-0/+13
2021-06-10selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel1-0/+3
2021-06-10bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David S. Miller1-0/+16
2021-06-10bpf: Make more use of 'any' alignment in test_verifier.cDavid S. Miller1-0/+41
2021-06-10bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid S. Miller1-18/+24
2021-06-10bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller2-3/+4
2021-06-10selftests/bpf: Generalize dummy program typesJoe Stringer1-14/+17
2021-06-10bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann1-31/+40
2021-06-10bpf: fix test suite to enable all unpriv program typesDaniel Borkmann1-2/+10
2021-06-03bpf: Update selftests to reflect new error statesDaniel Borkmann1-23/+12
2021-06-03bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann1-1/+1
2021-06-03bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend1-4/+4
2021-06-03selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"Ovidiu Panait1-2/+2
2021-06-03selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov1-10/+38
2021-06-03bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk1-9/+33
2021-06-03bpf: fix up selftests after backports were fixedOvidiu Panait1-0/+19
2021-05-22tweewide: Fix most Shebang linesFinn Behrens1-1/+1
2020-12-30selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen1-0/+1
2020-09-09selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer1-0/+2
2020-06-22selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko1-0/+1
2020-06-22selftests: bpf: fix use of undeclared RET_IF macroLorenz Bauer1-4/+4
2020-02-24selftests: bpf: Reset global state between reuseport test runsLorenz Bauer1-2/+14
2019-12-31selftests/bpf: Correct path to include msg + pathIvan Khoronzhuk1-1/+1
2019-12-05selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski1-0/+9
2019-12-01selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet1-1/+1
2019-12-01selftests/bpf: fix file resource leak in load_kallsymsPeng Hao1-0/+1
2019-09-21selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich1-2/+5
2019-08-29selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich1-2/+1
2019-07-26selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc1-6/+6
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon1-3/+38
2019-05-31selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee1-0/+4
2019-05-31selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song1-0/+2
2019-05-25Revert "selftests/bpf: skip verifier tests for unsupported program types"Greg Kroah-Hartman1-8/+1
2019-04-05selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev1-1/+8
2019-03-23bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy1-0/+10
2019-03-14bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis1-10/+20
2019-02-27selftests/bpf: retry tests that expect build-idStanislav Fomichev1-0/+30
2019-02-27selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov1-3/+50
2019-02-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev1-4/+4
2019-01-26bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang1-0/+13
2019-01-26selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2-10/+14
2018-12-21bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-12-21tools/bpf: add addition type tests to test_btfYonghong Song1-0/+361
2018-12-21tools/bpf: fix two test_btf unit test casesMartin KaFai Lau1-7/+7