summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)AuthorLines
2024-11-11bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao-17/+39
2024-09-11bpf: Check percpu map value size firstTao Chen-0/+3
2024-08-22bpf: Fix percpu address space issuesUros Bizjak-4/+5
2024-07-29bpf: Replace 8 seq_puts() calls by seq_putc() callsMarkus Elfring-2/+2
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires-36/+13
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires-12/+43
2024-04-22bpf: Fix typos in commentsRafael Passos-1/+1
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko-0/+21
2024-03-28bpf: Mitigate latency spikes associated with freeing non-preallocated htabYafang Shao-0/+1
2024-03-07bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen-5/+9
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+9
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet-0/+1
2023-12-13bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao-0/+6
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao-3/+3
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu-2/+5
2023-07-06bpf: populate the per-cpu insertions/deletions counters for hashmapsAnton Protopopov-2/+20
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko-6/+0
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov-2/+4
2023-04-01bpf: optimize hashmap lookups when key_size is divisible by 4Anton Protopopov-0/+2
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn-18/+18
2023-03-07bpf: hashtab memory usageYafang Shao-0/+43
2023-03-01bpf: Support kptrs in percpu hashmap and percpu LRU hashmapKumar Kartikeya Dwivedi-22/+37
2023-02-15bpf: Zeroing allocated object from slab in bpf memory allocatorHou Tao-2/+2
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang-2/+2
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi-1/+0
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi-16/+8
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi-8/+6
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao-52/+14
2022-09-10bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa-0/+2
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov-3/+3
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov-26/+19
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov-1/+1
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov-2/+6
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov-8/+62
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov-5/+16
2022-08-31bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao-2/+5
2022-08-31bpf: Disable preemption when increasing per-cpu map_lockedHou Tao-5/+18
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-3/+3
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao-3/+3
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao-1/+1
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao-0/+2
2022-08-09bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi-5/+1
2022-07-12bpf: Make non-preallocated allocation low priorityYafang Shao-3/+3
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou-0/+32
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande-2/+11
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-15/+7
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi-16/+48
2022-04-14bpf: Remove unnecessary type castingsYu Zhe-1/+1
2022-02-23bpf: Cleanup commentsTom Rix-1/+1