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: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-08
1
-5
/
+9
*
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-11
1
-3
/
+9
|
\
|
*
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
2023-12-14
1
-0
/
+6
|
*
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2023-12-05
1
-3
/
+3
*
|
Kill sched.h dependency on rcupdate.h
Kent Overstreet
2023-12-27
1
-0
/
+1
|
/
*
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
2023-10-24
1
-2
/
+5
*
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
2023-07-06
1
-2
/
+20
*
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
1
-6
/
+0
*
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-05-22
1
-2
/
+4
*
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
2023-04-02
1
-0
/
+2
*
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-22
1
-18
/
+18
*
bpf: hashtab memory usage
Yafang Shao
2023-03-07
1
-0
/
+43
*
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2023-03-01
1
-22
/
+37
*
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-02-16
1
-2
/
+2
*
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-01-13
1
-2
/
+2
*
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
2022-11-18
1
-1
/
+0
*
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-04
1
-16
/
+8
*
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
2022-11-04
1
-8
/
+6
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
2022-09-22
1
-52
/
+14
*
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
2022-09-11
1
-0
/
+2
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-3
/
+3
*
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-26
/
+19
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-1
/
+1
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-2
/
+6
*
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-8
/
+62
*
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+16
*
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
1
-2
/
+5
*
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-31
1
-5
/
+18
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-18
1
-3
/
+3
|
\
|
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
1
-3
/
+3
|
*
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
1
-1
/
+1
*
|
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-10
1
-0
/
+2
*
|
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-08-10
1
-5
/
+1
|
/
*
bpf: Make non-preallocated allocation low priority
Yafang Shao
2022-07-13
1
-3
/
+3
*
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-12
1
-0
/
+32
*
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
2022-05-10
1
-2
/
+11
*
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
1
-15
/
+7
*
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-26
1
-16
/
+48
*
bpf: Remove unnecessary type castings
Yu Zhe
2022-04-14
1
-1
/
+1
*
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
[next]