index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
map_in_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Defer the free of inner map when necessary
Hou Tao
2024-01-25
1
-3
/
+8
*
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2024-01-25
1
-1
/
+1
*
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
2023-06-02
1
-2
/
+6
*
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-15
1
-15
/
+0
*
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
2022-11-17
1
-0
/
+5
*
bpf: Allow locking bpf_spin_lock in inner map values
Kumar Kartikeya Dwivedi
2022-11-17
1
-5
/
+0
*
bpf: Populate field_offs for inner_map_meta
Kumar Kartikeya Dwivedi
2022-11-17
1
-12
/
+32
*
bpf: Free inner_map_meta when btf_record_dup fails
Kumar Kartikeya Dwivedi
2022-11-17
1
-1
/
+3
*
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-4
/
+1
*
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-3
/
+11
*
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
1
-1
/
+4
*
bpf: Remember BTF of inner maps.
Alexei Starovoitov
2021-07-15
1
-0
/
+6
*
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
1
-0
/
+2
*
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2020-08-28
1
-2
/
+1
*
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
1
-13
/
+8
*
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
1
-1
/
+1
*
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-1
/
+2
*
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
2019-11-24
1
-3
/
+2
*
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-18
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-30
1
-4
/
+1
*
bpf: set inner_map_meta->spin_lock_off correctly
Yonghong Song
2019-02-27
1
-0
/
+1
*
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-02-01
1
-0
/
+5
*
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
2019-01-18
1
-2
/
+15
*
bpf: don't allow create maps of per-cpu cgroup local storages
Roman Gushchin
2018-10-01
1
-1
/
+2
*
bpf: don't allow create maps of cgroup local storages
Roman Gushchin
2018-08-03
1
-1
/
+2
*
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
2017-06-29
1
-0
/
+5
*
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
1
-0
/
+97