summaryrefslogtreecommitdiffstats
path: root/lib/test_bpf.c
AgeCommit message (Expand)AuthorLines
2025-01-06bpf/tests: Add 32 bits only long conditional jump testsChristophe Leroy-6/+58
2024-10-03bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-2/+1
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2024-07-12test_bpf: convert comma to semicolonChen Ni-2/+2
2024-06-25bpf: Fix tailcall cases in test_bpfLeon Hwang-0/+10
2024-06-03test_bpf: Add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-04-16bpf, tests: Fix typos in commentsChen Pei-1/+1
2023-12-09test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_KTiezhu Yang-1/+1
2023-11-30bpf/tests: Remove duplicate JSGT testsYujie Liu-2/+0
2023-11-15bpf: Remove test for MOVSX32 with offset=32Puranjay Mohan-16/+0
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan-0/+371
2023-08-18bpf/tests: Enhance output on error and fix typosHelge Deller-5/+7
2023-06-29lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flagSumitra Sharma-11/+1
2023-05-31bpf/tests: Use struct_size()Su Hui-2/+1
2022-11-11net: remove skb->vlan_presentEric Dumazet-1/+0
2022-06-22test_bpf: fix incorrect netdev featuresJian Shen-2/+2
2022-04-01bpf, tests: Add load store test case for tail callXu Kuohai-0/+30
2022-04-01bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsetsXu Kuohai-4/+281
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang-2/+2
2021-10-28bpf, tests: Add module parameter test_suite to test_bpf moduleTiezhu Yang-77/+135
2021-10-07bpf, tests: Add more LD_IMM64 testsJohan Almbladh-3/+117
2021-10-01bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh-0/+58
2021-10-01bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh-13/+149
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh-0/+422
2021-10-01bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh-71/+763
2021-10-01bpf/tests: Minor restructuring of ALU testsJohan Almbladh-72/+65
2021-10-01bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh-70/+197
2021-10-01bpf/tests: Add tests to check source register zero-extensionJohan Almbladh-0/+143
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh-1/+503
2021-10-01bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh-5/+17
2021-10-01bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh-0/+254
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook-1/+1
2021-09-28bpf/tests: Add tail call limit test with external function callJohan Almbladh-3/+83
2021-09-28bpf/tests: Fix error in tail call limit testsJohan Almbladh-10/+27
2021-09-28bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh-0/+122
2021-09-28bpf/tests: Expand branch conversion JIT testJohan Almbladh-34/+91
2021-09-28bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh-0/+229
2021-09-28bpf/tests: Add JMP tests with small offsetsJohan Almbladh-0/+71
2021-09-28bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh-0/+3
2021-09-28bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh-0/+63
2021-09-28bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh-0/+829
2021-09-28bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh-0/+779
2021-09-28bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh-0/+772
2021-09-28bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh-0/+260
2021-09-28bpf/tests: Reduce memory footprint of test suiteJohan Almbladh-14/+12
2021-09-28bpf/tests: Allow different number of runs per test caseJohan Almbladh-0/+4
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko-0/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko-1/+1
2021-08-16bpf, tests: Fix spelling mistake "shoft" -> "shift"Colin Ian King-1/+1