summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/map_in_map.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Optimize the free of inner mapHou Tao2023-12-041-5/+9
* bpf: Defer the free of inner map when necessaryHou Tao2023-12-041-3/+8
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2023-12-041-1/+1
* bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott2023-06-021-2/+6
* bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky2023-04-151-15/+0
* bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi2022-11-171-0/+5
* bpf: Allow locking bpf_spin_lock in inner map valuesKumar Kartikeya Dwivedi2022-11-171-5/+0
* bpf: Populate field_offs for inner_map_metaKumar Kartikeya Dwivedi2022-11-171-12/+32
* bpf: Free inner_map_meta when btf_record_dup failsKumar Kartikeya Dwivedi2022-11-171-1/+3
* bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi2022-11-031-4/+1
* bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi2022-11-031-3/+11
* bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2022-04-251-1/+4
* bpf: Remember BTF of inner maps.Alexei Starovoitov2021-07-151-0/+6
* bpf: Add map side support for bpf timers.Alexei Starovoitov2021-07-151-0/+2
* bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2020-08-281-2/+1
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-13/+8
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+1
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-1/+2
* bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann2019-11-241-3/+2
* bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-271-0/+1
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-0/+5
* bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-181-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