summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/local_storage.c
AgeCommit message (Expand)AuthorLines
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu-2/+2
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu-99/+117
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov-0/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-12/+12
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann-12/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-2/+2
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo-1/+1
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo-1/+1
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin-4/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin-3/+6
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin-1/+1
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin-2/+9
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann-3/+3
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov-1/+13
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov-0/+2
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song-13/+4
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin-1/+92
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2018-11-26bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev-2/+1
2018-11-16bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin-1/+2
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-27/+142
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin-0/+3
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin-20/+130
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin-1/+2
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin-7/+11
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin-1/+1
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann-0/+1
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin-0/+2
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin-0/+376