- c733239 bpf: Check return from set_memory_rox() by Christophe Leroy · 12 months ago
- 7f3edd0 bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem by Martin KaFai Lau · 12 months ago
- 187e2af bpf: struct_ops supports more than one page for trampolines. by Kui-Feng Lee · 1 year ago
- 73e4f9e bpf, net: validate struct_ops when updating value. by Kui-Feng Lee · 1 year ago
- 3e00083 bpf: Check cfi_stubs before registering a struct_ops type. by Kui-Feng Lee · 1 year ago
- 1611603 bpf: Create argument information for nullable arguments. by Kui-Feng Lee · 1 year, 1 month ago
- df9705e bpf: Remove an unnecessary check. by Kui-Feng Lee · 1 year, 1 month ago
- e6be8cd bpf: Fix error checks against bpf_get_btf_vmlinux(). by Kui-Feng Lee · 1 year, 1 month ago
- f6be98d bpf, net: switch to dynamic registration by Kui-Feng Lee · 1 year, 2 months ago
- 612d087 bpf: validate value_type by Kui-Feng Lee · 1 year, 2 months ago
- e3f87fd bpf: hold module refcnt in bpf_struct_ops map creation and prog verification. by Kui-Feng Lee · 1 year, 2 months ago
- fcc2c1f bpf: pass attached BTF to the bpf_struct_ops subsystem by Kui-Feng Lee · 1 year, 2 months ago
- 689423d bpf: lookup struct_ops types from a given module BTF. by Kui-Feng Lee · 1 year, 2 months ago
- 1338b93 bpf: pass btf object id in bpf_map_info. by Kui-Feng Lee · 1 year, 2 months ago
- 47f4f65 bpf: make struct_ops_map support btfs other than btf_vmlinux. by Kui-Feng Lee · 1 year, 2 months ago
- 4c5763e bpf, net: introduce bpf_struct_ops_desc. by Kui-Feng Lee · 1 year, 2 months ago
- 9567839 bpf: get type information with BTF_ID_LIST by Kui-Feng Lee · 1 year, 2 months ago
- 3b1f89e bpf: refactory struct_ops type initialization to a function. by Kui-Feng Lee · 1 year, 2 months ago
- 2cd3e37 x86/cfi,bpf: Fix bpf_struct_ops CFI by Peter Zijlstra · 1 year, 3 months ago
- 26ef208 bpf: Use arch_bpf_trampoline_size by Song Liu · 1 year, 3 months ago
- 82583da bpf: Add helpers for trampoline image management by Song Liu · 1 year, 3 months ago
- 5c04433 bpf: Charge modmem for struct_ops trampoline by Song Liu · 1 year, 6 months ago
- 8ba651e bpf: Support default .validate() and .update() behavior for struct_ops links by David Vernet · 1 year, 7 months ago
- 5964d1e bpf: bpf_struct_ops: Remove unnecessary initial values of variables by Li kunyu · 1 year, 7 months ago
- 6c3eba1 bpf: Centralize permissions checks for all BPF map types by Andrii Nakryiko · 1 year, 9 months ago
- 55fbae0 bpf: Check IS_ERR for the bpf_map_get() return value by Martin KaFai Lau · 2 years ago
- aef56f2e bpf: Update the struct_ops of a bpf_link. by Kui-Feng Lee · 2 years ago
- 68b0486 bpf: Create links for BPF struct_ops maps. by Kui-Feng Lee · 2 years ago
- b671c20 bpf: Retire the struct_ops map kvalue->refcnt. by Kui-Feng Lee · 2 years ago
- d7ba4cc bpf: return long from bpf_map_ops funcs by JP Kobryn · 2 years ago
- f062226 bpf: bpf_struct_ops memory usage by Yafang Shao · 2 years ago
- d48567c mm: Introduce set_memory_rox() by Peter Zijlstra · 2 years, 4 months ago
- 535a57a7 bpf: Remove is_valid_bpf_tramp_flags() by Xu Kuohai · 2 years, 8 months ago
- 9f0265e bpf: Require only one of cong_avoid() and cong_control() from a TCP CC by Jörn-Thorben Hinz · 2 years, 9 months ago
- f7e0bea bpf, x86: Generate trampolines from bpf_tramp_links by Kui-Feng Lee · 2 years, 10 months ago
- c317ab7 bpf: Compute map_btf_id during build time by Menglong Dong · 2 years, 11 months ago
- 241d50e bpf: Remove unnecessary type castings by Yu Zhe · 2 years, 11 months ago
- 8293eb9 bpf: Rename btf_member accessors. by Alexei Starovoitov · 3 years, 3 months ago
- c196906 bpf: Add dummy BPF STRUCT_OPS for test purpose by Hou Tao · 3 years, 4 months ago
- 31a645a bpf: Factor out a helper to prepare trampoline for struct_ops prog by Hou Tao · 3 years, 4 months ago
- 356ed64 bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog by Hou Tao · 3 years, 6 months ago
- eb18b49e bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt by Martin KaFai Lau · 3 years, 7 months ago
- e21aa34 bpf: Fix fexit trampoline. by Alexei Starovoitov · 4 years ago
- f043733 bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps by Roman Gushchin · 4 years, 3 months ago
- 6298399 bpf: Move btf_resolve_size into __btf_resolve_size by Jiri Olsa · 4 years, 7 months ago
- 2872e9a bpf: Set map_btf_{name, id} for all map types by Andrey Ignatov · 4 years, 9 months ago
- 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 10 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 8e5290e bpf: Return better error value in delete_elem for struct_ops map by Martin KaFai Lau · 5 years ago
- 88fd9e5 bpf: Refactor trampoline update code by KP Singh · 5 years ago
- d7f10df bpf: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
- d3e42bb bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() by Martin KaFai Lau · 5 years ago
- 3b41304 bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
- 85d33df bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
- 27ae7997 bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago