summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/local_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin2018-11-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-081-27/+142
|\
| * bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-011-20/+130
| * bpf: rework cgroup storage pointer passingRoman Gushchin2018-10-011-1/+2
| * bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-011-7/+11
* | bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin2018-10-021-0/+3
* | bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin2018-09-281-1/+1
|/
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-0/+1
* bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin2018-08-031-0/+2
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-031-0/+376