summaryrefslogtreecommitdiff
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-11bpf: Allows per-cpu maps and map-in-map in sleepable programsAlexei Starovoitov1-2/+2
2020-12-22bpf: Add schedule point in htab_init_buckets()Eric Dumazet1-0/+1
2020-12-08bpf: Propagate __user annotations properlyLukas Bulwahn1-1/+1
2020-12-07bpf: Avoid overflows involving hash elem_sizeEric Dumazet1-2/+2
2020-12-03bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin1-18/+1
2020-12-03bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin1-10/+14
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-45/+99
2020-11-06bpf: Lift hashtab key_size limitFlorian Lehner1-11/+5
2020-11-06bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren1-2/+28
2020-11-02bpf: Fix error path in htab_map_alloc()Eric Dumazet1-2/+4
2020-10-30bpf: Avoid hashtab deadlock with map_lockedSong Liu1-32/+82
2020-10-30bpf: Use separate lockdep class for each hashtabSong Liu1-2/+10
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-3/+3
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+4
2020-09-04bpf: Do not use bucket_lock for hashmap iteratorYonghong Song1-11/+4
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-6/+6
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+4
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+194
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+9
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko1-3/+9
2020-07-26bpf: Implement bpf iterator for hash mapsYonghong Song1-0/+194
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov1-5/+3
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+12
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov1-0/+3
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-2/+2
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-25bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner1-9/+56
2020-02-25bpf: Factor out hashtab bucket lock operationsThomas Gleixner1-23/+46
2020-02-25bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner1-8/+4
2020-02-25bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
2020-02-25bpf: Update locking comment in hashtab codeThomas Gleixner1-4/+20
2020-02-20bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song1-3/+31
2020-02-20bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez1-2/+22
2020-01-16bpf: Add batch ops to all htab bpf mapYonghong Song1-0/+264
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-6/+1
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-5/+6
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-2/+2
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann1-5/+18
2019-04-10bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-3/+3
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-3/+39
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-11/+10
2019-02-01bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov1-2/+2
2018-11-20bpf: allow zero-initializing hash map seedLorenz Bauer1-2/+11
2018-08-30bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song1-0/+31
2018-08-23bpf: use per htab salt for bucket hashDaniel Borkmann1-10/+13
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann1-19/+1
2018-08-10bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song1-0/+44