summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel1-2/+3
2017-04-12net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto1-2/+2
2017-04-07net: stmmac: adding multiple napi mechanismJoao Pinto1-39/+119
2017-04-07net: stmmac: adding multiple buffers for TXJoao Pinto1-208/+311
2017-04-07net: stmmac: adding multiple buffers for rxJoao Pinto1-172/+285
2017-04-07net: stmmac: break some functions into RX and TX scopesJoao Pinto1-86/+266
2017-04-05net: stmmac: rx queue to dma channel mapping fixJoao Pinto1-1/+1
2017-04-03net: stmmac: fix cbs configurationJoao Pinto1-1/+2
2017-03-30Revert "net: stmmac: enable multiple buffers"LABBE Corentin1-889/+417
2017-03-29stmmac: use netif_set_real_num_{rx,tx}_queuesArnd Bergmann1-2/+2
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin1-7/+4
2017-03-23net: stmmac: fix dma operation mode config for older versionsJoao Pinto1-3/+3
2017-03-22net: stmmac: Always enable MAC RX queuesThierry Reding1-1/+1
2017-03-22net: stmmac: RX queue routing configurationJoao Pinto1-0/+25
2017-03-22net: stmmac: TX and RX queue priority configurationJoao Pinto1-0/+48
2017-03-22net: stmmac: enable multiple buffersJoao Pinto1-417/+889
2017-03-16net: stmmac: stmmac interrupt treatment prepared for multiple queuesJoao Pinto1-8/+20
2017-03-16net: stmmac: tso init prepared for multiple queuesJoao Pinto1-2/+6
2017-03-16net: stmmac: dma channel init prepared for multiple queuesJoao Pinto1-11/+40
2017-03-16net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto1-8/+24
2017-03-16net: stmmac: rx watchdog config prepared for multiple queuesJoao Pinto1-1/+2
2017-03-16net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto1-21/+30
2017-03-16net: stmmac: prepare stmmac_tx_err for multiple queuesJoao Pinto1-4/+5
2017-03-16net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto1-11/+97
2017-03-16net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto1-6/+7
2017-03-16net: stmmac: prepare dma op mode config for multiple queuesJoao Pinto1-18/+64
2017-03-13net: stmmac: added default rx queue size in stmmac_dma_interruptJoao Pinto1-0/+3
2017-03-13net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto1-0/+29
2017-03-13net: stmmac: prepare irq_status for mtlJoao Pinto1-0/+5
2017-03-13net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto1-3/+14
2017-03-13net: stmmac: mapping mtl rx to dma channelJoao Pinto1-0/+21
2017-03-13net: stmmac: mtl rx queue enabled as dcb or avbJoao Pinto1-12/+7
2017-03-13net: stmmac: configure tx queue weightJoao Pinto1-0/+20
2017-03-13net: stmmac: configure mtl rx and tx algorithmsJoao Pinto1-3/+28
2017-03-13net: stmmac: Parse FIFO sizes from feature registersThierry Reding1-0/+3
2017-03-13net: stmmac: Check for DMA mapping errorsThierry Reding1-0/+2
2017-03-13net: stmmac: Balance PTP reference clock enable/disableThierry Reding1-0/+4
2017-03-13net: stmmac: Disable PTP reference clock on errorThierry Reding1-0/+8
2017-03-13net: stmmac: Stop PHY and remove TX timer on errorThierry Reding1-1/+5
2017-02-24net: stmmac: unify registers dumps methodsLABBE Corentin1-5/+0
2017-02-15net: stmmac: split the stmmac_adjust_link 10/100 caseLABBE Corentin1-5/+9
2017-02-15net: stmmac: run stmmac_hw_fix_mac_speed when speed is validLABBE Corentin1-3/+2
2017-02-15net: stmmac: set speed at SPEED_UNKNOWN in case of broken speedLABBE Corentin1-0/+1
2017-02-15net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWNLABBE Corentin1-6/+6
2017-02-15net: stmmac: likely is useless in occasional functionLABBE Corentin1-4/+4
2017-02-15net: stmmac: remove useless parenthesisLABBE Corentin1-4/+4
2017-02-08net: stmmac: replace unsigned by u32LABBE Corentin1-2/+2
2017-02-08net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin1-3/+0
2017-02-08net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin1-7/+0
2017-02-08net: stmmac: print phy informationLABBE Corentin1-3/+1