aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
AgeCommit message (Expand)Author
2020-05-20bpf: Fix bug in mmap() implementation for BPF array mapSasha Levin
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann
2019-11-19bpf: Make array_map_mmap staticYueHaibing
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
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-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin
2018-10-09bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song
2018-08-30bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau
2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet
2018-02-15bpf: fix mlock precharge on arraymapsDaniel Borkmann
2018-01-18bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski
2018-01-18bpf: arraymap: move checks out of alloc functionJakub Kicinski
2018-01-10bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann
2018-01-09bpf: prevent out-of-bounds speculationAlexei Starovoitov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann