index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+1
2025-09-09
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+1
2025-09-09
bpf: Move cgroup iterator helpers to bpf.h
Daniel Borkmann
1
-8
/
+14
2025-09-09
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-12
/
+24
2025-09-09
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+1
2025-04-25
bpf: check changes_pkt_data property for extension programs
Eduard Zingerman
1
-0
/
+1
2024-12-19
bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
Jann Horn
1
-8
/
+5
2024-12-19
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
1
-6
/
+0
2024-12-14
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
1
-4
/
+13
2024-12-05
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
1
-1
/
+2
2024-12-05
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
1
-0
/
+6
2024-10-23
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-3
/
+11
2024-09-25
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+10
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-2
/
+5
2024-09-11
bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
Andrii Nakryiko
1
-0
/
+2
2024-08-30
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
1
-0
/
+2
2024-08-23
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
1
-1
/
+1
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
1
-3
/
+3
2024-08-20
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
1
-0
/
+1
2024-08-14
bpf: switch maps to CLASS(fd, ...)
Al Viro
1
-1
/
+10
2024-07-30
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
1
-0
/
+6
2024-07-30
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
1
-0
/
+1
2024-07-29
bpf: Prevent tail call between progs attached to different hooks
Xu Kuohai
1
-0
/
+1
2024-07-29
bpf, lsm: Add check for BPF LSM return value
Xu Kuohai
1
-0
/
+1
2024-07-29
bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
Martin KaFai Lau
1
-0
/
+5
2024-07-22
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+6
2024-07-13
mm: add comments for allocation helpers explaining why they are macros
Suren Baghdasaryan
1
-0
/
+4
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-2
/
+2
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-6
/
+5
2024-07-02
net: Optimize xdp_do_flush() with bpf_net_context infos.
Sebastian Andrzej Siewior
1
-6
/
+4
2024-06-21
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
1
-2
/
+1
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
1
-4
/
+4
2024-05-31
bpf: export bpf_link_inc_not_zero.
Kui-Feng Lee
1
-0
/
+6
2024-05-31
bpf: support epoll from bpf struct_ops links.
Kui-Feng Lee
1
-0
/
+1
2024-05-31
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
1
-3
/
+3
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-25
/
+8
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+20
2024-04-26
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
1
-25
/
+8
2024-04-25
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
1
-0
/
+1
2024-04-25
bpf: update the comment for BTF_FIELDS_MAX
Haiyue Wang
1
-1
/
+1
2024-04-24
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
1
-0
/
+2
2024-04-24
bpf: add support for bpf_wq user type
Benjamin Tissoires
1
-1
/
+10
2024-04-11
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
1
-0
/
+6
2024-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+15
2024-03-29
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-1
/
+15
2024-03-20
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
1
-0
/
+1
2024-03-20
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
1
-0
/
+5
2024-03-19
bpf: Check return from set_memory_rox()
Christophe Leroy
1
-1
/
+1
2024-03-19
bpf: Remove arch_unprotect_bpf_trampoline()
Christophe Leroy
1
-1
/
+0
2024-03-12
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-4
/
+4
[next]