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.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
xsk: validate MTU against usable frame size on bind
Maciej Fijalkowski
1
-3
/
+25
2026-04-07
xsk: fix XDP_UMEM_SG_FLAG issues
Maciej Fijalkowski
2
-1
/
+5
2026-04-07
xsk: respect tailroom for ZC setups
Maciej Fijalkowski
2
-3
/
+24
2026-04-07
xsk: tighten UMEM headroom validation to account for tailroom and min frame
Maciej Fijalkowski
1
-1
/
+2
2026-04-07
ip6_tunnel: use generic for_each_ip_tunnel_rcu macro
Yue Haibing
1
-6
/
+3
2026-04-07
Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'
Alexei Starovoitov
3
-39
/
+135
2026-04-07
selftests/bpf: Add more tests for loading insn arrays with offsets
Anton Protopopov
2
-39
/
+115
2026-04-07
bpf: Do not ignore offsets for loads from insn_arrays
Anton Protopopov
1
-0
/
+20
2026-04-07
bpf: Avoid -Wflex-array-members-not-at-end warnings
Gustavo A. R. Silva
3
-12
/
+9
2026-04-07
net: advance skb_defer_disable_key check in napi_consume_skb
Jason Xing
1
-1
/
+3
2026-04-07
Merge branch 'net-dsa-mxl862xx-add-support-for-bridge-offloading'
Jakub Kicinski
7
-71
/
+1041
2026-04-07
net: dsa: mxl862xx: implement bridge offloading
Daniel Golle
4
-58
/
+1022
2026-04-07
dsa: tag_mxl862xx: set dsa_default_offload_fwd_mark()
Daniel Golle
1
-0
/
+3
2026-04-07
net: dsa: add bridge member iteration macro
Daniel Golle
1
-3
/
+6
2026-04-07
net: dsa: move dsa_bridge_ports() helper to dsa.h
Daniel Golle
2
-13
/
+13
2026-04-07
vsock: avoid timeout for non-blocking accept() with empty backlog
Laurence Rowe
1
-9
/
+6
2026-04-07
psp: add missing device stats to get-stats reply attributes
Daniel Zahka
1
-0
/
+8
2026-04-07
net: mctp: defer creation of dst after source-address check
Jeremy Kerr
1
-11
/
+11
2026-04-07
net: mctp: tests: use actual address when creating dev with addr
Jeremy Kerr
1
-1
/
+1
2026-04-07
selftests: net: py: color the basics in the output
Jakub Kicinski
1
-0
/
+20
2026-04-07
Merge branch 'allow-variable-offsets-for-syscall-ptr_to_ctx'
Alexei Starovoitov
6
-93
/
+703
2026-04-07
selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
Kumar Kartikeya Dwivedi
1
-0
/
+108
2026-04-07
selftests/bpf: Add tests for unaligned syscall ctx accesses
Kumar Kartikeya Dwivedi
1
-0
/
+133
2026-04-07
selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
Kumar Kartikeya Dwivedi
1
-0
/
+94
2026-04-07
selftests/bpf: Add syscall ctx variable offset tests
Kumar Kartikeya Dwivedi
2
-6
/
+267
2026-04-07
selftests/bpf: Convert ctx tests from ASM to C
Kumar Kartikeya Dwivedi
2
-45
/
+35
2026-04-07
bpf: Enable unaligned accesses for syscall ctx
Kumar Kartikeya Dwivedi
1
-2
/
+1
2026-04-07
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
3
-40
/
+65
2026-04-07
e1000: check return value of e1000_read_eeprom
Agalakov Daniil
1
-1
/
+7
2026-04-07
igb: remove napi_synchronize() in igb_down()
Alex Dvoretsky
1
-2
/
+1
2026-04-06
ixgbevf: add missing negotiate_features op to Hyper-V ops table
Michal Schmidt
1
-0
/
+7
2026-04-06
ixgbe: stop re-reading flash on every get_drvinfo for e610
Aleksandr Loktionov
4
-8
/
+19
2026-04-06
ice: fix PTP timestamping broken by SyncE code on E825C
Petr Oros
1
-10
/
+12
2026-04-06
ice: ptp: don't WARN when controlling PF is unavailable
Kohei Enju
1
-1
/
+7
2026-04-06
idpf: set the payload size before calling the async handler
Emil Tantilov
1
-0
/
+4
2026-04-06
idpf: improve locking around idpf_vc_xn_push_free()
Emil Tantilov
1
-0
/
+2
2026-04-06
idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handling
Emil Tantilov
2
-11
/
+8
2026-04-06
kunit: tool: Terminate kernel under test on SIGINT
David Gow
1
-9
/
+19
2026-04-06
kunit: tool: skip stty when stdin is not a tty
Shuvam Pandey
2
-2
/
+50
2026-04-06
kunit: tool: Recommend --raw_output=all if no KTAP found
David Gow
1
-1
/
+2
2026-04-06
kunit: Add --list_suites to show suites
Ryota Sakamoto
2
-5
/
+27
2026-04-06
blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()
Yuto Ohnuki
1
-2
/
+3
2026-04-06
ocfs2: fix out-of-bounds write in ocfs2_write_end_inline
Joseph Qi
1
-0
/
+10
2026-04-06
mm/damon/stat: deallocate damon_call() failure leaking damon_ctx
SeongJae Park
1
-0
/
+7
2026-04-06
mm/vma: fix memory leak in __mmap_region()
Sechang Lim
1
-0
/
+7
2026-04-06
mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
Hao Li
1
-0
/
+20
2026-04-06
mm/damon/sysfs: dealloc repeat_call_control if damon_call() fails
SeongJae Park
1
-1
/
+2
2026-04-06
mm: reinstate unconditional writeback start in balance_dirty_pages()
Joanne Koong
1
-0
/
+21
2026-04-06
liveupdate: propagate file deserialization failures
Leo Timmins
1
-2
/
+7
2026-04-06
mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
Baolin Wang
1
-3
/
+8
[prev]
[next]