index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
1
-1
/
+1
2024-10-17
bpf: Check percpu map value size first
Tao Chen
1
-0
/
+3
2024-03-26
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+9
2024-01-25
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
1
-3
/
+3
2023-11-20
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
1
-2
/
+5
2023-05-30
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
1
-2
/
+4
2023-03-10
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
1
-2
/
+2
2023-02-01
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
1
-2
/
+2
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-21
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
1
-52
/
+14
2022-09-10
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
1
-0
/
+2
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
1
-3
/
+3
2022-09-05
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
1
-26
/
+19
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
1
-2
/
+6
2022-09-05
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
1
-8
/
+62
2022-09-05
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
1
-5
/
+16
2022-08-31
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
1
-2
/
+5
2022-08-31
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
1
-5
/
+18
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-3
/
+3
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
1
-3
/
+3
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
1
-1
/
+1
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
1
-0
/
+2
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
1
-5
/
+1
2022-07-12
bpf: Make non-preallocated allocation low priority
Yafang Shao
1
-3
/
+3
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
1
-0
/
+32
2022-05-10
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
1
-2
/
+11
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-15
/
+7
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
1
-16
/
+48
2022-04-14
bpf: Remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2022-02-23
bpf: Cleanup comments
Tom Rix
1
-1
/
+1
2021-09-28
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
1
-4
/
+3
2021-09-28
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
1
-3
/
+3
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-07
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
1
-2
/
+2
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
1
-12
/
+93
2021-06-24
bpf: Allow RCU-protected lookups to happen from bh context
Toke Høiland-Jørgensen
1
-7
/
+14
2021-05-24
bpf: Fix spelling mistakes
Zhen Lei
1
-2
/
+2
2021-05-24
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
1
-0
/
+98
2021-03-16
kernel/bpf/: Fix misspellings using codespell tool
Liu xuzhi
1
-1
/
+1
2021-02-26
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
1
-0
/
+65
2021-02-11
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
1
-2
/
+2
2020-12-22
bpf: Add schedule point in htab_init_buckets()
Eric Dumazet
1
-0
/
+1
2020-12-07
bpf: Propagate __user annotations properly
Lukas Bulwahn
1
-1
/
+1
2020-12-07
bpf: Avoid overflows involving hash elem_size
Eric Dumazet
1
-2
/
+2
2020-12-02
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
1
-18
/
+1
2020-12-02
bpf: Refine memcg-based memory accounting for hashtab maps
Roman Gushchin
1
-10
/
+14
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-45
/
+99
2020-11-05
bpf: Lift hashtab key_size limit
Florian Lehner
1
-11
/
+5
2020-11-05
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
1
-2
/
+28
[next]