Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
HEAD
5c662b1
Merge branch 'allow-referenced-dynptr-to-be-overwritten-when-siblings-exists'
by Alexei Starovoitov
· 8 hours ago
for-next
master
4cfb09a
selftests/bpf: Test overwriting referenced dynptr
by Amery Hung
· 2 days ago
017f5c4
bpf: Allow overwriting referenced dynptr when refcnt > 1
by Amery Hung
· 2 days ago
cac16ce
selftests/bpf: Add tests for stale delta leaking through id reassignment
by Daniel Borkmann
· 14 hours ago
ed2eecd
selftests/bpf: Add tests for delta tracking when src_reg == dst_reg
by Daniel Borkmann
· 14 hours ago
1b32773
bpf: Clear delta when clearing reg id for non-{add,sub} ops
by Daniel Borkmann
· 14 hours ago
d7f1417
bpf: Fix linked reg delta tracking when src_reg == dst_reg
by Daniel Borkmann
· 14 hours ago
656e835
Merge branch 'tracing-fix-kprobe-attachment-when-module-shadows-vmlinux-symbol'
by Alexei Starovoitov
· 10 hours ago
cea4323
selftests/bpf: Add tests for kprobe attachment with duplicate symbols
by Andrey Grodzovsky
· 13 hours ago
1870ddc
bpf: Prefer vmlinux symbols over module symbols for unqualified kprobes
by Andrey Grodzovsky
· 13 hours ago
a4985a1
selftests/bpf: add test for nullable PTR_TO_BUF access
by Qi Tang
· 19 hours ago
57b23c0
bpf: Retire rcu_trace_implies_rcu_gp()
by Kumar Kartikeya Dwivedi
· 17 hours ago
a8aa306
selftests/bpf: Allow prog name matching for tests with __description
by Kumar Kartikeya Dwivedi
· 19 hours ago
1c22483
bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
by Weiming Shi
· 4 days ago
beaf0e9
bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks
by Jiayuan Chen
· 21 hours ago
8b648a5
Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'
by Alexei Starovoitov
· 32 hours ago
1c2e217
selftests/bpf: Add more tests for loading insn arrays with offsets
by Anton Protopopov
· 2 days ago
43cd9d9
bpf: Do not ignore offsets for loads from insn_arrays
by Anton Protopopov
· 2 days ago
18474ae
bpf: Avoid -Wflex-array-members-not-at-end warnings
by Gustavo A. R. Silva
· 8 days ago
42e33c9
Merge branch 'allow-variable-offsets-for-syscall-ptr_to_ctx'
by Alexei Starovoitov
· 35 hours ago
171580e
selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
by Kumar Kartikeya Dwivedi
· 2 days ago
0dca817
selftests/bpf: Add tests for unaligned syscall ctx accesses
by Kumar Kartikeya Dwivedi
· 2 days ago
02c68b1
selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
by Kumar Kartikeya Dwivedi
· 2 days ago
5a34139
selftests/bpf: Add syscall ctx variable offset tests
by Kumar Kartikeya Dwivedi
· 2 days ago
02f500c
selftests/bpf: Convert ctx tests from ASM to C
by Kumar Kartikeya Dwivedi
· 2 days ago
f257770
bpf: Enable unaligned accesses for syscall ctx
by Kumar Kartikeya Dwivedi
· 2 days ago
ae5ef00
bpf: Support variable offsets for syscall PTR_TO_CTX
by Kumar Kartikeya Dwivedi
· 2 days ago
a1aa9ef
bpf: Fix stale offload->prog pointer after constant blinding
by MingTao Huang
· 6 days ago
f254fb5
selftests/bpf: remove unused toggle in tc_tunnel
by Alexis Lothoré (eBPF Foundation)
· 5 days ago
c6095cb
Merge branch 'bpf-fix-end-of-list-detection-in-cgroup_storage_get_next_key'
by Alexei Starovoitov
· 2 days ago
262b857
selftests/bpf: add get_next_key boundary test for cgroup_storage
by Weiming Shi
· 5 days ago
5828b9e
bpf: fix end-of-list detection in cgroup_storage_get_next_key()
by Weiming Shi
· 5 days ago
24dbbf8
Merge branch 'bpf-fix-torn-writes-in-non-prealloc-htab-with-bpf_f_lock'
by Alexei Starovoitov
· 2 days ago
f64eb44
selftests/bpf: Add torn write detection test for htab BPF_F_LOCK
by Mykyta Yatsenko
· 7 days ago
07738bc
bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCK
by Mykyta Yatsenko
· 7 days ago
6a14bee
Merge branch 'bpf-prep-patches-for-static-stack-liveness'
by Alexei Starovoitov
· 5 days ago
1a1cadb
bpf: Add helper and kfunc stack access size resolution
by Alexei Starovoitov
· 5 days ago
19dbb13
bpf: Move verifier helpers to header
by Alexei Starovoitov
· 5 days ago
f1606dd
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
by Alexei Starovoitov
· 5 days ago
427c07d
selftests/bpf: Add tests for subprog topological ordering
by Alexei Starovoitov
· 5 days ago
e6898ec
bpf: Sort subprogs in topological order after check_cfg()
by Alexei Starovoitov
· 5 days ago
503d21e
bpf: Do register range validation early
by Alexei Starovoitov
· 5 days ago
891a05c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
by Alexei Starovoitov
· 5 days ago
d8a9a4b
Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 days ago
7b9e74c
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by Linus Torvalds
· 5 days ago
6f6c794
Merge branch 'fix-invariant-violations-and-improve-branch-detection'
by Alexei Starovoitov
· 5 days ago
7cbded6
selftests/bpf: Remove invariant violation flags
by Paul Chaignon
· 6 days ago
2ba1990
selftests/bpf: Cover invariant violation case from syzbot
by Paul Chaignon
· 6 days ago
b254c6d
bpf: Simulate branches to prune based on range violations
by Harishankar Vishwanathan
· 6 days ago
a2a14e8
bpf: Exit early if reg_bounds_sync gets invalid inputs
by Harishankar Vishwanathan
· 6 days ago
ec1d77c
bpf: Use bpf_verifier_env buffers for reg_set_min_max
by Paul Chaignon
· 6 days ago
a1311b9
bpf: Refactor reg_bounds_sanity_check
by Harishankar Vishwanathan
· 6 days ago
5a9617d
Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 days ago
7e85ca02
Merge branch 'task-local-data-bug-fixes-and-improvement'
by Alexei Starovoitov
· 5 days ago
63f5156
selftests/bpf: Improve task local data documentation and fix potential memory leak
by Amery Hung
· 8 days ago
0b481a6
selftests/bpf: Remove TLD_READ_ONCE() in the user space header
by Amery Hung
· 8 days ago
80aa8e9
selftests/bpf: Make sure TLD_DEFINE_KEY runs first
by Amery Hung
· 8 days ago
bb6d9f5
selftests/bpf: Simplify task_local_data memory allocation
by Amery Hung
· 8 days ago
7c8ca53
selftests/bpf: Fix task_local_data data allocation size
by Amery Hung
· 8 days ago
e8aec10
Merge branch 'libbpf-clarify-raw-address-single-kprobe-attach-behavior'
by Andrii Nakryiko
· 6 days ago
9d77cef
selftests/bpf: Add test for raw-address single kprobe attach
by Hoyeon Lee
· 7 days ago
e1621c7
libbpf: Clarify raw-address single kprobe attach behavior
by Hoyeon Lee
· 7 days ago
f547cf7
libbpf: Use direct error codes for kprobe/uprobe attach
by Hoyeon Lee
· 7 days ago
1cc96e0
libbpf: Fix BTF handling in bpf_program__clone()
by Mykyta Yatsenko
· 7 days ago
19abf08
Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbd
by Linus Torvalds
· 6 days ago
5619b09
Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 days ago
e1b5687
selftests/bpf: Add more precision tracking tests for atomics
by Daniel Borkmann
· 7 days ago
179ee84
bpf: Fix incorrect pruning due to atomic fetch precision tracking
by Daniel Borkmann
· 7 days ago
f8f5627
Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 6 days ago
4c2c526
Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
by Linus Torvalds
· 6 days ago
eb7024b
bpf: Reject sleepable kprobe_multi programs at attach time
by Varun R Mallya
· 7 days ago
b0db1ac
bpf: reject direct access to nullable PTR_TO_BUF pointers
by Qi Tang
· 6 days ago
2ec9074
Merge tag 'sound-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 days ago
2064d77
Merge tag 'auxdisplay-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay
by Linus Torvalds
· 6 days ago
e25cfbe
Merge branch 'bpf-migrate-bpf_task_work-and-file-dynptr-to-kmalloc_nolock'
by Alexei Starovoitov
· 6 days ago
cc878b4
bpf: Migrate dynptr file to kmalloc_nolock
by Mykyta Yatsenko
· 8 days ago
90f51eb
bpf: Migrate bpf_task_work to kmalloc_nolock
by Mykyta Yatsenko
· 8 days ago
f760104
Merge branch 'bpf-fix-abuse-of-kprobe_write_ctx-via-freplace'
by Alexei Starovoitov
· 6 days ago
da77f3a
selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse
by Leon Hwang
· 8 days ago
611fe4b
bpf: Fix abuse of kprobe_write_ctx via freplace
by Leon Hwang
· 8 days ago
ec7067e
eth: fbnic: Increase FBNIC_QUEUE_SIZE_MIN to 64
by Dimitri Daskalakis
· 7 days ago
4e45337
ipv6: avoid overflows in ip6_datagram_send_ctl()
by Eric Dumazet
· 7 days ago
be19356
Merge branch 'net-hsr-fixes-for-prp-duplication-and-vlan-unwind'
by Jakub Kicinski
· 6 days ago
2e3514e
net: hsr: fix VLAN add unwind on slave errors
by Luka Gejak
· 7 days ago
f5df299
net: hsr: serialize seq_blocks merge across nodes
by Luka Gejak
· 7 days ago
b18c833
vsock: initialize child_ns_mode_locked in vsock_net_init()
by Stefano Garzarella
· 7 days ago
70f7356
selftests/tc-testing: add tests for cls_fw and cls_flow on shared blocks
by Xiang Mei
· 8 days ago
1a280dd4
net/sched: cls_flow: fix NULL pointer dereference on shared blocks
by Xiang Mei
· 8 days ago
faeea8b
net/sched: cls_fw: fix NULL pointer dereference on shared blocks
by Xiang Mei
· 8 days ago
a80a014
Merge branch 'net-x25-fix-overflow-and-double-free'
by Paolo Abeni
· 6 days ago
a1822cb
net/x25: Fix overflow when accumulating packets
by Martin Schiller
· 8 days ago
d10a26a
net/x25: Fix potential double free of skb
by Martin Schiller
· 8 days ago
b477ab8
Merge tag 'asoc-fix-v7.0-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 6 days ago
9351edf
Merge branch 'bnxt_en-bug-fixes'
by Jakub Kicinski
· 6 days ago
071dbfa
bnxt_en: Restore default stat ctxs for ULP when resource is available
by Pavan Chebbi
· 8 days ago
e4bf81d
bnxt_en: Don't assume XDP is never enabled in bnxt_init_dflt_ring_mode()
by Michael Chan
· 8 days ago
ceee35e
bnxt_en: Refactor some basic ring setup and adjustment logic
by Michael Chan
· 8 days ago
a59dc0f
Merge branch 'mlx5-misc-fixes-2026-03-30'
by Jakub Kicinski
· 6 days ago
4031864
net/mlx5: Fix switchdev mode rollback in case of failure
by Saeed Mahameed
· 9 days ago
10dc35f
net/mlx5: Avoid "No data available" when FW version queries fail
by Saeed Mahameed
· 9 days ago
Next »