summaryrefslogtreecommitdiff
path: root/net/bpf/bpf_dummy_struct_ops.c
AgeCommit message (Expand)Author
2024-04-25bpf: check bpf_dummy_struct_ops program params for test runsEduard Zingerman
2024-04-25bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullableEduard Zingerman
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-06bpf: Add helpers for trampoline image managementSong Liu
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao