summaryrefslogtreecommitdiff
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)Author
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov
2025-04-25bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-04-09bpf: Don't allocate per-cpu extra_elems for fd htabHou Tao
2025-04-09bpf: Add is_fd_htab() helperHou Tao
2025-04-09bpf: Support atomic update for htab of mapsHou Tao
2025-04-09bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_placeHou Tao
2025-04-09bpf: Factor out htab_elem_value helper()Hou Tao
2025-03-19bpf: Convert hashtab.c to rqspinlockKumar Kartikeya Dwivedi
2025-03-15bpf: Check map->record at the beginning of check_and_free_fields()Hou Tao
2025-02-24bpf: Fix kmemleak warning for percpu hashmapYonghong Song
2025-01-20bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()Hou Tao
2025-01-20bpf: Bail out early in __htab_map_lookup_and_delete_elem()Hou Tao
2025-01-20bpf: Free special fields after unlock in htab_lru_map_delete_node()Hou Tao
2025-01-08bpf: Disable migration before calling ops->map_free()Hou Tao
2025-01-08bpf: Remove migrate_{disable|enable} in htab_elem_freeHou Tao
2025-01-08bpf: Remove migrate_{disable|enable} in ->map_for_each_callbackHou Tao
2024-11-11bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao
2024-09-11bpf: Check percpu map value size firstTao Chen
2024-08-22bpf: Fix percpu address space issuesUros Bizjak
2024-07-29bpf: Replace 8 seq_puts() calls by seq_putc() callsMarkus Elfring
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires
2024-04-22bpf: Fix typos in commentsRafael Passos
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko
2024-03-28bpf: Mitigate latency spikes associated with freeing non-preallocated htabYafang Shao
2024-03-07bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-12-27Kill sched.h dependency on rcupdate.hheader_cleanup-2024-01-10Kent Overstreet
2023-12-13bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-07-06bpf: populate the per-cpu insertions/deletions counters for hashmapsAnton Protopopov
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-07bpf: hashtab memory usageYafang Shao
2023-03-01bpf: Support kptrs in percpu hashmap and percpu LRU hashmapKumar Kartikeya Dwivedi
2023-02-15bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao
2022-09-10bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov