index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
bpf: Avoid RCU context warning when unpinning htab with internal structs
KaFai Wan
1
-2
/
+2
2025-10-15
bpf: Reject negative offsets for ALU ops
Yazhou Tang
1
-2
/
+2
2025-10-15
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
1
-1
/
+2
2025-10-15
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
1
-0
/
+5
2025-10-15
bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
Eduard Zingerman
1
-3
/
+18
2025-10-15
bpf: Remove preempt_disable in bpf_try_get_buffers
Tao Chen
1
-3
/
+0
2025-09-10
bpf: Reject bpf_timer for PREEMPT_RT
Leon Hwang
1
-0
/
+4
2025-09-09
bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()
Peilin Ye
1
-2
/
+5
2025-09-09
bpf: Allow fall back to interpreter for programs with stack size <= 512
KaFai Wan
1
-7
/
+9
2025-09-09
rqspinlock: Choose trylock fallback for NMI waiters
Kumar Kartikeya Dwivedi
2
-1
/
+2
2025-09-09
bpf: Fix bpf_strnstr() to handle suffix match cases better
Rong Tao
1
-1
/
+8
2025-09-09
bpf: Fix out-of-bounds dynptr write in bpf_crypto_crypt
Daniel Borkmann
1
-1
/
+1
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
2
-2
/
+5
2025-08-15
bpf, cpumap: Disable page_pool direct xdp_return need larger scope
Jesper Dangaard Brouer
1
-2
/
+2
2025-08-02
bpf: Fix memory leak of bpf_scc_info objects
Eduard Zingerman
1
-0
/
+3
2025-08-01
bpf: Improve ctx access verifier error message
Paul Chaignon
1
-1
/
+1
2025-07-31
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+15
2025-07-31
bpf: Move bpf map owner out of common struct
Daniel Borkmann
2
-23
/
+25
2025-07-31
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+6
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
24
-1309
/
+3507
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-6
/
+5
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
2
-2
/
+2
2025-07-28
bpf: Add log for attaching tracing programs to functions in deny list
KaFai Wan
1
-0
/
+2
2025-07-28
bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functions
KaFai Wan
1
-1
/
+2
2025-07-28
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-0
/
+8
2025-07-28
bpf: Fix various typos in verifier.c comments
Suchit Karunakaran
1
-5
/
+5
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
1
-0
/
+1
2025-07-28
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
1
-0
/
+52
2025-07-27
bpf: Simplify bounds refinement from s32
Paul Chaignon
1
-14
/
+0
2025-07-26
bpf: Move bpf_jit_get_prog_name() to core.c
Puranjay Mohan
1
-0
/
+7
2025-07-26
umd: Remove usermode driver framework
Thomas Weißschuh
1
-4
/
+0
2025-07-26
bpf/preload: Don't select USERMODE_DRIVER
Thomas Weißschuh
1
-1
/
+0
2025-07-24
net: Create separate gro_flush_normal function
Samiullah Khawaja
1
-2
/
+1
2025-07-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-4
/
+4
2025-07-23
bpf: Reject narrower access to pointer ctx fields
Paul Chaignon
1
-4
/
+4
2025-07-21
bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
Yonghong Song
1
-2
/
+2
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
2
-4
/
+9
2025-07-17
btf: Fix virt_to_phys() on arm64 when mmapping BTF
Lorenz Bauer
1
-1
/
+1
2025-07-16
bpf: Add struct bpf_token_info
Tao Chen
2
-1
/
+42
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
3
-6
/
+3
2025-07-16
bpf: Update iterators.lskel-big-endian.h
Ilya Leoshkevich
1
-237
/
+255
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-1
/
+1
2025-07-11
bpf: Remove attach_type in bpf_tracing_link
Tao Chen
1
-3
/
+2
2025-07-11
bpf: Remove attach_type in bpf_netns_link
Tao Chen
1
-5
/
+3
2025-07-11
bpf: Remove location field in tcx_link
Tao Chen
1
-7
/
+6
2025-07-11
bpf: Remove attach_type in bpf_cgroup_link
Tao Chen
1
-7
/
+6
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
7
-24
/
+38
2025-07-11
bpf: Forget ranges when refining tnum after JSET
Paul Chaignon
1
-0
/
+4
2025-07-11
bpf/arena: add bpf_arena_reserve_pages kfunc
Emil Tsalapatis
1
-0
/
+43
[next]