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-02-26
selftests: drv-net: rss: Generate unique ports for RSS context tests
Dimitri Daskalakis
1
-7
/
+6
2026-02-26
selftests: net: py: Add rand_ports helper method
Dimitri Daskalakis
4
-9
/
+29
2026-02-26
Merge branch 'netfilter-updates-for-net-next'
Jakub Kicinski
59
-1009
/
+221
2026-02-26
netfilter: nf_tables: remove register tracking infrastructure
Florian Westphal
52
-693
/
+0
2026-02-26
netfilter: nf_tables: drop obsolete EXPORT_SYMBOLs
Florian Westphal
1
-11
/
+0
2026-02-26
netfilter: nft_set_rbtree: don't disable bh when acquiring tree lock
Florian Westphal
1
-14
/
+9
2026-02-26
ipvs: no_cport and dropentry counters can be per-net
Julian Anastasov
2
-25
/
+41
2026-02-26
ipvs: use more counters to avoid service lookups
Julian Anastasov
3
-43
/
+69
2026-02-26
ipvs: do not keep dest_dst after dest is removed
Julian Anastasov
2
-16
/
+16
2026-02-26
ipvs: use single svc table
Julian Anastasov
2
-132
/
+22
2026-02-26
ipvs: some service readers can use RCU
Julian Anastasov
1
-24
/
+23
2026-02-26
ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
Jiejian Wu
3
-104
/
+94
2026-02-26
net: pppoe: avoid zero-length arrays in struct pppoe_hdr
Eric Woudstra
2
-1
/
+5
2026-02-26
net/ibmveth: fix comment typos in ibmveth.c
Abhilekh Deka
1
-2
/
+2
2026-02-26
net: cadence: macb: add ethtool nway_reset support
Nicolai Buchwitz
1
-0
/
+1
2026-02-26
Merge branch 'net-stmmac-fix-interrupt-coalescing'
Jakub Kicinski
1
-18
/
+10
2026-02-26
net: stmmac: fix transmit interrupt coalescing
Russell King (Oracle)
1
-2
/
+3
2026-02-26
net: stmmac: use circ_buf helpers for descriptors
Russell King (Oracle)
1
-16
/
+7
2026-02-26
rds: update outdated comment
kexinsun
1
-1
/
+1
2026-02-26
net: fs_enet: allow nvmem to override MAC address
Rosen Penev
1
-1
/
+3
2026-02-26
selftests: hw-net: tso: set a TCP window clamp to avoid spurious drops
Jakub Kicinski
1
-2
/
+5
2026-02-26
net: stmmac: fix EEE supportable interfaces
Russell King (Oracle)
1
-3
/
+15
2026-02-25
net: freescale: ucc_geth: call of_node_put once
Rosen Penev
1
-2
/
+1
2026-02-25
Merge branch 'selftests-net-py-improve-bkg-error-reporting'
Jakub Kicinski
1
-12
/
+30
2026-02-25
selftests: net: py: add cmd info for ksft_wait failure
Jakub Kicinski
1
-7
/
+23
2026-02-25
selftests: net: py: use repr(cmd) for failure exceptions
Jakub Kicinski
1
-3
/
+2
2026-02-25
selftests: net: py: avoid masking exceptions in bkg() failures
Jakub Kicinski
1
-2
/
+5
2026-02-25
eth: bnxt: rename ring_err_stats -> ring_drv_stats
Jakub Kicinski
3
-23
/
+23
2026-02-25
bonding: Optimise is_netpoll_tx_blocked().
Kuniyuki Iwashima
2
-7
/
+7
2026-02-25
icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}
Eric Dumazet
2
-5
/
+5
2026-02-25
tcp: move inet6_csk_update_pmtu() to tcp_ipv6.c
Eric Dumazet
3
-18
/
+20
2026-02-25
tcp: reduce calls to tcp_schedule_loss_probe()
Eric Dumazet
2
-2
/
+2
2026-02-25
Merge branch 'net-stmmac-qcom-ethqos-cleanups-and-re-organise-serdes-handling'
Jakub Kicinski
8
-71
/
+101
2026-02-25
net: stmmac: qcom-ethqos: convert to set_clk_tx_rate() method
Russell King (Oracle)
1
-10
/
+11
2026-02-25
net: stmmac: qcom-ethqos: move SerDes speed configuration
Russell King (Oracle)
1
-5
/
+5
2026-02-25
net: stmmac: qcom-ethqos: use phy interface mode for inband
Russell King (Oracle)
1
-11
/
+7
2026-02-25
net: stmmac: qcom-ethqos: pass phy interface mode to configs
Russell King (Oracle)
1
-6
/
+10
2026-02-25
net: stmmac: pass interface mode into fix_mac_speed() method
Russell King (Oracle)
8
-14
/
+26
2026-02-25
net: stmmac: qcom-ethqos: move loopback disable to .mac_finish()
Russell King (Oracle)
1
-1
/
+12
2026-02-25
net: stmmac: qcom-ethqos: move qcom_ethqos_set_sgmii_loopback() up
Russell King (Oracle)
1
-1
/
+4
2026-02-25
net: stmmac: qcom-ethqos: change ethqos_configure*() to return void
Russell King (Oracle)
1
-8
/
+4
2026-02-25
net: stmmac: qcom-ethqos: remove register field value obfuscations
Russell King (Oracle)
1
-8
/
+15
2026-02-25
net: stmmac: qcom-ethqos: rename "por" members to "rgmii_por"
Russell King (Oracle)
1
-17
/
+17
2026-02-25
Merge branch 'net-ethernet-enic-add-vic-ids-and-link-modes'
Jakub Kicinski
2
-7
/
+187
2026-02-25
net:ethernet:enic: map ethtool link modes by VIC type
Satish Kharat
1
-7
/
+148
2026-02-25
net:ethernet:enic: add VIC subsystem ids
Satish Kharat
1
-0
/
+39
2026-02-25
docs: net: document neigh gc_stale_time sysctl
Gabriel Goller
1
-0
/
+11
2026-02-25
Merge branch 'tcp-rework-tcp_v-4-6-_send_check'
Jakub Kicinski
7
-39
/
+33
2026-02-25
tcp: make tcp_v{4,6}_send_check() static
Eric Dumazet
7
-17
/
+4
2026-02-25
tcp: move tcp_v6_send_check() to tcp_output.c
Eric Dumazet
3
-9
/
+18
[next]