summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+6
2024-07-13mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-0/+4
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner1-2/+2
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-6/+5
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior1-6/+4
2024-06-21bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos1-2/+1
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-4/+4
2024-05-31bpf: export bpf_link_inc_not_zero.Kui-Feng Lee1-0/+6
2024-05-31bpf: support epoll from bpf struct_ops links.Kui-Feng Lee1-0/+1
2024-05-31bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee1-3/+3
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-25/+8
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+20
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-25/+8
2024-04-25bpf: make common crypto API for TC/XDP programsVadim Fedorenko1-0/+1
2024-04-25bpf: update the comment for BTF_FIELDS_MAXHaiyue Wang1-1/+1
2024-04-24bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires1-0/+2
2024-04-24bpf: add support for bpf_wq user typeBenjamin Tissoires1-1/+10
2024-04-11bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song1-0/+6
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+15
2024-03-29bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko1-1/+15
2024-03-20bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko1-0/+1
2024-03-20bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko1-0/+5
2024-03-19bpf: Check return from set_memory_rox()Christophe Leroy1-1/+1
2024-03-19bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-1/+0
2024-03-12bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko1-4/+4
2024-03-12bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov1-0/+1
2024-03-12bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov1-0/+1
2024-03-12bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov1-0/+1
2024-03-12bpf: Introduce bpf_arena.Alexei Starovoitov1-2/+5
2024-03-08bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov1-0/+3
2024-03-05bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee1-1/+3
2024-02-22bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov1-9/+3
2024-02-14bpf: Create argument information for nullable arguments.Kui-Feng Lee1-0/+21
2024-02-14bpf: 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-25bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko1-0/+3
2024-01-25bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-8/+8
2024-01-25bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-2/+3
2024-01-25bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-0/+6
2024-01-25bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko1-0/+2
2024-01-25bpf: Introduce BPF token objectAndrii Nakryiko1-0/+41
2024-01-25bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko1-0/+12
2024-01-24bpf, net: switch to dynamic registrationKui-Feng Lee1-10/+17
2024-01-24bpf: validate value_typeKui-Feng Lee1-0/+12
2024-01-24bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee1-0/+1
2024-01-24bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee1-2/+2
2024-01-24bpf: pass btf object id in bpf_map_info.Kui-Feng Lee1-0/+4
2024-01-24bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee1-5/+10
2024-01-24bpf: support multiple tags per argumentAndrii Nakryiko1-0/+2
2024-01-05bpf: Relax tracing prog recursive attach rulesDmitrii Dolgov1-0/+1