aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
40 hoursMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-25/+8
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+20
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-25/+8
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko1-0/+1
2024-04-24bpf: update the comment for BTF_FIELDS_MAXHaiyue Wang1-1/+1
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires1-0/+2
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires1-1/+10
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song1-0/+6
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko1-1/+15
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko1-0/+1
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko1-0/+5
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy1-1/+1
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-1/+0
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-4/+4
2024-03-11bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov1-0/+1
2024-03-11bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov1-0/+1
2024-03-11bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov1-0/+1
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov1-2/+5
2024-03-07bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov1-0/+3
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee1-1/+3
2024-02-21bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov1-9/+3
2024-02-13bpf: Create argument information for nullable arguments.Kui-Feng Lee1-0/+21
2024-02-13bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee1-0/+1
2024-01-29bpf: Remove unused field "mod" in struct bpf_trampolineMenglong Dong1-1/+0
2024-01-24bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko1-0/+3
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-8/+8
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-2/+3
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-0/+6
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko1-0/+2
2024-01-24bpf: Introduce BPF token objectAndrii Nakryiko1-0/+41
2024-01-24bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko1-0/+12
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee1-10/+17
2024-01-23bpf: validate value_typeKui-Feng Lee1-0/+12
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee1-0/+1
2024-01-23bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee1-2/+2
2024-01-23bpf: pass btf object id in bpf_map_info.Kui-Feng Lee1-0/+4
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee1-5/+10
2024-01-23bpf: support multiple tags per argumentAndrii Nakryiko1-0/+2
2024-01-04bpf: Relax tracing prog recursive attach rulesDmitrii Dolgov1-0/+1
2023-12-19bpf: move subprog call logic back to verifier.cAndrii Nakryiko1-2/+0
2023-12-19bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko1-2/+0
2023-12-19bpf: abstract away global subprog arg preparation logic from reg state setupAndrii Nakryiko1-2/+1
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-75/+10
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-19/+124
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov1-1/+1
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-0/+13
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra1-2/+10
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang1-0/+2
2023-12-11bpf: tidy up exception callback management a bitAndrii Nakryiko1-1/+1