aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann1-11/+1
2019-11-24bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann1-4/+179
2019-11-24bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann1-2/+30
2019-11-19bpf: Make array_map_mmap staticYueHaibing1-1/+1
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-6/+52
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-7/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+7
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-1/+1
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann1-1/+14
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-1/+5
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann1-0/+32
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-8/+16
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-3/+4
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin1-0/+1
2018-10-09bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole1-1/+1
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song1-1/+24
2018-08-30bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song1-0/+24
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann1-14/+12
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-1/+1
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau1-1/+1
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau1-1/+1
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend1-1/+2
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau1-0/+50
2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4
2018-02-15bpf: fix mlock precharge on arraymapsDaniel Borkmann1-12/+16
2018-01-18bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski1-6/+1
2018-01-18bpf: arraymap: move checks out of alloc functionJakub Kicinski1-14/+28
2018-01-10bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann1-3/+15
2018-01-09bpf: prevent out-of-bounds speculationAlexei Starovoitov1-11/+36
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng1-1/+5
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann1-1/+1
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song1-1/+1
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann1-0/+26
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau1-2/+5
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau1-0/+27
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov1-21/+7
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann1-0/+1
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin1-1/+1
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-72/+6
2017-03-22bpf: Add array of maps supportMartin KaFai Lau1-0/+63
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau1-7/+4
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov1-0/+29
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann1-5/+5
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann1-11/+7
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko1-1/+1
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon1-1/+1