aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cgroup.c
AgeCommit message (Expand)Author
2020-05-21bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko
2020-01-19bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy
2019-04-12bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov
2019-04-12bpf: Sysctl hookAndrey Ignatov
2019-04-12bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-09-28bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()Yonghong Song
2018-08-07bpf: introduce update_effective_progs()Roman Gushchin
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-03bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin
2018-08-03bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin
2018-07-18bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov
2017-12-19bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin
2017-10-11bpf: remove redundant variable old_flagsColin Ian King
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern
2016-11-29bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack
2016-11-25cgroup: add support for eBPF programsDaniel Mack