summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2017-06-01net-next: stmmac: Add dwmac-sun8iLABBE Corentin5-2/+1024
2017-06-01net-next: stmmac: add optional setup functionLABBE Corentin1-1/+3
2017-06-01net-next: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addrLABBE Corentin1-1/+2
2017-05-25net-next: stmmac: rework the speed selectionLABBE Corentin5-44/+43
2017-05-25net-next: stmmac: Convert old_link to boolLABBE Corentin2-5/+5
2017-05-25net-next: stmmac: use SPEED_xxx instead of raw valueLABBE Corentin1-3/+3
2017-05-25net-next: stmmac: Remove unnecessary parenthesisLABBE Corentin1-1/+1
2017-05-25net-next: stmmac: Convert new_state to boolLABBE Corentin1-5/+5
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar1-4/+2
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-15net: stmmac: use correct pointer when printing normal descriptor ringNiklas Cassel1-1/+1
2017-05-08stmmac: pci: split out common_default_data() helperAndy Shevchenko1-34/+18
2017-05-08stmmac: pci: RX queue routing configurationAndy Shevchenko1-0/+3
2017-05-08stmmac: pci: TX and RX queue priority configurationAndy Shevchenko1-0/+4
2017-05-08stmmac: pci: set default number of rx and tx queuesAndy Shevchenko1-0/+4
2017-05-02stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka1-1/+25
2017-04-13net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel7-12/+17
2017-04-11net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto1-2/+2
2017-04-07net: stmmac: adding multiple napi mechanismJoao Pinto2-41/+120
2017-04-07net: stmmac: adding multiple buffers for TXJoao Pinto4-255/+374
2017-04-07net: stmmac: adding multiple buffers for rxJoao Pinto3-184/+306
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-02net: stmmac: fix cbs configurationJoao Pinto1-1/+2
2017-03-30net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXIDWadim Egorov1-16/+37
2017-03-30Revert "net: stmmac: enable multiple buffers"LABBE Corentin4-973/+473
2017-03-28stmmac: use netif_set_real_num_{rx,tx}_queuesArnd Bergmann1-2/+2
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin5-9/+45
2017-03-22net: stmmac: fix dma operation mode config for older versionsJoao Pinto1-3/+3
2017-03-22net: stmmac: Restore DT backwards-compatibilityThierry Reding1-0/+7
2017-03-22net: stmmac: Always enable MAC RX queuesThierry Reding1-1/+1
2017-03-21net: stmmac: RX queue routing configurationJoao Pinto6-0/+109
2017-03-21net: stmmac: TX and RX queue priority configurationJoao Pinto6-0/+122
2017-03-21net: stmmac: enable multiple buffersJoao Pinto4-473/+973
2017-03-15net: stmmac: stmmac interrupt treatment prepared for multiple queuesJoao Pinto1-8/+20
2017-03-15net: stmmac: tso init prepared for multiple queuesJoao Pinto1-2/+6
2017-03-15net: stmmac: dma channel init prepared for multiple queuesJoao Pinto3-37/+88
2017-03-15net: stmmac: prepare rx/tx set tail function for multiple queuesJoao Pinto1-2/+2
2017-03-15net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto4-16/+32
2017-03-15net: stmmac: rx watchdog config prepared for multiple queuesJoao Pinto5-8/+11
2017-03-15net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto6-29/+39
2017-03-15net: stmmac: prepare stmmac_tx_err for multiple queuesJoao Pinto1-4/+5
2017-03-15net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto6-39/+125
2017-03-15net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto6-21/+22
2017-03-15net: stmmac: prepare dma op mode config for multiple queuesJoao Pinto3-79/+124
2017-03-13net: stmmac: added default rx queue size in stmmac_dma_interruptJoao Pinto1-0/+3
2017-03-13net: stmmac: set default number of rx and tx queues in stmmac_pciJoao Pinto1-0/+4
2017-03-12net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto5-5/+136
2017-03-12net: stmmac: mac debug prepared for multiple queuesJoao Pinto4-54/+64
2017-03-12net: stmmac: prepare irq_status for mtlJoao Pinto4-16/+33