index
:
linux-stable.git
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.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
/
bpf_local_storage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
2023-09-06
1
-1
/
+1
*
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
2023-09-06
1
-33
/
+14
*
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
1
-3
/
+0
*
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
2023-04-12
1
-0
/
+3
*
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2023-03-25
1
-15
/
+115
*
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-25
1
-9
/
+86
*
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
2023-03-10
1
-9
/
+14
*
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
2023-03-10
1
-6
/
+11
*
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
1
-7
/
+14
*
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
2023-03-10
1
-4
/
+9
*
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
2023-03-10
1
-62
/
+5
*
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
1
-12
/
+12
*
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2023-03-10
1
-0
/
+4
*
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
2023-03-10
1
-3
/
+3
*
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
2023-03-10
1
-37
/
+26
*
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
1
-2
/
+6
*
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2023-03-10
1
-2
/
+2
*
bpf, net: bpf_local_storage memory usage
Yafang Shao
2023-03-07
1
-0
/
+10
*
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2023-03-03
1
-30
/
+49
*
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
2023-03-01
1
-4
/
+44
*
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
2023-02-22
1
-3
/
+13
*
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2023-02-10
1
-2
/
+2
*
bpf: Reduce smap->elem_size
Martin KaFai Lau
2022-12-21
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-1
/
+1
|
\
|
*
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
2022-11-21
1
-1
/
+1
*
|
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-1
/
+1
*
|
bpf: Refactor some inode/task/sk storage functions for reuse
Yonghong Song
2022-10-25
1
-69
/
+121
*
|
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
2022-10-25
1
-0
/
+1
*
|
bpf: Use rcu_trace_implies_rcu_gp() in local storage map
Hou Tao
2022-10-18
1
-2
/
+11
|
/
*
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-09-01
1
-2
/
+2
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
1
-3
/
+3
*
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-04-19
1
-10
/
+19
*
bpf: Enable non-atomic allocations in local storage
Joanne Koong
2022-03-20
1
-21
/
+37
*
bpf: Cleanup comments
Tom Rix
2022-02-23
1
-1
/
+1
*
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-12-29
1
-13
/
+37
*
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2021-02-26
1
-1
/
+10
*
bpf: Enable task local storage for tracing programs
Song Liu
2021-02-26
1
-11
/
+17
*
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
Roman Gushchin
2020-12-02
1
-10
/
+0
*
bpf: Memcg-based memory accounting for bpf local storage maps
Roman Gushchin
2020-12-02
1
-4
/
+6
*
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
2020-09-19
1
-1
/
+1
*
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2020-08-25
1
-0
/
+600