index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()
Menglong Dong
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()
Menglong Dong
-4
/
+2
2025-08-22
bpf: Remove preempt_disable in bpf_try_get_buffers
Tao Chen
-3
/
+0
2025-08-22
bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
Eric Biggers
-41
/
+9
2025-08-22
bpf: Use tnums for JEQ/JNE is_branch_taken logic
Paul Chaignon
-0
/
+12
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
-2
/
+26
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
-3
/
+7
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
-2
/
+22
2025-08-18
bpf: Add a verbose message when the BTF limit is reached
Anton Protopopov
-1
/
+4
2025-08-18
bpf: Replace get_next_cpu() with cpumask_next_wrap()
Fushuai Wang
-9
/
+1
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
-2
/
+5
2025-08-15
bpf, cpumap: Disable page_pool direct xdp_return need larger scope
Jesper Dangaard Brouer
-2
/
+2
2025-08-12
bpf: Replace kvfree with kfree for kzalloc memory
Qianfeng Rong
-1
/
+1
2025-08-12
bpf: Remove redundant __GFP_NOWARN
Qianfeng Rong
-2
/
+2
2025-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Martin KaFai Lau
-0
/
+3
2025-08-07
bpf: use realloc in bpf_patch_insn_data
Eduard Zingerman
-14
/
+15
2025-08-07
bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
Eduard Zingerman
-7
/
+7
2025-08-06
bpf: Allow struct_ops to get map id by kdata
Amery Hung
-0
/
+12
2025-08-02
bpf: Fix memory leak of bpf_scc_info objects
Eduard Zingerman
-0
/
+3
2025-08-01
bpf: Improve ctx access verifier error message
Paul Chaignon
-1
/
+1
2025-07-31
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
-0
/
+15
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
-23
/
+25
2025-07-31
bpf: Add cookie object to bpf maps
Daniel Borkmann
-0
/
+6
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-1309
/
+3507
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-6
/
+5
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2025-07-28
bpf: Add log for attaching tracing programs to functions in deny list
KaFai Wan
-0
/
+2
2025-07-28
bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...
KaFai Wan
-1
/
+2
2025-07-28
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+8
2025-07-28
bpf: Fix various typos in verifier.c comments
Suchit Karunakaran
-5
/
+5
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
-0
/
+1
2025-07-28
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
-0
/
+52
2025-07-27
bpf: Simplify bounds refinement from s32
Paul Chaignon
-14
/
+0
2025-07-26
bpf: Move bpf_jit_get_prog_name() to core.c
Puranjay Mohan
-0
/
+7
2025-07-26
umd: Remove usermode driver framework
Thomas Weißschuh
-4
/
+0
2025-07-26
bpf/preload: Don't select USERMODE_DRIVER
Thomas Weißschuh
-1
/
+0
2025-07-24
net: Create separate gro_flush_normal function
Samiullah Khawaja
-2
/
+1
2025-07-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-4
/
+4
2025-07-23
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
-4
/
+4
2025-07-21
bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
Yonghong Song
-2
/
+2
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
-4
/
+9
2025-07-17
btf: Fix virt_to_phys() on arm64 when mmapping BTF
Lorenz Bauer
-1
/
+1
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
-1
/
+42
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
-6
/
+3
2025-07-16
bpf: Update iterators.lskel-big-endian.h
Ilya Leoshkevich
-237
/
+255
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
-1
/
+1
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
-3
/
+2
2025-07-11
bpf: Remove attach_type in bpf_netns_link
Tao Chen
-5
/
+3
2025-07-11
bpf: Remove location field in tcx_link
Tao Chen
-7
/
+6
[prev]
[next]