index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Cleanup comments
Tom Rix
2022-02-24
1
-1
/
+1
*
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
2021-09-29
1
-4
/
+3
*
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
2021-09-29
1
-3
/
+3
*
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-25
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-08
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-03
1
-18
/
+1
*
bpf: Refine memcg-based memory accounting for hashtab maps
Roman Gushchin
2020-12-03
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-06
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-06
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-23
1
-11
/
+4
|
\
|
*
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
2020-09-04
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-04
1
-0
/
+194
|
\
|
*
bpf: Implement bpf iterator for hash maps
Yonghong Song
2020-07-26
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-25
1
-9
/
+56
*
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
2020-02-25
1
-23
/
+46
*
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
2020-02-25
1
-8
/
+4
*
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-02-25
1
-8
/
+0
*
bpf: Update locking comment in hashtab code
Thomas Gleixner
2020-02-25
1
-4
/
+20
*
bpf: Fix a potential deadlock with bpf_map_do_batch
Yonghong Song
2020-02-20
1
-3
/
+31
*
bpf: Do not grab the bucket spinlock by default on htab batch ops
Brian Vazquez
2020-02-20
1
-2
/
+22
*
bpf: Add batch ops to all htab bpf map
Yonghong Song
2020-01-15
1
-0
/
+264
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-18
1
-9
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
|
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-06-01
1
-6
/
+1
*
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-06-01
1
-5
/
+6
*
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-06-01
1
-2
/
+2
|
/
[next]