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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2020-10-01
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
1
-8
/
+0
2019-05-16
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
1
-23
/
+48
2019-05-16
bpf: fix struct htab_elem layout
Alexei Starovoitov
1
-6
/
+22
2018-05-09
bpf: map_get_next_key to return first key on NULL
Teng Qin
1
-4
/
+5
2017-07-05
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
1
-13
/
+9
2016-11-07
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
1
-1
/
+2
2016-08-06
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
1
-11
/
+73
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
1
-73
/
+167
2016-02-19
bpf: grab rcu read lock for bpf_percpu_hash_update
Sasha Levin
1
-1
/
+7
2016-02-06
bpf: add lookup/update support for per-cpu hash and array maps
Alexei Starovoitov
1
-9
/
+74
2016-02-06
bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map
Alexei Starovoitov
1
-47
/
+228
2015-12-29
bpf: hash: use per-bucket spinlock
tom.leiming@gmail.com
1
-18
/
+32
2015-12-29
bpf: hash: move select_bucket() out of htab's spinlock
tom.leiming@gmail.com
1
-4
/
+2
2015-12-29
bpf: hash: use atomic count
tom.leiming@gmail.com
1
-6
/
+6
2015-12-02
bpf: fix allocation warnings in bpf maps and integer overflow
Alexei Starovoitov
1
-9
/
+25
2015-11-02
bpf: convert hashtab lock to raw lock
Yang Shi
1
-7
/
+7
2015-10-12
bpf: charge user for creation of BPF maps and programs
Alexei Starovoitov
1
-0
/
+4
2015-03-01
ebpf: constify various function pointer structs
Daniel Borkmann
1
-3
/
+3
2014-11-19
bpf: fix arraymap NULL deref and missing overflow and zero size checks
Alexei Starovoitov
1
-0
/
+5
2014-11-18
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
1
-0
/
+362