summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/map_in_map.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-281-0/+1
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-0/+5
* bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-191-2/+15
* bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin2018-10-011-1/+2
* bpf: don't allow create maps of cgroup local storagesRoman Gushchin2018-08-031-1/+2
* bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-291-0/+5
* bpf: Add array of maps supportMartin KaFai Lau2017-03-221-0/+97