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