summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal1-0/+6
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young1-1/+0
2023-04-16bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky1-1/+5
2023-04-16bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky1-15/+2
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko1-8/+8
2023-03-26bpf: Only invoke kptr dtor following non-NULL xchgDavid Vernet1-0/+3
2023-03-24bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau1-2/+2
2023-03-23bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee1-0/+34
2023-03-23bpf: Create links for BPF struct_ops maps.Kui-Feng Lee1-8/+15
2023-03-23bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee1-2/+4
2023-03-16bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik1-0/+6
2023-03-14bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky1-3/+7
2023-03-11bpf: Support __kptr to local kptrsDave Marchevsky1-1/+13
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky1-3/+3
2023-03-07bpf: enforce all maps having memory usage callbackYafang Shao1-7/+3
2023-03-07bpf: offload map memory usageYafang Shao1-0/+1
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao1-8/+7
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+7
2023-03-01bpf: Support kptrs in local storage mapsKumar Kartikeya Dwivedi1-1/+5
2023-03-01bpf: Support kptrs in percpu hashmap and percpu LRU hashmapKumar Kartikeya Dwivedi1-0/+2
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