summaryrefslogtreecommitdiff
path: root/kernel/bpf/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-281-4/+3
* bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+2
|\
| * bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu2021-08-071-2/+2
* | bpf: Add map side support for bpf timers.Alexei Starovoitov2021-07-151-12/+93
|/
* bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen2021-06-241-7/+14
* bpf: Fix spelling mistakesZhen Lei2021-05-241-2/+2
* bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-241-0/+98
* kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi2021-03-161-1/+1
* bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+65
* bpf: Allows per-cpu maps and map-in-map in sleepable programsAlexei Starovoitov2021-02-111-2/+2
* bpf: Add schedule point in htab_init_buckets()Eric Dumazet2020-12-221-0/+1
* bpf: Propagate __user annotations properlyLukas Bulwahn2020-12-071-1/+1
* bpf: Avoid overflows involving hash elem_sizeEric Dumazet2020-12-071-2/+2
* bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-18/+1
* bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-10/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-45/+99
|\
| * bpf: Lift hashtab key_size limitFlorian Lehner2020-11-051-11/+5
| * bpf: Fix error path in htab_map_alloc()Eric Dumazet2020-11-021-2/+4
| * bpf: Avoid hashtab deadlock with map_lockedSong Liu2020-10-301-32/+82
| * bpf: Use separate lockdep class for each hashtabSong Liu2020-10-301-2/+10
* | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-051-2/+28
|/
* bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-11/+4
|\
| * bpf: Do not use bucket_lock for hashmap iteratorYonghong Song2020-09-031-11/+4
* | bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-6/+6
* | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-0/+194
|\
| * bpf: Implement bpf iterator for hash mapsYonghong Song2020-07-251-0/+194
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+9
|\ \ | |/ |/|
| * bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-07-301-3/+9
* | bpf: Remove redundant synchronize_rcu.Alexei Starovoitov2020-07-011-5/+3
* | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+12
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-0/+3
|/
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-2/+2
* bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-241-9/+56
* bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-241-23/+46
* bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-241-8/+4
* bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-241-8/+0
* bpf: Update locking comment in hashtab codeThomas Gleixner2020-02-241-4/+20
* bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song2020-02-191-3/+31
* bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez2020-02-191-2/+22
* bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-151-0/+264
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-6/+1
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-5/+6
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-2/+2
|/
* bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann2019-05-141-5/+18