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