1. d895a0f bpf: fix accessing bpf_sysctl.file_pos on s390 by Ilya Leoshkevich · 5 years ago
  2. 9babe82 bpf: always allocate at least 16 bytes for setsockopt hook by Stanislav Fomichev · 5 years ago
  3. 6705fea bpf: cgroup: Fix build error without CONFIG_NET by YueHaibing · 6 years ago
  4. 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
  5. e5c891a bpf: fix cgroup bpf release synchronization by Roman Gushchin · 6 years ago
  6. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. f85d208 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451 by Thomas Gleixner · 6 years ago
  8. e7a3160 bpf: Update __cgroup_bpf_run_filter_skb with cn by brakmo · 6 years ago
  9. dbcc1ba bpf: cgroup: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
  10. 4bfc0bb bpf: decouple the lifetime of cgroup_bpf from cgroup itself by Roman Gushchin · 6 years ago
  11. 02a8c81 bpf: add map helper functions push, pop, peek in more BPF programs by Alban Crequy · 6 years ago
  12. 51356ac bpf: Fix distinct pointer types warning for ARCH=i386 by Andrey Ignatov · 6 years ago
  13. d7a4cb9 bpf: Introduce bpf_strtol and bpf_strtoul helpers by Andrey Ignatov · 6 years ago
  14. e1550bf bpf: Add file_pos field to bpf_sysctl ctx by Andrey Ignatov · 6 years ago
  15. 4e63acd bpf: Introduce bpf_sysctl_{get,set}_new_value helpers by Andrey Ignatov · 6 years ago
  16. 1d11b30 bpf: Introduce bpf_sysctl_get_current_value helper by Andrey Ignatov · 6 years ago
  17. 808649f bpf: Introduce bpf_sysctl_get_name helper by Andrey Ignatov · 6 years ago
  18. 7b146ce bpf: Sysctl hook by Andrey Ignatov · 6 years ago
  19. b1cd609 bpf: Add base proto function for cgroup-bpf programs by Andrey Ignatov · 6 years ago
  20. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  21. 6cab5e9 bpf: run bpf programs with preemption disabled by Alexei Starovoitov · 6 years ago
  22. 1832f4e bpf, cgroups: clean up kerneldoc warnings by Valdis Kletnieks · 6 years ago
  23. c8dc798 bpf: Annotate implicit fall through in cgroup_dev_func_proto by Mathieu Malaterre · 6 years ago
  24. b39b5f4 bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB by Song Liu · 6 years ago
  25. 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
  26. 5bf7a60 bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id() by Yonghong Song · 6 years ago
  27. 85fc4b1 bpf: introduce update_effective_progs() by Roman Gushchin · 6 years ago
  28. cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
  29. 394e40a bpf: extend bpf_prog_array to store pointers to the cgroup storage by Roman Gushchin · 6 years ago
  30. d7bf2c1 bpf: allocate cgroup storage entries on attaching bpf programs by Roman Gushchin · 6 years ago
  31. 3960f4f bpf: fix rcu annotations in compute_effective_progs() by Roman Gushchin · 7 years ago
  32. fdb5c45 bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF by Sean Young · 7 years ago
  33. 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
  34. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  35. 5e43f89 bpf: Check attach type at prog load time by Andrey Ignatov · 7 years ago
  36. 06ef0cc bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog by Yonghong Song · 7 years ago
  37. ebc614f bpf, cgroup: implement eBPF-based device controller for cgroup v2 by Roman Gushchin · 7 years ago
  38. 952925d bpf: remove redundant variable old_flags by Colin Ian King · 7 years ago
  39. 468e2f6 bpf: introduce BPF_PROG_QUERY command by Alexei Starovoitov · 7 years ago
  40. 324bda9e6 bpf: multi program support for cgroup+bpf by Alexei Starovoitov · 7 years ago
  41. 40304b2 bpf: BPF support for sock_ops by Lawrence Brakmo · 8 years ago
  42. 8f917bb bpf: pass sk to helper functions by Willem de Bruijn · 8 years ago
  43. 7f67763 bpf: introduce BPF_F_ALLOW_OVERRIDE flag by Alexei Starovoitov · 8 years ago
  44. 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
  45. b2cd125 bpf: Refactor cgroups code in prep for new type by David Ahern · 8 years ago
  46. 01ae87e bpf: cgroup: fix documentation of __cgroup_bpf_update() by Daniel Mack · 8 years ago
  47. 3007098 cgroup: add support for eBPF programs by Daniel Mack · 8 years ago