summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/local_storage.c
AgeCommit message (Expand)Author
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-26bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev
2018-11-16bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin