aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi2021-11-261-2/+2
* selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian2021-09-221-1/+1
* selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov2021-09-221-14/+17
* selftests/bpf: Test variable offset stack accessAndrey Ignatov2021-09-221-2/+77
* bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2021-09-221-2/+32
* bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann2021-08-151-0/+2
* selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel2021-06-101-0/+13
* selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel2021-06-101-0/+3
* bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David S. Miller2021-06-101-0/+16
* bpf: Make more use of 'any' alignment in test_verifier.cDavid S. Miller2021-06-101-0/+41
* bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid S. Miller2021-06-101-18/+24
* bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller2021-06-102-3/+4
* selftests/bpf: Generalize dummy program typesJoe Stringer2021-06-101-14/+17
* bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann2021-06-101-31/+40
* bpf: fix test suite to enable all unpriv program typesDaniel Borkmann2021-06-101-2/+10
* bpf: Update selftests to reflect new error statesDaniel Borkmann2021-06-031-23/+12
* bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann2021-06-031-1/+1
* bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend2021-06-031-4/+4
* selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"Ovidiu Panait2021-06-031-2/+2
* selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2021-06-031-10/+38
* bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-06-031-9/+33
* bpf: fix up selftests after backports were fixedOvidiu Panait2021-06-031-0/+19
* tweewide: Fix most Shebang linesFinn Behrens2021-05-221-1/+1
* selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen2020-12-301-0/+1
* selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer2020-09-091-0/+2
* selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko2020-06-221-0/+1
* selftests: bpf: fix use of undeclared RET_IF macroLorenz Bauer2020-06-221-4/+4
* selftests: bpf: Reset global state between reuseport test runsLorenz Bauer2020-02-241-2/+14
* selftests/bpf: Correct path to include msg + pathIvan Khoronzhuk2019-12-311-1/+1
* selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski2019-12-051-0/+9
* selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet2019-12-011-1/+1
* selftests/bpf: fix file resource leak in load_kallsymsPeng Hao2019-12-011-0/+1
* selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich2019-09-211-2/+5
* selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich2019-08-291-2/+1
* selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc2019-07-261-6/+6
* bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-07-031-3/+38
* selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee2019-05-311-0/+4
* selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song2019-05-311-0/+2
* Revert "selftests/bpf: skip verifier tests for unsupported program types"Greg Kroah-Hartman2019-05-251-8/+1
* selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev2019-04-051-1/+8
* bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-03-231-0/+10
* bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis2019-03-131-10/+20
* selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-02-271-0/+30
* selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov2019-02-271-3/+50
* selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev2019-02-121-4/+4
* bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2019-01-261-0/+13
* selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2019-01-262-10/+14
* bpf: Fix verifier log string check for bad alignment.David Miller2018-12-211-1/+1
* tools/bpf: add addition type tests to test_btfYonghong Song2018-12-211-0/+361
* tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-12-211-7/+7