summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
AgeCommit message (Expand)Author
2020-12-22bpf: Add schedule point in htab_init_buckets()Eric Dumazet
2020-12-07bpf: Propagate __user annotations properlyLukas Bulwahn
2020-12-07bpf: Avoid overflows involving hash elem_sizeEric Dumazet
2020-12-02bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-02bpf: Fix error path in htab_map_alloc()Eric Dumazet
2020-10-30bpf: Avoid hashtab deadlock with map_lockedSong Liu
2020-10-30bpf: Use separate lockdep class for each hashtabSong Liu
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-25bpf: Implement bpf iterator for hash mapsYonghong Song
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2018-11-20bpf: allow zero-initializing hash map seedLorenz Bauer
2018-08-30bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song
2018-08-23bpf: use per htab salt for bucket hashDaniel Borkmann
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-08-10bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song
2018-07-03bpf: hash map: decrement counter on errorMauricio Vasquez B