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-7.1.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-12
net: enetc: add unstructured counters for ENETC v4
Wei Fang
2
-25
/
+234
2026-04-12
net: enetc: add unstructured pMAC counters for ENETC v1
Wei Fang
1
-21
/
+56
2026-04-12
net: enetc: remove standardized counters from enetc_pm_counters
Wei Fang
1
-40
/
+0
2026-04-12
net: enetc: show RX drop counters only for assigned RX rings
Wei Fang
1
-16
/
+2
2026-04-12
net: enetc: add support for the standardized counters
Wei Fang
3
-18
/
+245
2026-04-12
selftests/bpf: Add tests for non-arena/arena operations
Emil Tsalapatis
1
-0
/
+130
2026-04-12
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
1
-3
/
+11
2026-04-12
Merge branch 'bpf-add-the-missing-fsession'
Alexei Starovoitov
8
-15
/
+19
2026-04-12
bpftool: add missing fsession to the usage and docs of bpftool
Menglong Dong
3
-3
/
+3
2026-04-12
docs/bpf: add missing fsession attach type to docs
Menglong Dong
2
-2
/
+6
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
3
-10
/
+10
2026-04-12
Merge branch 'bpf-split-verifier-c'
Alexei Starovoitov
9
-7075
/
+7182
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
4
-458
/
+471
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
4
-945
/
+957
2026-04-12
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
4
-1746
/
+1765
2026-04-12
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
4
-997
/
+1018
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
3
-249
/
+250
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
4
-2725
/
+2766
2026-04-12
gre: Count GRE packet drops
Gal Pressman
3
-2
/
+8
2026-04-12
Merge branch 'bpf-fix-sock_ops_get_sk-same-register-oob-read-in-sock_ops-and-...
Jakub Kicinski
3
-2
/
+197
2026-04-12
selftests/bpf: Add tests for sock_ops ctx access with same src/dst register
Jiayuan Chen
2
-0
/
+193
2026-04-12
bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
Jiayuan Chen
1
-2
/
+4
2026-04-12
perf sample: Fix documentation typo
Ian Rogers
1
-1
/
+1
2026-04-12
Documentation: core-api: real-time: correct spelling
Sukrut Heroorkar
1
-1
/
+1
2026-04-12
doc: Add CPU Isolation documentation
Frederic Weisbecker
2
-0
/
+358
2026-04-12
Merge tag 'edac_urgent_for_7.0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2026-04-12
NFC: digital: Bounds check NFC-A cascade depth in SDD response handler
Greg Kroah-Hartman
1
-0
/
+6
2026-04-12
net_sched: fix skb memory leak in deferred qdisc drops
Fernando Fernandez Mancera
1
-3
/
+13
2026-04-12
Merge branch 'net-phy-add-support-for-disabling-autonomous-eee'
Jakub Kicinski
5
-3
/
+50
2026-04-12
net: phy: realtek: convert RTL8211F to .disable_autonomous_eee
Nicolai Buchwitz
1
-3
/
+4
2026-04-12
net: phy: broadcom: implement .disable_autonomous_eee for BCM54xx
Nicolai Buchwitz
2
-0
/
+10
2026-04-12
net: phy: add support for disabling PHY-autonomous EEE
Nicolai Buchwitz
2
-0
/
+36
2026-04-12
net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx...
Lorenzo Bianconi
1
-0
/
+5
2026-04-12
Merge branch 'ynl-ethtool-netlink-fix-nla_len-overflow-for-large-string-sets'
Jakub Kicinski
5
-40
/
+68
2026-04-12
ethtool: strset: check nla_len overflow
Hangbin Liu
1
-1
/
+2
2026-04-12
netlink: add a nla_nest_end_safe() helper
Hangbin Liu
1
-0
/
+19
2026-04-12
tools: ynl: ethtool: add --dbg-small-recv option
Hangbin Liu
1
-1
/
+8
2026-04-12
tools: ynl: ethtool: use doit instead of dumpit for per-device GET
Hangbin Liu
1
-35
/
+33
2026-04-12
tools: ynl: move ethtool.py to selftest
Hangbin Liu
3
-3
/
+6
2026-04-12
Merge branch 'net-mana-fix-debugfs-directory-naming-and-file-lifecycle'
Jakub Kicinski
2
-7
/
+4
2026-04-12
net: mana: Move current_speed debugfs file to mana_init_port()
Erni Sri Satya Vennela
1
-2
/
+2
2026-04-12
net: mana: Use pci_name() for debugfs directory naming
Erni Sri Satya Vennela
1
-5
/
+2
2026-04-12
nfc: llcp: add missing return after LLCP_CLOSED checks
Junxi Qian
1
-0
/
+2
2026-04-12
Merge branch 'bng_en-add-link-management-and-statistics-support'
Jakub Kicinski
11
-19
/
+3229
2026-04-12
bng_en: add support for ethtool -S stats display
Bhargava Marreddy
1
-0
/
+481
2026-04-12
bng_en: implement netdev_stat_ops
Bhargava Marreddy
2
-0
/
+234
2026-04-12
bng_en: implement ndo_get_stats64
Bhargava Marreddy
1
-0
/
+41
2026-04-12
bng_en: periodically fetch and accumulate hardware statistics
Bhargava Marreddy
2
-0
/
+99
2026-04-12
bng_en: add HW stats infra and structured ethtool ops
Bhargava Marreddy
5
-12
/
+544
2026-04-12
bng_en: add support for link async events
Bhargava Marreddy
5
-5
/
+91
[prev]
[next]