summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+5
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko1-0/+2
2024-08-29bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau1-0/+2
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky1-1/+1
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman1-3/+3
2024-08-19bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce1-0/+1
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro1-1/+10
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman1-0/+6
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song1-0/+1
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-0/+1
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai1-0/+1
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau1-0/+5
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+6
2024-07-12mm: 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-20bpf: 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-30bpf: export bpf_link_inc_not_zero.Kui-Feng Lee1-0/+6
2024-05-30bpf: support epoll from bpf struct_ops links.Kui-Feng Lee1-0/+1
2024-05-30bpf: 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-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