index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
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-05-31
1
-6
/
+1
*
|
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
1
-5
/
+6
*
|
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-05-31
1
-2
/
+2
|
/
*
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
2019-05-14
1
-5
/
+18
*
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-04-09
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-2
/
+2
|
\
|
*
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
2019-01-31
1
-2
/
+2
*
|
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
2019-02-01
1
-3
/
+39
*
|
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-02-01
1
-11
/
+10
|
/
*
bpf: allow zero-initializing hash map seed
Lorenz Bauer
2018-11-20
1
-2
/
+11
*
bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash
Yonghong Song
2018-08-30
1
-0
/
+31
*
bpf: use per htab salt for bucket hash
Daniel Borkmann
2018-08-23
1
-10
/
+13
*
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-13
1
-19
/
+1
*
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
2018-08-10
1
-0
/
+44
*
bpf: hash map: decrement counter on error
Mauricio Vasquez B
2018-07-03
1
-5
/
+11
*
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2018-06-03
1
-3
/
+9
*
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
1
-8
/
+1
*
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
2018-01-14
1
-16
/
+39
*
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
2018-01-14
1
-24
/
+23
*
bpf: add schedule points to map alloc/free
Eric Dumazet
2017-12-12
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-4
/
+0
|
\
|
*
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
1
-4
/
+0
*
|
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
1
-2
/
+3
|
/
*
bpf: Only set node->ref = 1 if it has not been set
Martin KaFai Lau
2017-09-01
1
-1
/
+6
*
bpf: Inline LRU map lookup
Martin KaFai Lau
2017-09-01
1
-0
/
+19
*
bpf: fix map value attribute for hash of maps
Daniel Borkmann
2017-08-22
1
-13
/
+17
[next]