aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge 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-25bpf: 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-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner1-9/+56
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner1-23/+46
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner1-8/+4
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner1-4/+20
2020-02-19bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song1-3/+31
2020-02-19bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez1-2/+22
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song1-0/+264
2019-06-17Merge 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-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-6/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-5/+6
2019-05-31bpf: 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-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-3/+3
2019-02-08Merge 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-01-31bpf: 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
2018-07-03bpf: hash map: decrement counter on errorMauricio Vasquez B1-5/+11
2018-06-03bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann1-3/+9
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski1-8/+1
2018-01-14bpf: hashtab: move checks out of alloc functionJakub Kicinski1-16/+39
2018-01-14bpf: hashtab: move attribute validation before allocationJakub Kicinski1-24/+23
2017-12-12bpf: add schedule points to map alloc/freeEric Dumazet1-0/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng1-2/+3
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann1-4/+0
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau1-1/+6
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau1-0/+19
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann1-13/+17
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann1-0/+17
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau1-4/+15
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau1-0/+21
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin1-4/+5
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-41/+5