summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorLines
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire-1/+13
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee-4/+8
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee-2/+5
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee-15/+8
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov-0/+19
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi-4/+45
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi-1/+87
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi-3/+100
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko-54/+56
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu-0/+87
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa-1/+1
2022-03-17bpf: Add multi kprobe linkJiri Olsa-5/+21
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen-1/+1
2022-02-23bpf: Cleanup commentsTom Rix-1/+1
2022-02-18bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet-1/+2
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-4/+36
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2022-02-17bpf: Add schedule points in batch opsEric Dumazet-0/+3
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov-0/+2
2022-02-10bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov-4/+34
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen-8/+7
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi-1/+3
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu-0/+5
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo-1/+1
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski-0/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2/+2
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov-1/+1
2021-11-30bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZEROKumar Kartikeya Dwivedi-1/+1
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann-21/+36
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-11/+66
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi-0/+27
2021-10-28bpf: Add bloom filter map implementationJoanne Koong-3/+21
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet-6/+12
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen-2/+4
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai-2/+3
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky-2/+6
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev-17/+17
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev-17/+11
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko-1/+1
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko-7/+98
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov-4/+17
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov-6/+26
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-4/+43
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima-0/+13
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek-4/+30
2021-05-19bpf: Make some symbols staticPu Lehui-2/+2
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov-0/+19
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov-0/+2
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov-1/+1