summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-02-14bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky1-9/+19
2023-02-11bpf: allow to disable bpf map memory accountingYafang Shao1-2/+3
2023-02-11bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao1-0/+15
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-02-03bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser1-17/+6
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-13/+21
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen1-0/+7
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev1-4/+5
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev1-11/+11
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+7
2023-01-10bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore1-14/+6
2023-01-10bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore1-4/+2
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+0
2022-12-22bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda1-1/+0
2022-12-14bpf: prevent leak of lsm program after failed attachMilan Landaverde1-3/+3
2022-11-18bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi1-0/+14
2022-11-18bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi1-0/+4
2022-11-18bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi1-0/+4
2022-11-18bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi1-4/+14
2022-11-18bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi1-1/+1
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao1-18/+14
2022-11-15bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi1-1/+21
2022-11-04bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi1-64/+9
2022-11-04bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi1-75/+60
2022-11-04bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi1-114/+149
2022-11-01bpf: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner1-2/+2
2022-10-26bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-1/+2
2022-10-26bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau1-2/+3
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-09-22bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa1-0/+11
2022-09-16bpf: use kvmemdup_bpfptr helperWang Yufen1-9/+4
2022-09-16bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi1-1/+2
2022-09-07bpf: Fix resetting logic for unreferenced kptrsJules Irenge1-1/+1
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-5/+10
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov1-1/+4
2022-08-26bpf: prepare for more bpf syscall to be used from kernel and user space.Benjamin Tissoires1-4/+6
2022-08-18bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu1-1/+1
2022-08-11bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov1-0/+8
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov1-6/+14
2022-08-08bpf: Use proper target btf when exporting attach_btf_obj_idStanislav Fomichev1-4/+3
2022-07-13bpf: reparent bpf maps on memcg offliningRoman Gushchin1-8/+28
2022-06-29bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPStanislav Fomichev1-1/+7
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev1-0/+10
2022-06-17bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong1-1/+1
2022-06-03bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui1-2/+3
2022-05-21bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire1-1/+13
2022-05-11bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-4/+8
2022-05-11bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee1-2/+5