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
2025-10-18
selftests/net: io_uring: fix unknown errnum values
Carlos Llamas
1
-12
/
+12
2025-10-18
r8169: reconfigure rx unconditionally before chip reset when resuming
Heiner Kallweit
1
-3
/
+1
2025-10-18
net: Kconfig: discourage drop_monitor enablement
Florian Westphal
1
-4
/
+4
2025-10-18
Merge branch 'net-avoid-ehash-lookup-races'
Jakub Kicinski
4
-25
/
+90
2025-10-18
inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()
Xuanqiang Luo
1
-23
/
+12
2025-10-18
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo
2
-2
/
+19
2025-10-18
rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()
Xuanqiang Luo
1
-0
/
+59
2025-10-18
ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.
Kuniyuki Iwashima
7
-74
/
+76
2025-10-18
net: hibmcge: support pci_driver.shutdown()
Jijie Shao
1
-0
/
+17
2025-10-17
Merge branch 'net-macb-various-cleanups'
Jakub Kicinski
4
-201
/
+151
2025-10-17
net: macb: sort #includes
Théo Lebrun
1
-18
/
+19
2025-10-17
net: macb: apply reverse christmas tree in macb_tx_map()
Théo Lebrun
1
-4
/
+4
2025-10-17
net: macb: drop `count` local variable in macb_tx_map()
Théo Lebrun
1
-6
/
+4
2025-10-17
net: macb: drop `entry` local variable in macb_tx_map()
Théo Lebrun
1
-11
/
+7
2025-10-17
net: macb: replace min() with umin() calls
Théo Lebrun
1
-5
/
+5
2025-10-17
net: macb: remove bp->queue_mask
Théo Lebrun
2
-33
/
+37
2025-10-17
net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
Théo Lebrun
3
-49
/
+32
2025-10-17
net: macb: move bp->hw_dma_cap flags to bp->caps
Théo Lebrun
3
-29
/
+25
2025-10-17
net: macb: simplify macb_adj_dma_desc_idx()
Théo Lebrun
1
-12
/
+6
2025-10-17
net: macb: simplify macb_dma_desc_get_size()
Théo Lebrun
1
-20
/
+7
2025-10-17
net: macb: drop macb_config NULL checking
Théo Lebrun
1
-4
/
+2
2025-10-17
net: macb: Remove local variables clk_init and init in macb_probe()
Théo Lebrun
1
-10
/
+3
2025-10-17
net: macb: remove gap in MACB_CAPS_* flags
Théo Lebrun
1
-8
/
+8
2025-10-17
net: macb: use BIT() macro for capability definitions
Théo Lebrun
1
-21
/
+21
2025-10-17
dt-bindings: net: cdns,macb: sort compatibles
Théo Lebrun
1
-4
/
+4
2025-10-17
Merge branch 'net-optimize-tx-throughput-and-efficiency'
Jakub Kicinski
7
-104
/
+111
2025-10-17
net: dev_queue_xmit() llist adoption
Eric Dumazet
3
-41
/
+59
2025-10-17
net: sched: claim one cache line in Qdisc
Eric Dumazet
1
-11
/
+7
2025-10-17
Revert "net/sched: Fix mirred deadlock on device recursion"
Eric Dumazet
3
-9
/
+0
2025-10-17
net/sched: act_mirred: add loop detection
Eric Dumazet
2
-40
/
+31
2025-10-17
net: add add indirect call wrapper in skb_release_head_state()
Eric Dumazet
1
-1
/
+10
2025-10-17
selftests/net: packetdrill: unflake tcp_user_timeout_user-timeout-probe.pkt
Eric Dumazet
1
-2
/
+4
2025-10-17
dt-bindings: net: qcom: ethernet: Add interconnect properties
Sagar Cheluvegowda
1
-0
/
+8
2025-10-17
Merge branch 'add-driver-support-for-eswin-eic7700-soc-ethernet-controller'
Jakub Kicinski
4
-0
/
+372
2025-10-17
net: stmmac: add Eswin EIC7700 glue driver
Shangjuan Wei
3
-0
/
+245
2025-10-17
dt-bindings: ethernet: eswin: Document for EIC7700 SoC
Shangjuan Wei
1
-0
/
+127
2025-10-17
Merge branch 'net-stmmac-more-cleanups'
Jakub Kicinski
5
-29
/
+46
2025-10-17
net: stmmac: rename stmmac_phy_setup() to include phylink
Russell King (Oracle)
1
-2
/
+2
2025-10-17
net: stmmac: rearrange tc_init()
Russell King (Oracle)
1
-3
/
+3
2025-10-17
net: stmmac: avoid PHY speed change when configuring MTU
Russell King (Oracle)
1
-9
/
+10
2025-10-17
net: stmmac: place .mac_finish() method more appropriately
Russell King (Oracle)
1
-13
/
+13
2025-10-17
net: stmmac: dwc-qos-eth: move MDIO bus locking into stmmac_mdio
Russell King (Oracle)
3
-2
/
+18
2025-10-17
net/hsr: add interlink to fill_info output
Jan Vaclav
1
-0
/
+6
2025-10-17
Octeontx2-af: Fix pci_alloc_irq_vectors() return value check
Harshit Mogalapalli
1
-1
/
+1
2025-10-17
netdevsim: add ipsec hw_features
Hangbin Liu
1
-0
/
+1
2025-10-17
net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45
Alok Tiwari
1
-1
/
+1
2025-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
522
-3687
/
+6329
2025-10-16
Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
57
-182
/
+817
2025-10-16
Merge tag 'ata-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
2
-7
/
+10
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
2
-2
/
+1
[next]