- ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 9 months ago
- 0c991eb bpf: Implement bpf_prog replacement for an active bpf_cgroup_link by Andrii Nakryiko · 4 years, 9 months ago
- af6eea5 bpf: Implement bpf_link-based cgroup BPF program attachment by Andrii Nakryiko · 4 years, 9 months ago
- 00c4edd bpf: Factor out cgroup storages operations by Andrii Nakryiko · 4 years, 9 months ago
- 1d8006a bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory by Andrii Nakryiko · 4 years, 10 months ago
- 62039c3 bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer by Andrii Nakryiko · 4 years, 10 months ago
- a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- e10360f bpf: cgroup: prevent out-of-order release of cgroup bpf by Roman Gushchin · 5 years ago
- 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
- 7dd68b3 bpf: Support replacing cgroup-bpf program in MULTI mode by Andrey Ignatov · 5 years ago
- 9fab329 bpf: Remove unused new_flags in hierarchy_allows_attach() by Andrey Ignatov · 5 years ago
- 1020c1f bpf: Simplify __cgroup_bpf_attach by Andrey Ignatov · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 7541c87 bpf: Allow narrow loads of bpf_sysctl fields with offset > 0 by Ilya Leoshkevich · 5 years ago
- 6092f726 bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
- d895a0f bpf: fix accessing bpf_sysctl.file_pos on s390 by Ilya Leoshkevich · 5 years ago
- 9babe82 bpf: always allocate at least 16 bytes for setsockopt hook by Stanislav Fomichev · 5 years ago
- 6705fea bpf: cgroup: Fix build error without CONFIG_NET by YueHaibing · 6 years ago
- 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
- e5c891a bpf: fix cgroup bpf release synchronization by Roman Gushchin · 6 years ago
- 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- f85d208 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451 by Thomas Gleixner · 6 years ago
- e7a3160 bpf: Update __cgroup_bpf_run_filter_skb with cn by brakmo · 6 years ago
- dbcc1ba bpf: cgroup: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
- 4bfc0bb bpf: decouple the lifetime of cgroup_bpf from cgroup itself by Roman Gushchin · 6 years ago
- 02a8c81 bpf: add map helper functions push, pop, peek in more BPF programs by Alban Crequy · 6 years ago
- 51356ac bpf: Fix distinct pointer types warning for ARCH=i386 by Andrey Ignatov · 6 years ago
- d7a4cb9 bpf: Introduce bpf_strtol and bpf_strtoul helpers by Andrey Ignatov · 6 years ago
- e1550bf bpf: Add file_pos field to bpf_sysctl ctx by Andrey Ignatov · 6 years ago
- 4e63acd bpf: Introduce bpf_sysctl_{get,set}_new_value helpers by Andrey Ignatov · 6 years ago
- 1d11b30 bpf: Introduce bpf_sysctl_get_current_value helper by Andrey Ignatov · 6 years ago
- 808649f bpf: Introduce bpf_sysctl_get_name helper by Andrey Ignatov · 6 years ago
- 7b146ce bpf: Sysctl hook by Andrey Ignatov · 6 years ago
- b1cd609 bpf: Add base proto function for cgroup-bpf programs by Andrey Ignatov · 6 years ago
- a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 6cab5e9 bpf: run bpf programs with preemption disabled by Alexei Starovoitov · 6 years ago
- 1832f4e bpf, cgroups: clean up kerneldoc warnings by Valdis Kletnieks · 6 years ago
- c8dc798 bpf: Annotate implicit fall through in cgroup_dev_func_proto by Mathieu Malaterre · 6 years ago
- b39b5f4 bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB by Song Liu · 6 years ago
- 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
- 5bf7a60 bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id() by Yonghong Song · 6 years ago
- 85fc4b1 bpf: introduce update_effective_progs() by Roman Gushchin · 6 years ago
- cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
- 394e40a bpf: extend bpf_prog_array to store pointers to the cgroup storage by Roman Gushchin · 6 years ago
- d7bf2c1 bpf: allocate cgroup storage entries on attaching bpf programs by Roman Gushchin · 6 years ago
- 3960f4f bpf: fix rcu annotations in compute_effective_progs() by Roman Gushchin · 6 years ago
- fdb5c45 bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF by Sean Young · 7 years ago
- 1cedee1 bpf: Hooks for sys_sendmsg by Andrey Ignatov · 7 years ago
- 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
- 5e43f89 bpf: Check attach type at prog load time by Andrey Ignatov · 7 years ago
- 06ef0cc bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog by Yonghong Song · 7 years ago
- ebc614f bpf, cgroup: implement eBPF-based device controller for cgroup v2 by Roman Gushchin · 7 years ago
- 952925d bpf: remove redundant variable old_flags by Colin Ian King · 7 years ago
- 468e2f6 bpf: introduce BPF_PROG_QUERY command by Alexei Starovoitov · 7 years ago
- 324bda9e6 bpf: multi program support for cgroup+bpf by Alexei Starovoitov · 7 years ago
- 40304b2 bpf: BPF support for sock_ops by Lawrence Brakmo · 8 years ago
- 8f917bb bpf: pass sk to helper functions by Willem de Bruijn · 8 years ago
- 7f67763 bpf: introduce BPF_F_ALLOW_OVERRIDE flag by Alexei Starovoitov · 8 years ago
- 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
- b2cd125 bpf: Refactor cgroups code in prep for new type by David Ahern · 8 years ago
- 01ae87e bpf: cgroup: fix documentation of __cgroup_bpf_update() by Daniel Mack · 8 years ago
- 3007098 cgroup: add support for eBPF programs by Daniel Mack · 8 years ago