summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb.h
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Kory Maincent2023-11-181-5/+10
* net: macb: Add support for partial store and forwardMaulik Jodhani2023-06-151-0/+12
* net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara2023-05-131-0/+1
* net: macb: Enable PTP unicastHarini Katakam2023-04-131-0/+4
* net: macb: Update gem PTP support checkHarini Katakam2023-04-131-1/+1
* net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak2023-03-191-0/+2
* net: macb: simplify TX timestamp handlingRobert Hancock2023-01-181-23/+6
* net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam2022-07-251-0/+1
* net: macb: Sort CAPS flags by bit positionsHarini Katakam2022-07-251-2/+2
* net: macb: use NAPI for TX completion pathRobert Hancock2022-05-111-1/+5
* net: macb: Added ZynqMP-specific initializationRobert Hancock2022-01-291-0/+4
* net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-061-1/+2
* net: macb: add support for mii on rgmiiClaudiu Beznea2021-09-181-0/+3
* net: macb: align for OSSMODE offsetClaudiu Beznea2021-09-181-1/+1
* net: macb: add description for SRTSMClaudiu Beznea2021-09-181-1/+1
* net: macb: Disable PCS auto-negotiation for SGMII fixed-link modeRobert Hancock2021-03-121-0/+14
* Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau2020-12-101-2/+0
* net: macb: add capability to not set the clock rateClaudiu Beznea2020-12-091-0/+1
* net: macb: add userio bits as platform configurationClaudiu Beznea2020-12-091-0/+10
* net: macb: add support for high speed interfaceParshuram Thombare2020-10-311-0/+44
* macb: support the two tx descriptors on at91rm9200Willy Tarreau2020-10-131-0/+2
* macb: prepare at91 to use a 2-frame TX queueWilly Tarreau2020-10-131-4/+2
* macb: add RM9200's interrupt flag TBREWilly Tarreau2020-10-131-0/+2
* net: macb: move pdata to private headerAlexandre Belloni2020-09-301-0/+11
* net: macb: WoL support for GEM type of Ethernet controllerNicolas Ferre2020-07-201-0/+3
* net: macb: use resolved link config in mac_link_up()Russell King2020-02-271-1/+0
* net: macb: Properly handle phylink on at91rm9200Alexandre Belloni2020-02-201-0/+1
* net: macb: add support for C45 MDIO read/writeMilind Parab2020-01-091-4/+11
* net: macb: convert to phylinkAntoine Tenart2019-11-131-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+8
|\
| * net: macb: Fix SUBNS increment and increase resolutionHarini Katakam2019-06-291-1/+5
| * net: macb: Add separate definition for PPM fractionHarini Katakam2019-06-291-0/+3
* | net: macb: use GROAntoine Tenart2019-06-241-1/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* net: macb: save/restore the remaining registers and featuresClaudiu Beznea2019-05-221-0/+7
* net: macb: Support clock management for tsu_clkHarini Katakam2019-03-031-1/+2
* net: macb: Check MDIO state before read/write and use timeoutsHarini Katakam2019-03-031-0/+2
* net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-01-291-0/+3
* net: macb: Allocate valid memory for TX and RX BD prefetchHarini Katakam2018-07-071-0/+11
* net: macb: Handle HRESP errorHarini Katakam2018-01-291-0/+3
* macb: Kill PHY reset codeSergei Shtylyov2017-12-051-1/+0
* net: macb: Added support for RX filteringRafal Ozieblo2017-11-301-0/+109
* net: macb: Added some queue statisticsRafal Ozieblo2017-11-301-1/+30
* net: macb: Added support for many RX queuesRafal Ozieblo2017-11-301-10/+16
* net: macb: Add hardware PTP supportRafal Ozieblo2017-06-301-0/+126
* net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo2017-06-301-7/+25
* net: macb: add fixed-link node supportMichael Grzeschik2017-06-251-0/+1
* net: macb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-1/+0
* net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-3/+16
|\