aboutsummaryrefslogtreecommitdiff
path: root/lib/test_bpf.c
AgeCommit message (Expand)Author
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-16bpf, tests: Fix spelling mistake "shoft" -> "shift"Colin Ian King
2021-08-10bpf, tests: Add tail call test suiteJohan Almbladh
2021-08-10bpf, tests: Add tests for BPF_CMPXCHGJohan Almbladh
2021-08-10bpf, tests: Add tests for atomic operationsJohan Almbladh
2021-08-10bpf, tests: Add test for 32-bit context pointer argument passingJohan Almbladh
2021-08-10bpf, tests: Add branch conversion JIT testJohan Almbladh
2021-08-10bpf, tests: Add word-order tests for load/store of double wordsJohan Almbladh
2021-08-10bpf, tests: Add tests for ALU operations implemented with function callsJohan Almbladh
2021-08-10bpf, tests: Add more ALU64 BPF_MUL testsJohan Almbladh
2021-08-10bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64Johan Almbladh
2021-08-10bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSHJohan Almbladh
2021-08-10bpf, tests: Add more tests of ALU32 and ALU64 bitwise operationsJohan Almbladh
2021-08-10bpf, tests: Fix typos in test case descriptionsJohan Almbladh
2021-08-10bpf, tests: Add BPF_MOV tests for zero and sign extensionJohan Almbladh
2021-08-10bpf, tests: Add BPF_JMP32 test casesJohan Almbladh
2021-07-23bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh
2021-07-23bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh
2021-07-08lib/test: fix spelling mistakesZhen Lei
2021-01-20test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11Gary Lin
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-07-16bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee
2020-02-24bpf/tests: Use migrate disable instead of preempt disableDavid Miller
2019-10-30bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani
2019-10-30bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani
2019-08-20test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-02-25bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-09-27bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu
2018-06-28test_bpf: flag tests that cannot be jited on s390Kleber Sacilotto de Souza
2018-06-03bpf: add also cbpf long jump test cases with heavy expansionDaniel Borkmann
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann
2018-03-29test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()Dan Carpenter
2018-03-25net: bpf: add a test for skb_segment in test_bpf moduleYonghong Song
2018-03-20test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo
2018-02-28test_bpf: reduce MAX_TESTRUNSEric Dumazet
2018-02-26test_bpf: add a schedule pointEric Dumazet
2018-02-05bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann
2018-01-19bpf: add couple of test cases for signed extended immsDaniel Borkmann
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2017-12-15bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-14test_bpf: Add test to make conditional jump cross a large number of insns.David Daney
2017-05-31bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney
2017-05-03test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven
2017-05-02bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann