summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorLines
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore-4/+2
2022-12-14bpf: prevent leak of lsm program after failed attachMilan Landaverde-3/+3
2022-11-17bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi-0/+14
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi-0/+4
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi-0/+4
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi-4/+14
2022-11-17bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi-1/+1
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao-18/+14
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi-1/+21
2022-11-03bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi-64/+9
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi-75/+60
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi-114/+149
2022-10-31bpf: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner-2/+2
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song-1/+2
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau-2/+3
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa-0/+11
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen-9/+4
2022-09-16bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones-0/+2
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi-1/+2
2022-09-07bpf: Fix resetting logic for unreferenced kptrsJules Irenge-1/+1
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni-5/+10
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov-1/+4
2022-08-25bpf: prepare for more bpf syscall to be used from kernel and user space.Benjamin Tissoires-4/+6
2022-08-18bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu-1/+1
2022-08-10bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov-0/+8
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov-6/+14
2022-08-08bpf: Use proper target btf when exporting attach_btf_obj_idStanislav Fomichev-4/+3
2022-07-12bpf: reparent bpf maps on memcg offliningRoman Gushchin-8/+28
2022-06-29bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPStanislav Fomichev-1/+7
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev-0/+10
2022-06-17bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong-1/+1
2022-06-02bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui-2/+3
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