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.14.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
/
hashtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-26
1
-5
/
+9
*
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2024-02-23
1
-3
/
+3
*
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-06-05
1
-2
/
+4
*
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-04-13
1
-2
/
+2
*
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-10-26
1
-2
/
+5
*
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-10-26
1
-5
/
+18
*
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-25
1
-0
/
+2
*
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-08-25
1
-5
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-2
/
+2
|
\
|
*
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
2021-08-07
1
-2
/
+2
*
|
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
1
-12
/
+93
|
/
*
bpf: Allow RCU-protected lookups to happen from bh context
Toke Høiland-Jørgensen
2021-06-24
1
-7
/
+14
*
bpf: Fix spelling mistakes
Zhen Lei
2021-05-24
1
-2
/
+2
*
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
2021-05-24
1
-0
/
+98
*
kernel/bpf/: Fix misspellings using codespell tool
Liu xuzhi
2021-03-16
1
-1
/
+1
*
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+65
*
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
2021-02-11
1
-2
/
+2
*
bpf: Add schedule point in htab_init_buckets()
Eric Dumazet
2020-12-22
1
-0
/
+1
*
bpf: Propagate __user annotations properly
Lukas Bulwahn
2020-12-07
1
-1
/
+1
*
bpf: Avoid overflows involving hash elem_size
Eric Dumazet
2020-12-07
1
-2
/
+2
*
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
2020-12-02
1
-18
/
+1
*
bpf: Refine memcg-based memory accounting for hashtab maps
Roman Gushchin
2020-12-02
1
-10
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
1
-45
/
+99
|
\
|
*
bpf: Lift hashtab key_size limit
Florian Lehner
2020-11-05
1
-11
/
+5
|
*
bpf: Fix error path in htab_map_alloc()
Eric Dumazet
2020-11-02
1
-2
/
+4
|
*
bpf: Avoid hashtab deadlock with map_locked
Song Liu
2020-10-30
1
-32
/
+82
|
*
bpf: Use separate lockdep class for each hashtab
Song Liu
2020-10-30
1
-2
/
+10
*
|
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
2020-11-05
1
-2
/
+28
|
/
*
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
2020-10-11
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
1
-11
/
+4
|
\
|
*
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
2020-09-03
1
-11
/
+4
*
|
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
1
-6
/
+6
*
|
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
1
-0
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-03
1
-0
/
+194
|
\
|
*
bpf: Implement bpf iterator for hash maps
Yonghong Song
2020-07-25
1
-0
/
+194
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
2020-07-30
1
-3
/
+9
*
|
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-07-01
1
-5
/
+3
*
|
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-22
1
-0
/
+12
*
|
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-22
1
-0
/
+3
|
/
*
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
1
-2
/
+2
*
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-28
1
-1
/
+1
*
bpf: Prepare hashtab locking for PREEMPT_RT
Thomas Gleixner
2020-02-24
1
-9
/
+56
*
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
2020-02-24
1
-23
/
+46
*
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
2020-02-24
1
-8
/
+4
*
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-02-24
1
-8
/
+0
*
bpf: Update locking comment in hashtab code
Thomas Gleixner
2020-02-24
1
-4
/
+20
*
bpf: Fix a potential deadlock with bpf_map_do_batch
Yonghong Song
2020-02-19
1
-3
/
+31
*
bpf: Do not grab the bucket spinlock by default on htab batch ops
Brian Vazquez
2020-02-19
1
-2
/
+22
*
bpf: Add batch ops to all htab bpf map
Yonghong Song
2020-01-15
1
-0
/
+264
[next]