index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
Age
Commit message (
Expand
)
Author
Lines
2026-04-09
net: macb: Use napi_schedule_irqoff() in IRQ handler
Kevin Hao
-2
/
+2
2026-04-06
net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPI
Kevin Hao
-1
/
+1
2026-04-03
net: macb: Remove dedicated IRQ handler for WoL
Kevin Hao
-85
/
+27
2026-04-03
net: macb: Factor out the handling of non-hot IRQ events into a separate func...
Kevin Hao
-42
/
+61
2026-04-03
net: macb: Introduce macb_queue_isr_clear() helper function
Kevin Hao
-36
/
+22
2026-04-03
net: macb: Replace open-coded implementation with napi_schedule()
Kevin Hao
-8
/
+2
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+6
2026-04-01
net: macb: fix use of at91_default_usrio without CONFIG_OF
Conor Dooley
-7
/
+7
2026-04-01
net: macb: properly unregister fixed rate clocks
Fedor Pchelkin
-4
/
+4
2026-04-01
net: macb: fix clk handling on PCI glue driver removal
Fedor Pchelkin
-2
/
+4
2026-03-29
net: macb: drop usrio pointer on EyeQ5 config
Théo Lebrun
-1
/
+0
2026-03-29
net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is provided
Théo Lebrun
-2
/
+4
2026-03-29
net: macb: runtime detect MACB_CAPS_USRIO_DISABLED
Théo Lebrun
-0
/
+4
2026-03-29
net: macb: timer adjust mode is not supported
Conor Dooley
-0
/
+7
2026-03-29
net: macb: clean up tsu clk rate acquisition
Conor Dooley
-7
/
+5
2026-03-29
net: macb: warn on pclk use as a tsu_clk fallback
Conor Dooley
-0
/
+1
2026-03-29
net: macb: add mpfs specific usrio configuration
Conor Dooley
-2
/
+12
2026-03-29
net: macb: np4 doesn't need a usrio pointer
Conor Dooley
-1
/
+0
2026-03-29
net: macb: rework usrio refclk selection code
Conor Dooley
-12
/
+44
2026-03-29
net: macb: split USRIO_HAS_CLKEN capability in two
Conor Dooley
-3
/
+10
2026-03-29
net: macb: rename macb_default_usrio to at91_default_usrio as not all platfor...
Conor Dooley
-46
/
+63
2026-03-29
Revert "net: macb: Clean up the .usrio settings in macb_config instances"
Conor Dooley
-1
/
+18
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+25
2026-03-26
net: macb: use the current queue number for stats
Paolo Valerio
-1
/
+1
2026-03-24
net: macb: Use dev_consume_skb_any() to free TX SKBs
Kevin Hao
-1
/
+1
2026-03-20
net: macb: Protect access to net_device::ip_ptr with RCU lock
Kevin Hao
-9
/
+16
2026-03-20
net: macb: Move devm_{free,request}_irq() out of spin lock area
Kevin Hao
-5
/
+7
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+25
2026-03-18
net: macb: fix uninitialized rx_fs_lock
Fedor Pchelkin
-0
/
+3
2026-03-18
net: macb: fix use-after-free access to PTP clock
Fedor Pchelkin
-1
/
+3
2026-03-17
net: macb: add support for Microchip pic64hpsc ethernet endpoint
Charles Perry
-0
/
+9
2026-03-17
net: macb: add safeguards for jumbo frame larger than 10240
Charles Perry
-2
/
+4
2026-03-16
net: macb: set default_an_inband to true for SGMII
Charles Perry
-0
/
+6
2026-03-14
net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resume
Kevin Hao
-0
/
+10
2026-03-14
net: macb: Introduce gem_init_rx_ring()
Kevin Hao
-4
/
+9
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+95
2026-03-11
net: macb: Clean up the .usrio settings in macb_config instances
Kevin Hao
-18
/
+1
2026-03-11
net: macb: Clean up the .init settings in macb_config instances
Kevin Hao
-18
/
+14
2026-03-11
net: macb: Clean up the .clk_init setting in the macb_config instances
Kevin Hao
-22
/
+19
2026-03-10
net: macb: Shuffle the tx ring before enabling tx
Kevin Hao
-3
/
+95
2026-03-05
net: cadence: macb: enable EEE for Mobileye EyeQ5
Nicolai Buchwitz
-1
/
+1
2026-03-05
net: cadence: macb: enable EEE for Raspberry Pi RP1
Nicolai Buchwitz
-1
/
+2
2026-03-05
net: cadence: macb: add ethtool EEE support
Nicolai Buchwitz
-0
/
+16
2026-03-05
net: cadence: macb: implement EEE TX LPI support
Nicolai Buchwitz
-0
/
+132
2026-03-05
net: cadence: macb: add EEE LPI statistics counters
Nicolai Buchwitz
-0
/
+12
2026-03-03
net: macb: use ethtool_sprintf to fill ethtool stats strings
Sean Chang
-6
/
+2
2026-02-26
net: macb: add the .pcs_inband_caps() callback for SGMII
Charles Perry
-0
/
+7
2026-02-26
net: macb: add support for reporting SGMII inband link status
Charles Perry
-1
/
+6
2026-02-26
net: macb: fix SGMII with inband aneg disabled
Charles Perry
-16
/
+20
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
[next]