summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_struct_ops.c
AgeCommit message (Expand)AuthorLines
2024-11-12bpf: Add kernel symbol for struct_ops trampolineXu Kuohai-1/+78
2024-11-12bpf: Use function pointers count as struct_ops links countXu Kuohai-10/+25
2024-11-12bpf: Remove unused member rcu from bpf_struct_ops_mapXu Kuohai-1/+0
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau-0/+7
2024-07-29bpf: Replace 8 seq_puts() calls by seq_putc() callsMarkus Elfring-1/+1
2024-07-01bpf: Use precise image size for struct_ops trampolinePu Lehui-1/+1
2024-05-30bpf: support epoll from bpf struct_ops links.Kui-Feng Lee-0/+17
2024-05-30bpf: enable detaching links of struct_ops objects.Kui-Feng Lee-5/+43
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee-5/+5
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy-2/+6
2024-03-18bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elemMartin KaFai Lau-2/+0
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee-41/+89
2024-03-04bpf, net: validate struct_ops when updating value.Kui-Feng Lee-5/+6
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee-0/+5
2024-02-13bpf: Create argument information for nullable arguments.Kui-Feng Lee-12/+201
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee-12/+9
2024-01-25bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee-0/+2
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee-87/+13
2024-01-23bpf: validate value_typeKui-Feng Lee-33/+60
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee-6/+23
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee-18/+47
2024-01-23bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee-5/+6
2024-01-23bpf: pass btf object id in bpf_map_info.Kui-Feng Lee-0/+7
2024-01-23bpf: make struct_ops_map support btfs other than btf_vmlinux.Kui-Feng Lee-9/+15
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee-39/+41
2024-01-23bpf: get type information with BTF_ID_LISTKui-Feng Lee-9/+8
2024-01-23bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee-74/+83
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra-8/+8
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu-0/+7
2023-12-06bpf: Add helpers for trampoline image managementSong Liu-7/+5
2023-09-14bpf: Charge modmem for struct_ops trampolineSong Liu-4/+22
2023-08-14bpf: Support default .validate() and .update() behavior for struct_ops linksDavid Vernet-6/+9
2023-08-03bpf: bpf_struct_ops: Remove unnecessary initial values of variablesLi kunyu-3/+3
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko-3/+0
2023-03-24bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau-2/+2
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee-1/+47
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee-3/+140
2023-03-22bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee-33/+44
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn-3/+3
2023-03-07bpf: bpf_struct_ops memory usageYafang Shao-0/+16
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra-2/+1
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai-0/+3
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz-4/+3
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee-22/+49
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-3/+3
2022-04-14bpf: Remove unnecessary type castingsYu Zhe-2/+2
2021-12-02bpf: Rename btf_member accessors.Alexei Starovoitov-3/+3
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao-0/+3
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao-10/+19
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao-2/+5