summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko
2024-08-29bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman
2024-08-19bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior
2024-06-20bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-05-30bpf: export bpf_link_inc_not_zero.Kui-Feng Lee
2024-05-30bpf: support epoll from bpf struct_ops links.Kui-Feng Lee
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko
2024-04-24bpf: update the comment for BTF_FIELDS_MAXHaiyue Wang
2024-04-23bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires
2024-04-23bpf: add support for bpf_wq user typeBenjamin Tissoires
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko
2024-03-11bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov
2024-03-11bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov
2024-03-11bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-07bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee
2024-02-21bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov
2024-02-13bpf: Create argument information for nullable arguments.Kui-Feng Lee
2024-02-13bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee
2024-01-29bpf: Remove unused field "mod" in struct bpf_trampolineMenglong Dong
2024-01-24bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko