1. 0c991eb bpf: Implement bpf_prog replacement for an active bpf_cgroup_link by Andrii Nakryiko · 4 years, 9 months ago
  2. af6eea5 bpf: Implement bpf_link-based cgroup BPF program attachment by Andrii Nakryiko · 4 years, 9 months ago
  3. d7f10df bpf: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  4. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  5. 7dd68b3 bpf: Support replacing cgroup-bpf program in MULTI mode by Andrey Ignatov · 5 years ago
  6. e473042 bpf: Fix cgroup local storage prog tracking by Daniel Borkmann · 5 years ago
  7. 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
  8. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  10. dbcc1ba bpf: cgroup: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
  11. 4bfc0bb bpf: decouple the lifetime of cgroup_bpf from cgroup itself by Roman Gushchin · 6 years ago
  12. e1550bf bpf: Add file_pos field to bpf_sysctl ctx by Andrey Ignatov · 6 years ago
  13. 4e63acd bpf: Introduce bpf_sysctl_{get,set}_new_value helpers by Andrey Ignatov · 6 years ago
  14. 7b146ce bpf: Sysctl hook by Andrey Ignatov · 6 years ago
  15. 71b91a5 bpf: fix warning about using plain integer as NULL by Bo YU · 6 years ago
  16. 1832f4e bpf, cgroups: clean up kerneldoc warnings by Valdis Kletnieks · 6 years ago
  17. b741f16 bpf: introduce per-cpu cgroup local storage by Roman Gushchin · 6 years ago
  18. f294b37 bpf: rework cgroup storage pointer passing by Roman Gushchin · 6 years ago
  19. 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
  20. d7bf2c1 bpf: allocate cgroup storage entries on attaching bpf programs by Roman Gushchin · 6 years ago
  21. aa0ad5b bpf: pass a pointer to a cgroup storage using pcpu variable by Roman Gushchin · 6 years ago
  22. de9cbba bpf: introduce cgroup storage maps by Roman Gushchin · 6 years ago
  23. f292b87 bpf: include errno.h from bpf-cgroup.h by Roman Gushchin · 6 years ago
  24. fdb5c45 bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF by Sean Young · 7 years ago
  25. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  26. 13193b0 bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=n by Andrey Ignatov · 7 years ago
  27. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  28. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  29. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  30. ee07862 bpf: NULL pointer check is not needed in BPF_CGROUP_RUN_PROG_INET_SOCK by Yafang Shao · 7 years ago
  31. ebc614f bpf, cgroup: implement eBPF-based device controller for cgroup v2 by Roman Gushchin · 7 years ago
  32. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  33. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  34. 468e2f6 bpf: introduce BPF_PROG_QUERY command by Alexei Starovoitov · 7 years ago
  35. 324bda9e6 bpf: multi program support for cgroup+bpf by Alexei Starovoitov · 7 years ago
  36. df39a9f bpf: check NULL for sk_to_full_sk() return value by WANG Cong · 7 years ago
  37. 40304b2 bpf: BPF support for sock_ops by Lawrence Brakmo · 8 years ago
  38. 7f67763 bpf: introduce BPF_F_ALLOW_OVERRIDE flag by Alexei Starovoitov · 8 years ago
  39. dcdc43d bpf: cgroup: annotate pointers in struct cgroup_bpf with __rcu by Daniel Mack · 8 years ago
  40. 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
  41. b2cd125 bpf: Refactor cgroups code in prep for new type by David Ahern · 8 years ago
  42. b634d30 cgroup, bpf: remove unnecessary #include by Alexei Starovoitov · 8 years ago
  43. 3007098 cgroup: add support for eBPF programs by Daniel Mack · 8 years ago