summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-21bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao1-1/+1
2023-10-21bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao1-0/+1
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior1-0/+3
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+18
2023-10-13bpf: Avoid unnecessary audit log for CPU security mitigationsYafang Shao1-2/+2
2023-10-06bpf: Inherit system settings for CPU security mitigationsYafang Shao1-2/+2
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-09-26bpf: Count missed stats in trace_call_bpfJiri Olsa1-0/+16
2023-09-20bpf: Fix tr dereferencingLeon Hwang1-1/+1
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi1-1/+3
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi1-0/+3
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi1-0/+1
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi1-0/+5
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang1-0/+5
2023-09-08bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song1-6/+12
2023-09-08bpf: Add support for non-fix-size percpu mem allocationYonghong Song1-2/+2
2023-08-31bpf: Annotate bpf_long_memcpy with data_raceDaniel Borkmann1-1/+1
2023-08-25bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky1-1/+2
2023-08-15bpf: Document struct bpf_struct_ops fieldsDavid Vernet1-0/+47
2023-08-12bpf: Remove unused declaration bpf_link_new_file()Yue Haibing1-1/+0
2023-08-08bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa1-2/+7
2023-08-03bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann1-0/+12
2023-07-19bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky1-0/+2
2023-07-19bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky1-0/+10
2023-07-06bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov1-0/+30
2023-05-24bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko1-2/+2
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao1-1/+0
2023-04-27bpf: Add bpf_dynptr_sizeJoanne Koong1-1/+1
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal1-0/+3
2023-04-16bpf: Centralize btf_field-specific initialization logicDave Marchevsky1-4/+29
2023-04-16bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky1-0/+3
2023-04-16bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky1-0/+8
2023-04-16bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky1-25/+19
2023-04-14bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich1-0/+10
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko1-1/+1
2023-04-05bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov1-3/+4
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-2/+1
2023-03-23bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee1-0/+3
2023-03-23bpf: Create links for BPF struct_ops maps.Kui-Feng Lee1-0/+7
2023-03-23bpf: Retire the struct_ops map kvalue->refcnt.Kui-Feng Lee1-0/+1
2023-03-23bpf: return long from bpf_map_ops funcsJP Kobryn1-7/+7
2023-03-16bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik1-0/+2
2023-03-14bpf: Disable migration when freeing stashed local kptr using obj dropDave Marchevsky1-8/+4
2023-03-11bpf: Support __kptr to local kptrsDave Marchevsky1-1/+10
2023-03-10bpf: Change btf_record_find enum parameter to field_maskDave Marchevsky1-1/+1
2023-03-09bpf: implement numbers iteratorAndrii Nakryiko1-2/+6
2023-03-07bpf: offload map memory usageYafang Shao1-0/+6
2023-03-07bpf: add new map ops ->map_mem_usageYafang Shao1-0/+2
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov1-1/+1
2023-03-01bpf: Add xdp dynptrsJoanne Koong1-1/+7