Age | Commit message (Expand) | Author | Files | Lines |
2021-08-17 | bpf: Refactor BPF_PROG_RUN into a function | Andrii Nakryiko | 1 | -1/+1 |
2021-08-16 | bpf, tests: Fix spelling mistake "shoft" -> "shift" | Colin Ian King | 1 | -1/+1 |
2021-08-10 | bpf, tests: Add tail call test suite | Johan Almbladh | 1 | -0/+248 |
2021-08-10 | bpf, tests: Add tests for BPF_CMPXCHG | Johan Almbladh | 1 | -0/+166 |
2021-08-10 | bpf, tests: Add tests for atomic operations | Johan Almbladh | 1 | -86/+166 |
2021-08-10 | bpf, tests: Add test for 32-bit context pointer argument passing | Johan Almbladh | 1 | -0/+16 |
2021-08-10 | bpf, tests: Add branch conversion JIT test | Johan Almbladh | 1 | -0/+43 |
2021-08-10 | bpf, tests: Add word-order tests for load/store of double words | Johan Almbladh | 1 | -0/+36 |
2021-08-10 | bpf, tests: Add tests for ALU operations implemented with function calls | Johan Almbladh | 1 | -0/+141 |
2021-08-10 | bpf, tests: Add more ALU64 BPF_MUL tests | Johan Almbladh | 1 | -0/+48 |
2021-08-10 | bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64 | Johan Almbladh | 1 | -2/+542 |
2021-08-10 | bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH | Johan Almbladh | 1 | -0/+102 |
2021-08-10 | bpf, tests: Add more tests of ALU32 and ALU64 bitwise operations | Johan Almbladh | 1 | -0/+210 |
2021-08-10 | bpf, tests: Fix typos in test case descriptions | Johan Almbladh | 1 | -4/+4 |
2021-08-10 | bpf, tests: Add BPF_MOV tests for zero and sign extension | Johan Almbladh | 1 | -0/+84 |
2021-08-10 | bpf, tests: Add BPF_JMP32 test cases | Johan Almbladh | 1 | -0/+511 |
2021-07-23 | bpf/tests: Do not PASS tests without actually testing the result | Johan Almbladh | 1 | -1/+8 |
2021-07-23 | bpf/tests: Fix copy-and-paste error in double word test | Johan Almbladh | 1 | -2/+2 |
2021-07-08 | lib/test: fix spelling mistakes | Zhen Lei | 1 | -1/+1 |
2021-01-20 | test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11 | Gary Lin | 1 | -6/+1 |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 1 | -7/+7 |
2020-07-16 | bpf: revert "test_bpf: Flag tests that cannot be jited on s390" | Seth Forshee | 1 | -20/+0 |
2020-02-24 | bpf/tests: Use migrate disable instead of preempt disable | David Miller | 1 | -2/+2 |
2019-10-30 | bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment test | Shmulik Ladkani | 1 | -0/+63 |
2019-10-30 | bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ... | Shmulik Ladkani | 1 | -10/+41 |
2019-08-20 | test_bpf: Fix a new clang warning about xor-ing two numbers | Nathan Chancellor | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 1 | -9/+1 |
2019-02-25 | bpf: test_bpf: turn off preemption in function __run_once | Anders Roxell | 1 | -0/+2 |
2018-11-16 | net: remove VLAN_TAG_PRESENT | Michał Mirosław | 1 | -6/+8 |
2018-09-27 | bpf: test_bpf: add init_net to dev for flow_dissector | Song Liu | 1 | -0/+1 |
2018-06-28 | test_bpf: flag tests that cannot be jited on s390 | Kleber Sacilotto de Souza | 1 | -0/+20 |
2018-06-03 | bpf: add also cbpf long jump test cases with heavy expansion | Daniel Borkmann | 1 | -0/+63 |
2018-05-03 | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier | Daniel Borkmann | 1 | -212/+358 |
2018-03-29 | test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment() | Dan Carpenter | 1 | -1/+1 |
2018-03-25 | net: bpf: add a test for skb_segment in test_bpf module | Yonghong Song | 1 | -2/+91 |
2018-03-20 | test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2018-02-28 | test_bpf: reduce MAX_TESTRUNS | Eric Dumazet | 1 | -1/+1 |
2018-02-26 | test_bpf: add a schedule point | Eric Dumazet | 1 | -0/+2 |
2018-02-05 | bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y | Yonghong Song | 1 | -5/+26 |
2018-01-26 | bpf: add further test cases around div/mod and others | Daniel Borkmann | 1 | -2/+6 |
2018-01-19 | bpf: add couple of test cases for signed extended imms | Daniel Borkmann | 1 | -0/+104 |
2018-01-09 | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 1 | -4/+7 |
2017-12-15 | bpf: add test case for ld_abs and helper changing pkt data | Daniel Borkmann | 1 | -0/+43 |
2017-08-09 | bpf: add BPF_J{LT,LE,SLT,SLE} instructions | Daniel Borkmann | 1 | -0/+364 |
2017-06-20 | net: introduce __skb_put_[zero, data, u8] | yuan linyu | 1 | -1/+1 |
2017-06-14 | test_bpf: Add test to make conditional jump cross a large number of insns. | David Daney | 1 | -0/+32 |
2017-05-31 | bpf: fix stack_depth usage by test_bpf.ko | Alexei Starovoitov | 1 | -1/+24 |
2017-05-25 | test_bpf: Add a couple of tests for BPF_JSGE. | David Daney | 1 | -0/+38 |
2017-05-03 | test_bpf: Use ULL suffix for 64-bit constants | Geert Uytterhoeven | 1 | -5/+5 |
2017-05-02 | bpf, arm64: fix jit branch offset related to ldimm64 | Daniel Borkmann | 1 | -0/+45 |