aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/map_in_map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-3/+2
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-02-27bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song1-0/+1
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-0/+5
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15
2018-10-01bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin1-1/+2
2018-08-03bpf: don't allow create maps of cgroup local storagesRoman Gushchin1-1/+2
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau1-0/+5
2017-03-22bpf: Add array of maps supportMartin KaFai Lau1-0/+97