index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test_bpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-20
bpf: Exhaustive test coverage for signed division and modulo
Jie Meng
1
-100
/
+263
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-24
/
+24
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-25
/
+25
2025-01-06
bpf/tests: Add 32 bits only long conditional jump tests
Christophe Leroy
1
-6
/
+58
2024-10-03
bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
1
-1
/
+1
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-2
/
+1
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2024-07-12
test_bpf: convert comma to semicolon
Chen Ni
1
-2
/
+2
2024-06-25
bpf: Fix tailcall cases in test_bpf
Leon Hwang
1
-0
/
+10
2024-06-03
test_bpf: Add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-04-16
bpf, tests: Fix typos in comments
Chen Pei
1
-1
/
+1
2023-12-09
test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
Tiezhu Yang
1
-1
/
+1
2023-11-30
bpf/tests: Remove duplicate JSGT tests
Yujie Liu
1
-2
/
+0
2023-11-15
bpf: Remove test for MOVSX32 with offset=32
Puranjay Mohan
1
-16
/
+0
2023-09-15
bpf/tests: add tests for cpuv4 instructions
Puranjay Mohan
1
-0
/
+371
2023-08-18
bpf/tests: Enhance output on error and fix typos
Helge Deller
1
-5
/
+7
2023-06-29
lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flag
Sumitra Sharma
1
-11
/
+1
2023-05-31
bpf/tests: Use struct_size()
Su Hui
1
-2
/
+1
2022-11-11
net: remove skb->vlan_present
Eric Dumazet
1
-1
/
+0
2022-06-22
test_bpf: fix incorrect netdev features
Jian Shen
1
-2
/
+2
2022-04-01
bpf, tests: Add load store test case for tail call
Xu Kuohai
1
-0
/
+30
2022-04-01
bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsets
Xu Kuohai
1
-4
/
+281
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
1
-2
/
+2
2021-10-28
bpf, tests: Add module parameter test_suite to test_bpf module
Tiezhu Yang
1
-77
/
+135
2021-10-07
bpf, tests: Add more LD_IMM64 tests
Johan Almbladh
1
-3
/
+117
2021-10-01
bpf/tests: Add test of LDX_MEM with operand aliasing
Johan Almbladh
1
-0
/
+58
2021-10-01
bpf/tests: Add test of ALU shifts with operand register aliasing
Johan Almbladh
1
-13
/
+149
2021-10-01
bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinations
Johan Almbladh
1
-0
/
+422
2021-10-01
bpf/tests: Add exhaustive tests of ALU register combinations
Johan Almbladh
1
-71
/
+763
2021-10-01
bpf/tests: Minor restructuring of ALU tests
Johan Almbladh
1
-72
/
+65
2021-10-01
bpf/tests: Add more tests for ALU and ATOMIC register clobbering
Johan Almbladh
1
-70
/
+197
2021-10-01
bpf/tests: Add tests to check source register zero-extension
Johan Almbladh
1
-0
/
+143
2021-10-01
bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudes
Johan Almbladh
1
-1
/
+503
2021-10-01
bpf/tests: Add zero-extension checks in BPF_ATOMIC tests
Johan Almbladh
1
-5
/
+17
2021-10-01
bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizes
Johan Almbladh
1
-0
/
+254
2021-09-28
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
1
-1
/
+1
2021-09-28
bpf/tests: Add tail call limit test with external function call
Johan Almbladh
1
-3
/
+83
2021-09-28
bpf/tests: Fix error in tail call limit tests
Johan Almbladh
1
-10
/
+27
2021-09-28
bpf/tests: Add more BPF_END byte order conversion tests
Johan Almbladh
1
-0
/
+122
2021-09-28
bpf/tests: Expand branch conversion JIT test
Johan Almbladh
1
-34
/
+91
2021-09-28
bpf/tests: Add JMP tests with degenerate conditional
Johan Almbladh
1
-0
/
+229
2021-09-28
bpf/tests: Add JMP tests with small offsets
Johan Almbladh
1
-0
/
+71
2021-09-28
bpf/tests: Add test case flag for verifier zero-extension
Johan Almbladh
1
-0
/
+3
2021-09-28
bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes
Johan Almbladh
1
-0
/
+63
2021-09-28
bpf/tests: Add staggered JMP and JMP32 tests
Johan Almbladh
1
-0
/
+829
2021-09-28
bpf/tests: Add exhaustive tests of JMP operand magnitudes
Johan Almbladh
1
-0
/
+779
2021-09-28
bpf/tests: Add exhaustive tests of ALU operand magnitudes
Johan Almbladh
1
-0
/
+772
2021-09-28
bpf/tests: Add exhaustive tests of ALU shift values
Johan Almbladh
1
-0
/
+260
2021-09-28
bpf/tests: Reduce memory footprint of test suite
Johan Almbladh
1
-14
/
+12
[next]