index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Age
Commit message (
Expand
)
Author
2026-02-27
bpf: Lose const-ness of map in map_check_btf()
Kumar Kartikeya Dwivedi
2026-02-27
bpf: Register dtor for freeing special fields
Kumar Kartikeya Dwivedi
2026-01-20
bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlock
Daniel Borkmann
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...
Leon Hwang
2025-11-13
bpf: Free special fields when update [lru_,]percpu_hash maps
Leon Hwang
2025-10-15
bpf: Consistently use bpf_rcu_lock_held() everywhere
Andrii Nakryiko
2025-10-10
bpf: Extract internal structs validation logic into helpers
Mykyta Yatsenko
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
2025-04-25
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
2025-04-09
bpf: Don't allocate per-cpu extra_elems for fd htab
Hou Tao
2025-04-09
bpf: Add is_fd_htab() helper
Hou Tao
2025-04-09
bpf: Support atomic update for htab of maps
Hou Tao
2025-04-09
bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
Hou Tao
2025-04-09
bpf: Factor out htab_elem_value helper()
Hou Tao
2025-03-19
bpf: Convert hashtab.c to rqspinlock
Kumar Kartikeya Dwivedi
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
2025-02-24
bpf: Fix kmemleak warning for percpu hashmap
Yonghong Song
2025-01-20
bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()
Hou Tao
2025-01-20
bpf: Bail out early in __htab_map_lookup_and_delete_elem()
Hou Tao
2025-01-20
bpf: Free special fields after unlock in htab_lru_map_delete_node()
Hou Tao
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} in htab_elem_free
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
Hou Tao
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
2024-09-11
bpf: Check percpu map value size first
Tao Chen
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
2024-07-29
bpf: Replace 8 seq_puts() calls by seq_putc() calls
Markus Elfring
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
2024-04-22
bpf: Fix typos in comments
Rafael Passos
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
2024-03-07
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2023-10-24
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-07
bpf: hashtab memory usage
Yafang Shao
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
[next]