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
path:
root
/
drivers
/
net
/
ethernet
/
cadence
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
net: macb: Use dev_consume_skb_any() to free TX SKBs
Kevin Hao
1
-1
/
+1
2026-04-02
net: macb: Protect access to net_device::ip_ptr with RCU lock
Kevin Hao
1
-9
/
+16
2026-04-02
net: macb: Move devm_{free,request}_irq() out of spin lock area
Kevin Hao
1
-5
/
+7
2026-04-02
net: macb: use the current queue number for stats
Paolo Valerio
1
-1
/
+1
2026-03-25
net: macb: fix uninitialized rx_fs_lock
Fedor Pchelkin
1
-0
/
+3
2026-03-25
net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resume
Kevin Hao
1
-0
/
+10
2026-03-25
net: macb: Introduce gem_init_rx_ring()
Kevin Hao
1
-4
/
+9
2026-03-25
net: macb: fix use-after-free access to PTP clock
Fedor Pchelkin
1
-1
/
+3
2026-03-19
net: macb: Shuffle the tx ring before enabling tx
Kevin Hao
1
-3
/
+95
2026-03-04
net: macb: Fix tx/rx malfunction after phy link down and up
Kevin Hao
1
-6
/
+5
2025-12-30
net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb...
Xiaolei Wang
1
-1
/
+2
2025-10-30
net: ethernet: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-5
/
+0
2025-10-28
net: macb: Add "mobileye,eyeq5-gem" compatible
Théo Lebrun
1
-0
/
+38
2025-10-28
net: macb: rename bp->sgmii_phy field to bp->phy
Théo Lebrun
2
-14
/
+14
2025-10-28
net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
Théo Lebrun
2
-2
/
+6
2025-10-28
net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
Théo Lebrun
2
-3
/
+23
2025-10-22
net: macb: Remove duplicate linux/inetdevice.h header
Jiapeng Chong
1
-1
/
+0
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-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-74
/
+68
2025-09-27
net: macb: avoid dealing with endianness in macb_set_hwaddr()
Théo Lebrun
1
-2
/
+2
2025-09-27
net: macb: single dma_alloc_coherent() for DMA descriptors
Théo Lebrun
1
-39
/
+41
2025-09-27
net: macb: move ring size computation to functions
Théo Lebrun
1
-11
/
+16
2025-09-27
net: macb: remove illusion about TBQPH/RBQPH being per-queue
Théo Lebrun
2
-37
/
+24
2025-09-18
net: cadence: macb: Add support for Raspberry Pi RP1 ethernet controller
Dave Stevenson
1
-0
/
+12
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+16
2025-09-03
net: macb: Validate the value of base_time properly
Chandra Mohan Sundar
1
-1
/
+1
2025-09-01
net: macb: Fix tx_ptr_lock locking
Sean Anderson
1
-12
/
+16
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+4
2025-08-28
net: macb: Disable clocks once
Neil Mandir
1
-5
/
+2
2025-08-27
net: macb: Fix offset error in gem_update_stats
Sean Anderson
1
-1
/
+1
2025-08-22
net: macb: fix unregister_netdev call order in macb_remove()
luoguangfei
1
-1
/
+1
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-08-21
Revert "net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag"
Ryan Wanner
1
-1
/
+2
2025-08-19
net: macb: Add capability-based QBV detection and Versal support
Vineeth Karumanchi
2
-2
/
+8
2025-08-19
net: macb: Add TAPRIO traffic scheduling support
Vineeth Karumanchi
2
-0
/
+289
2025-08-14
net: cadence: macb: convert from round_rate() to determine_rate()
Brian Masney
1
-26
/
+35
2025-07-17
net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag
Ryan Wanner
1
-2
/
+1
[next]