summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)Author
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-31bpf: cgroup inet skb programs can return 0 to 3brakmo
2019-05-24bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev
2019-04-12bpf: Sysctl hookAndrey Ignatov
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov
2019-03-18bpf: Try harder when allocating memory for large mapsMartynas Pumputis
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov
2019-02-27bpf: enable program statsAlexei Starovoitov
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
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: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu
2018-12-13bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song
2018-12-10bpf: clean up bpf_prog_get_info_by_fd()Song Liu
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau
2018-12-02bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song
2018-11-20bpf: Introduce bpf_func_infoYonghong Song
2018-11-02bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann