summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire1-1/+13
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-4/+8
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee1-2/+5
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-15/+8
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov1-0/+19
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi1-4/+45
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi1-1/+87
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi1-3/+100
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko1-54/+56
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu1-0/+87
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa1-1/+1
2022-03-17bpf: Add multi kprobe linkJiri Olsa1-5/+21
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen1-1/+1
2022-02-23bpf: Cleanup commentsTom Rix1-1/+1
2022-02-18bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet1-1/+2
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+36
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