aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/map_in_map.c
AgeCommit message (Expand)Author
2023-12-04bpf: Optimize the free of inner mapHou Tao
2023-12-04bpf: Defer the free of inner map when necessaryHou Tao
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott
2023-04-15bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky
2022-11-17bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock in inner map valuesKumar Kartikeya Dwivedi
2022-11-17bpf: Populate field_offs for inner_map_metaKumar Kartikeya Dwivedi
2022-11-17bpf: Free inner_map_meta when btf_record_dup failsKumar Kartikeya Dwivedi
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-02-27bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2018-10-01bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin
2018-08-03bpf: don't allow create maps of cgroup local storagesRoman Gushchin
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-03-22bpf: Add array of maps supportMartin KaFai Lau