summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2023-12-04bpf: Defer the free of inner map when necessaryHou Tao
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-09bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enumDave Marchevsky
2023-11-09bpf: Add __bpf_dynptr_data* for in kernel useSong Liu
2023-10-20bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-13bpf: Avoid unnecessary audit log for CPU security mitigationsYafang Shao
2023-10-06bpf: Inherit system settings for CPU security mitigationsYafang Shao
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-09-25bpf: Count missed stats in trace_call_bpfJiri Olsa
2023-09-19bpf: Fix tr dereferencingLeon Hwang
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-09-08bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song
2023-09-08bpf: Add support for non-fix-size percpu mem allocationYonghong Song
2023-08-31bpf: Annotate bpf_long_memcpy with data_raceDaniel Borkmann
2023-08-25bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky
2023-08-14bpf: Document struct bpf_struct_ops fieldsDavid Vernet
2023-08-11bpf: Remove unused declaration bpf_link_new_file()Yue Haibing
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-07-18bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky
2023-07-18bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky
2023-07-06bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao
2023-04-27bpf: Add bpf_dynptr_sizeJoanne Koong
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal
2023-04-15bpf: Centralize btf_field-specific initialization logicDave Marchevsky
2023-04-15bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky
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-13bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko
2023-04-04bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
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-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik