summaryrefslogtreecommitdiffstats
path: root/net/bpf/bpf_dummy_struct_ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: check bpf_dummy_struct_ops program params for test runsEduard Zingerman2024-04-251-1/+50
* bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullableEduard Zingerman2024-04-251-2/+2
* bpf: Check return from set_memory_rox()Christophe Leroy2024-03-181-1/+3
* bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-121-1/+1
* bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee2024-03-041-8/+4
* bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-241-2/+9
* bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2024-01-241-1/+10
* x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-161-1/+30
* bpf: Add helpers for trampoline image managementSong Liu2023-12-071-4/+3
* bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-051-7/+5
* bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov2023-04-051-1/+1
* bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-251-0/+18
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-2/+1
|\
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-2/+1
* | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-151-7/+7
|/
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-111-5/+19
* bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2022-01-271-2/+4
* bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-011-0/+200