aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-25/+8
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-2/+20
2024-04-25mm: change inlined allocation helpers to account at the call siteGravatar Suren Baghdasaryan 1-25/+8
2024-04-24bpf: make common crypto API for TC/XDP programsGravatar Vadim Fedorenko 1-0/+1
2024-04-24bpf: update the comment for BTF_FIELDS_MAXGravatar Haiyue Wang 1-1/+1
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsGravatar Benjamin Tissoires 1-0/+2
2024-04-23bpf: add support for bpf_wq user typeGravatar Benjamin Tissoires 1-1/+10
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsGravatar Yonghong Song 1-0/+6
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+15
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodGravatar Andrii Nakryiko 1-1/+15
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsGravatar Andrii Nakryiko 1-0/+1
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointGravatar Andrii Nakryiko 1-0/+5
2024-03-18bpf: Check return from set_memory_rox()Gravatar Christophe Leroy 1-1/+1
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Gravatar Christophe Leroy 1-1/+0
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progGravatar Andrii Nakryiko 1-4/+4
2024-03-11bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Gravatar Alexei Starovoitov 1-0/+1
2024-03-11bpf: Recognize addr_space_cast instruction in the verifier.Gravatar Alexei Starovoitov 1-0/+1
2024-03-11bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Gravatar Alexei Starovoitov 1-0/+1
2024-03-11bpf: Introduce bpf_arena.Gravatar Alexei Starovoitov 1-2/+5
2024-03-07bpf: Plumb get_unmapped_area() callback into bpf_map_opsGravatar Alexei Starovoitov 1-0/+3
2024-03-04bpf: struct_ops supports more than one page for trampolines.Gravatar Kui-Feng Lee 1-1/+3
2024-02-21bpf: Shrink size of struct bpf_map/bpf_array.Gravatar Alexei Starovoitov 1-9/+3
2024-02-13bpf: Create argument information for nullable arguments.Gravatar Kui-Feng Lee 1-0/+21
2024-02-13bpf: add btf pointer to struct bpf_ctx_arg_aux.Gravatar Kui-Feng Lee 1-0/+1
2024-01-29bpf: Remove unused field "mod" in struct bpf_trampolineGravatar Menglong Dong 1-1/+0
2024-01-24bpf,lsm: Add BPF token LSM hooksGravatar Andrii Nakryiko 1-0/+3
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicGravatar Andrii Nakryiko 1-8/+8
2024-01-24bpf: Take into account BPF token when fetching helper protosGravatar Andrii Nakryiko 1-2/+3
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandGravatar Andrii Nakryiko 1-0/+6
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandGravatar Andrii Nakryiko 1-0/+2
2024-01-24bpf: Introduce BPF token objectGravatar Andrii Nakryiko 1-0/+41
2024-01-24bpf: Add BPF token delegation mount options to BPF FSGravatar Andrii Nakryiko 1-0/+12
2024-01-23bpf, net: switch to dynamic registrationGravatar Kui-Feng Lee 1-10/+17
2024-01-23bpf: validate value_typeGravatar Kui-Feng Lee 1-0/+12
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Gravatar Kui-Feng Lee 1-0/+1
2024-01-23bpf: lookup struct_ops types from a given module BTF.Gravatar Kui-Feng Lee 1-2/+2
2024-01-23bpf: pass btf object id in bpf_map_info.Gravatar Kui-Feng Lee 1-0/+4
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Gravatar Kui-Feng Lee 1-5/+10
2024-01-23bpf: support multiple tags per argumentGravatar Andrii Nakryiko 1-0/+2
2024-01-04bpf: Relax tracing prog recursive attach rulesGravatar Dmitrii Dolgov 1-0/+1
2023-12-19bpf: move subprog call logic back to verifier.cGravatar Andrii Nakryiko 1-2/+0
2023-12-19bpf: reuse btf_prepare_func_args() check for main program BTF validationGravatar Andrii Nakryiko 1-2/+0
2023-12-19bpf: abstract away global subprog arg preparation logic from reg state setupGravatar Andrii Nakryiko 1-2/+1
2023-12-19Revert BPF token-related functionalityGravatar Andrii Nakryiko 1-75/+10
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-19/+124
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureGravatar Alexei Starovoitov 1-1/+1
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIGravatar Peter Zijlstra 1-0/+13
2023-12-15x86/cfi,bpf: Fix BPF JIT callGravatar Peter Zijlstra 1-2/+10
2023-12-13bpf: Support uid and gid when mounting bpffsGravatar Jie Jiang 1-0/+2
2023-12-11bpf: tidy up exception callback management a bitGravatar Andrii Nakryiko 1-1/+1