aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-28net: macb: rename bp->sgmii_phy field to bp->phyThéo Lebrun1-1/+1
2025-10-28net: macb: add no LSO capability (MACB_CAPS_NO_LSO)Théo Lebrun1-0/+1
2025-10-28net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignmentThéo Lebrun1-0/+3
2025-10-16net: macb: remove bp->queue_maskThéo Lebrun1-1/+0
2025-10-16net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun1-6/+12
2025-10-16net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun1-8/+2
2025-10-16net: macb: remove gap in MACB_CAPS_* flagsThéo Lebrun1-8/+8
2025-10-16net: macb: use BIT() macro for capability definitionsThéo Lebrun1-21/+21
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+0
2025-09-26net: macb: remove illusion about TBQPH/RBQPH being per-queueThéo Lebrun1-4/+0
2025-08-19net: macb: Add capability-based QBV detection and Versal supportVineeth Karumanchi1-0/+1
2025-08-19net: macb: Add TAPRIO traffic scheduling supportVineeth Karumanchi1-0/+66
2025-03-19net: macb: Add __nonstring annotations for unterminated stringsKees Cook1-1/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-02-21net: cadence: macb: Synchronize stats calculationsSean Anderson1-0/+2
2025-02-18net: cadence: macb: Report standard statsSean Anderson1-4/+2
2025-02-18net: cadence: macb: Convert to get_stats64Sean Anderson1-66/+66
2024-07-31net: macb: Convert tasklet API to new bottom half workqueue mechanismAllen Pais1-1/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-25net: macb: Add ARP support to WOLVineeth Karumanchi1-0/+1
2024-06-25net: macb: queue tie-off or disable during WOL suspendVineeth Karumanchi1-0/+7
2023-11-18net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Kory Maincent1-5/+10
2023-06-15net: macb: Add support for partial store and forwardMaulik Jodhani1-0/+12
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara1-0/+1
2023-04-13net: macb: Enable PTP unicastHarini Katakam1-0/+4
2023-04-13net: macb: Update gem PTP support checkHarini Katakam1-1/+1
2023-03-19net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak1-0/+2
2023-01-18net: macb: simplify TX timestamp handlingRobert Hancock1-23/+6
2022-07-25net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam1-0/+1
2022-07-25net: macb: Sort CAPS flags by bit positionsHarini Katakam1-2/+2
2022-05-11net: macb: use NAPI for TX completion pathRobert Hancock1-1/+5
2022-01-29net: macb: Added ZynqMP-specific initializationRobert Hancock1-0/+4
2022-01-06net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)1-1/+2
2021-09-18net: macb: add support for mii on rgmiiClaudiu Beznea1-0/+3
2021-09-18net: macb: align for OSSMODE offsetClaudiu Beznea1-1/+1
2021-09-18net: macb: add description for SRTSMClaudiu Beznea1-1/+1
2021-03-12net: macb: Disable PCS auto-negotiation for SGMII fixed-link modeRobert Hancock1-0/+14
2020-12-10Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau1-2/+0
2020-12-09net: macb: add capability to not set the clock rateClaudiu Beznea1-0/+1
2020-12-09net: macb: add userio bits as platform configurationClaudiu Beznea1-0/+10
2020-10-31net: macb: add support for high speed interfaceParshuram Thombare1-0/+44
2020-10-13macb: support the two tx descriptors on at91rm9200Willy Tarreau1-0/+2
2020-10-13macb: prepare at91 to use a 2-frame TX queueWilly Tarreau1-4/+2
2020-10-13macb: add RM9200's interrupt flag TBREWilly Tarreau1-0/+2
2020-09-30net: macb: move pdata to private headerAlexandre Belloni1-0/+11
2020-07-20net: macb: WoL support for GEM type of Ethernet controllerNicolas Ferre1-0/+3
2020-02-27net: macb: use resolved link config in mac_link_up()Russell King1-1/+0
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni1-0/+1
2020-01-09net: macb: add support for C45 MDIO read/writeMilind Parab1-4/+11
2019-11-13net: macb: convert to phylinkAntoine Tenart1-5/+4