summaryrefslogtreecommitdiff
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)Author
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal
2023-04-17bpf: lirc program type should not require SYS_CAP_ADMINSean Young
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky
2023-04-15bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko
2023-03-25bpf: Only invoke kptr dtor following non-NULL xchgDavid Vernet
2023-03-24bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-03-22bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik
2023-03-13bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky
2023-03-10bpf: Support __kptr to local kptrsDave Marchevsky
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky
2023-03-07bpf: enforce all maps having memory usage callbackYafang Shao
2023-03-07bpf: offload map memory usageYafang Shao
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-01bpf: Support kptrs in local storage mapsKumar Kartikeya Dwivedi
2023-03-01bpf: Support kptrs in percpu hashmap and percpu LRU hashmapKumar Kartikeya Dwivedi
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-13bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky
2023-02-10bpf: allow to disable bpf map memory accountingYafang Shao
2023-02-10bpf: use bpf_map_kvcalloc in bpf_local_storageYafang Shao
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-02bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-22bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda
2022-12-14bpf: prevent leak of lsm program after failed attachMilan Landaverde
2022-11-17bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi
2022-11-17bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi
2022-11-03bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi
2022-10-31bpf: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski