index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-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
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
1
-1
/
+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
2020-11-02
bpf: Fix error path in htab_map_alloc()
Eric Dumazet
1
-2
/
+4
2020-10-30
bpf: Avoid hashtab deadlock with map_locked
Song Liu
1
-32
/
+82
2020-10-30
bpf: Use separate lockdep class for each hashtab
Song Liu
1
-2
/
+10
2020-10-11
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
1
-3
/
+3
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-11
/
+4
2020-09-03
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
1
-11
/
+4
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
1
-6
/
+6
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
1
-0
/
+4
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+194
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+9
2020-07-30
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
1
-3
/
+9
2020-07-25
bpf: Implement bpf iterator for hash maps
Yonghong Song
1
-0
/
+194
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
1
-5
/
+3
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
1
-0
/
+12
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
1
-0
/
+3
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
1
-2
/
+2
2020-02-28
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-24
bpf: Prepare hashtab locking for PREEMPT_RT
Thomas Gleixner
1
-9
/
+56
2020-02-24
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
1
-23
/
+46
2020-02-24
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
1
-8
/
+4
2020-02-24
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
1
-8
/
+0
2020-02-24
bpf: Update locking comment in hashtab code
Thomas Gleixner
1
-4
/
+20
2020-02-19
bpf: Fix a potential deadlock with bpf_map_do_batch
Yonghong Song
1
-3
/
+31
[next]