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