summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)Author
2026-04-09net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao
2026-04-06net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPIKevin Hao
2026-04-03net: macb: Remove dedicated IRQ handler for WoLKevin Hao
2026-04-03net: macb: Factor out the handling of non-hot IRQ events into a separate func...Kevin Hao
2026-04-03net: macb: Introduce macb_queue_isr_clear() helper functionKevin Hao
2026-04-03net: macb: Replace open-coded implementation with napi_schedule()Kevin Hao
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-01net: macb: fix use of at91_default_usrio without CONFIG_OFConor Dooley
2026-04-01net: macb: properly unregister fixed rate clocksFedor Pchelkin
2026-04-01net: macb: fix clk handling on PCI glue driver removalFedor Pchelkin
2026-03-29net: macb: drop usrio pointer on EyeQ5 configThéo Lebrun
2026-03-29net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is providedThéo Lebrun
2026-03-29net: macb: runtime detect MACB_CAPS_USRIO_DISABLEDThéo Lebrun
2026-03-29net: macb: timer adjust mode is not supportedConor Dooley
2026-03-29net: macb: clean up tsu clk rate acquisitionConor Dooley
2026-03-29net: macb: warn on pclk use as a tsu_clk fallbackConor Dooley
2026-03-29net: macb: add mpfs specific usrio configurationConor Dooley
2026-03-29net: macb: np4 doesn't need a usrio pointerConor Dooley
2026-03-29net: macb: rework usrio refclk selection codeConor Dooley
2026-03-29net: macb: split USRIO_HAS_CLKEN capability in twoConor Dooley
2026-03-29net: macb: rename macb_default_usrio to at91_default_usrio as not all platfor...Conor Dooley
2026-03-29Revert "net: macb: Clean up the .usrio settings in macb_config instances"Conor Dooley
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-26net: macb: use the current queue number for statsPaolo Valerio
2026-03-24net: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao
2026-03-20net: macb: Protect access to net_device::ip_ptr with RCU lockKevin Hao
2026-03-20net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-18net: macb: fix uninitialized rx_fs_lockFedor Pchelkin
2026-03-18net: macb: fix use-after-free access to PTP clockFedor Pchelkin
2026-03-17net: macb: add support for Microchip pic64hpsc ethernet endpointCharles Perry
2026-03-17net: macb: add safeguards for jumbo frame larger than 10240Charles Perry
2026-03-16net: macb: set default_an_inband to true for SGMIICharles Perry
2026-03-14net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao
2026-03-14net: macb: Introduce gem_init_rx_ring()Kevin Hao
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-11net: macb: Clean up the .usrio settings in macb_config instancesKevin Hao
2026-03-11net: macb: Clean up the .init settings in macb_config instancesKevin Hao
2026-03-11net: macb: Clean up the .clk_init setting in the macb_config instancesKevin Hao
2026-03-10net: macb: Shuffle the tx ring before enabling txKevin Hao
2026-03-05net: cadence: macb: enable EEE for Mobileye EyeQ5Nicolai Buchwitz
2026-03-05net: cadence: macb: enable EEE for Raspberry Pi RP1Nicolai Buchwitz
2026-03-05net: cadence: macb: add ethtool EEE supportNicolai Buchwitz
2026-03-05net: cadence: macb: implement EEE TX LPI supportNicolai Buchwitz
2026-03-05net: cadence: macb: add EEE LPI statistics countersNicolai Buchwitz
2026-03-03net: macb: use ethtool_sprintf to fill ethtool stats stringsSean Chang
2026-02-26net: macb: add the .pcs_inband_caps() callback for SGMIICharles Perry
2026-02-26net: macb: add support for reporting SGMII inband link statusCharles Perry
2026-02-26net: macb: fix SGMII with inband aneg disabledCharles Perry
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski