aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/common.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08net: stmmac: Fix RX packet size > 8191Thor Thayer1-1/+2
2018-09-18net: stmmac: Rework coalesce timer and fix multi-queue racesJose Abreu1-2/+2
2018-08-09net: stmmac: Add MAC related callbacks for XGMAC2Jose Abreu1-0/+3
2018-08-09net: stmmac: Add XGMAC 2.10 HWIF entryJose Abreu1-6/+8
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu1-0/+2
2018-05-10net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu1-0/+5
2018-04-23net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu1-26/+4
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu1-12/+0
2018-04-16net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu1-12/+0
2018-04-16net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu1-70/+0
2018-04-16net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu1-50/+0
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu1-54/+1
2018-03-30net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu1-0/+22
2018-01-22net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli1-1/+1
2017-12-19net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg1-1/+1
2017-10-14net: stmmac: Disable flow ctrl for RX AVB queues and really enable TX AVB queuesJose Abreu1-2/+2
2017-10-14net: stmmac: Use correct values in TQS/RQS fieldsJose Abreu1-1/+2
2017-05-25net-next: stmmac: rework the speed selectionLABBE Corentin1-3/+5
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel1-1/+1
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin1-0/+2
2017-03-21net: stmmac: RX queue routing configurationJoao Pinto1-0/+17
2017-03-21net: stmmac: TX and RX queue priority configurationJoao Pinto1-0/+4
2017-03-15net: stmmac: dma channel init prepared for multiple queuesJoao Pinto1-0/+8
2017-03-15net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto1-2/+2
2017-03-15net: stmmac: rx watchdog config prepared for multiple queuesJoao Pinto1-1/+1
2017-03-15net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto1-1/+1
2017-03-15net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto1-4/+4
2017-03-15net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto1-2/+2
2017-03-15net: stmmac: prepare dma op mode config for multiple queuesJoao Pinto1-0/+3
2017-03-12net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto1-0/+4
2017-03-12net: stmmac: mac debug prepared for multiple queuesJoao Pinto1-1/+2
2017-03-12net: stmmac: prepare irq_status for mtlJoao Pinto1-0/+2
2017-03-12net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto1-1/+1
2017-03-12net: stmmac: mapping mtl rx to dma channelJoao Pinto1-0/+2
2017-03-12net: stmmac: mtl rx queue enabled as dcb or avbJoao Pinto1-1/+1
2017-03-12net: stmmac: configure tx queue weightJoao Pinto1-0/+3
2017-03-12net: stmmac: configure mtl rx and tx algorithmsJoao Pinto1-0/+4
2017-03-12net: stmmac: Parse FIFO sizes from feature registersThierry Reding1-0/+3
2017-02-24net: stmmac: unify registers dumps methodsLABBE Corentin1-2/+2
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin1-1/+1
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2017-02-08net: stmmac: fix the typo on MAC_RNABLE_RXLABBE Corentin1-1/+1
2017-01-09stmmac: adding DT parameter for LPI tx clock gatingjpinto1-1/+2
2016-12-29stmmac: enable rx queuesjpinto1-0/+5
2016-12-08net: stmmac: simplify the common DMA init APINiklas Cassel1-2/+2
2016-12-03net: stmmac: unify mdio functionsLABBE Corentin1-0/+6
2016-11-29stmmac: fix comments, make debug output consistentPavel Machek1-0/+1
2016-11-15stmmac: fix PTP type ethtool statsGiuseppe CAVALLARO1-8/+11
2016-11-15stmmac: fix PTP support for GMAC4Giuseppe CAVALLARO1-2/+3
2016-09-12stmmac: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1