summaryrefslogtreecommitdiff
path: root/net/bpf/bpf_dummy_struct_ops.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-7/+5
2023-04-05bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov1-1/+1
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet1-0/+18
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-2/+1
2022-11-15bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-7/+7
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-5/+19
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song1-2/+4
2021-11-02bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao1-0/+200