aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27net: macb: Check return value of dma_set_mask_and_coherent()Sergio Perez Gonzalez1-1/+5
2025-05-12net: cadence: macb: Fix a possible deadlock in macb_halt_tx.Mathieu Othacehe1-13/+6
2025-03-24net: ethernet: Drop unused of_gpio.hPeng Fan1-3/+0
2025-03-04net: cadence: macb: Synchronize standard statsSean Anderson1-0/+16
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2025-02-21net: cadence: macb: Implement BQLSean Anderson1-2/+18
2025-02-21net: cadence: macb: Synchronize stats calculationsSean Anderson1-2/+10
2025-02-18net: cadence: macb: Report standard statsSean Anderson1-2/+158
2025-02-18net: cadence: macb: Convert to get_stats64Sean Anderson1-19/+15
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)1-2/+0
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-1/+2
2024-12-09net: macb: Use helper rgmii_clockJan Petrous (OSS)1-12/+2
2024-11-03net: macb: avoid redundant lookup for "mdio" child node in MDIO setupOleksij Rempel1-14/+9
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+11
2024-10-15net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHYOleksij Rempel1-3/+11
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-04net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2Aleksander Jan Bajkowski1-1/+2
2024-09-09net: macb: Remove setting of RX software timestampGal Pressman1-3/+2
2024-09-04net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson1-0/+2
2024-08-15net: macb: increase max_mtu for oversized framesPieter Van Trappen1-2/+2
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-08-12net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend().Kuniyuki Iwashima1-2/+2
2024-07-31net: macb: Convert tasklet API to new bottom half workqueue mechanismAllen Pais1-5/+5
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-2/+2
2024-06-25net: macb: Add ARP support to WOLVineeth Karumanchi1-26/+32
2024-06-25net: macb: Enable queue disableVineeth Karumanchi1-1/+2
2024-06-25net: macb: queue tie-off or disable during WOL suspendVineeth Karumanchi1-3/+57
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-11-18net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Kory Maincent1-9/+33
2023-09-20net: ethernet: cadence: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-12net: macb: fix sleep inside spinlockSascha Hauer1-2/+3
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2023-08-14net: macb: In ZynqMP resume always configure PS GTR for non-wakeup sourceRadhey Shyam Pandey1-3/+6
2023-07-27net: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-22net: macb: update PCS driver to use neg_modeRussell King (Oracle)1-3/+5
2023-06-15net: macb: Add support for partial store and forwardMaulik Jodhani1-0/+27
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara1-3/+9
2023-04-13net: macb: Enable PTP unicastHarini Katakam1-2/+11
2023-04-13net: macb: Update gem PTP support checkHarini Katakam1-2/+2
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2023-04-13net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin1-0/+4
2023-03-19net: macb: Reset TX when TX halt times outHarini Katakam1-2/+8
2023-03-19net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak1-1/+5
2023-03-17net: macb: Increase halt timeout to accommodate 10Mbps linkHarini Katakam1-2/+1
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-16net: macb: Add PTP support to EMAC for sama7g5Durai Manickam KR1-1/+2
2023-03-16net: macb: Add PTP support to GEM for sama7g5Durai Manickam KR1-1/+1
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+16
2023-02-03net: macb: Perform zynqmp dynamic configuration only for SGMII interfaceRadhey Shyam Pandey1-15/+16