summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-02-17bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov1-0/+2
2022-02-10bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov1-4/+34
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen1-8/+7
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi1-1/+3
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu1-0/+5
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-1/+1
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski1-0/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov1-1/+1
2021-11-30bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZEROKumar Kartikeya Dwivedi1-1/+1
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann1-21/+36
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-11/+66
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi1-0/+27
2021-10-28bpf: Add bloom filter map implementationJoanne Koong1-3/+21
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet1-6/+12
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen1-2/+4
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai1-2/+3
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky1-2/+6
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev1-17/+17
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev1-17/+11
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-1/+1
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko1-7/+98
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-4/+17
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov1-6/+26
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+43
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima1-0/+13
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek1-4/+30
2021-05-19bpf: Make some symbols staticPu Lehui1-2/+2
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov1-0/+19
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov1-0/+2
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov1-1/+1
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov1-3/+4
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov1-39/+74
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov1-0/+53
2021-05-11bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-1/+2
2021-04-25bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa1-6/+17
2021-04-13bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen1-0/+3
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang1-0/+1
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+1
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau1-1/+2
2021-03-08bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov1-0/+5
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-4/+10
2021-02-11bpf: Optimize program statsAlexei Starovoitov1-1/+1
2021-01-12bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa1-2/+4
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+0
2020-12-18bpf: Remove unused including <linux/version.h>Tian Tao1-1/+0
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+3