summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: add set_mac to the stmmac_opsLABBE Corentin2017-03-245-9/+45
* net: stmmac: fix dma operation mode config for older versionsJoao Pinto2017-03-221-3/+3
* net: stmmac: Restore DT backwards-compatibilityThierry Reding2017-03-221-0/+7
* net: stmmac: Always enable MAC RX queuesThierry Reding2017-03-221-1/+1
* net: stmmac: RX queue routing configurationJoao Pinto2017-03-226-0/+109
* net: stmmac: TX and RX queue priority configurationJoao Pinto2017-03-226-0/+122
* net: stmmac: enable multiple buffersJoao Pinto2017-03-224-473/+973
* net: stmmac: stmmac interrupt treatment prepared for multiple queuesJoao Pinto2017-03-151-8/+20
* net: stmmac: tso init prepared for multiple queuesJoao Pinto2017-03-151-2/+6
* net: stmmac: dma channel init prepared for multiple queuesJoao Pinto2017-03-153-37/+88
* net: stmmac: prepare rx/tx set tail function for multiple queuesJoao Pinto2017-03-151-2/+2
* net: stmmac: rx and tx ring length prepared for multiple queuesJoao Pinto2017-03-154-16/+32
* net: stmmac: rx watchdog config prepared for multiple queuesJoao Pinto2017-03-155-8/+11
* net: stmmac: prepare dma interrupt treatment for multiple queuesJoao Pinto2017-03-156-29/+39
* net: stmmac: prepare stmmac_tx_err for multiple queuesJoao Pinto2017-03-151-4/+5
* net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto2017-03-156-39/+125
* net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto2017-03-156-21/+22
* net: stmmac: prepare dma op mode config for multiple queuesJoao Pinto2017-03-153-79/+124
* net: stmmac: added default rx queue size in stmmac_dma_interruptJoao Pinto2017-03-131-0/+3
* net: stmmac: set default number of rx and tx queues in stmmac_pciJoao Pinto2017-03-131-0/+4
* net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto2017-03-135-5/+136
* net: stmmac: mac debug prepared for multiple queuesJoao Pinto2017-03-134-54/+64
* net: stmmac: prepare irq_status for mtlJoao Pinto2017-03-134-16/+33
* net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto2017-03-136-14/+34
* net: stmmac: mapping mtl rx to dma channelJoao Pinto2017-03-134-0/+55
* net: stmmac: mtl rx queue enabled as dcb or avbJoao Pinto2017-03-133-15/+14Star
* net: stmmac: configure tx queue weightJoao Pinto2017-03-134-0/+42
* net: stmmac: configure mtl rx and tx algorithmsJoao Pinto2017-03-134-3/+90
* net: stmmac: multiple queues dt configurationJoao Pinto2017-03-131-0/+91
* net: stmmac: dwc-qos: Add Tegra186 supportThierry Reding2017-03-132-0/+248
* net: stmmac: dwc-qos: Split out ->probe() and ->remove()Thierry Reding2017-03-131-26/+98
* net: stmmac: Program RX queue size and flow controlThierry Reding2017-03-132-2/+62
* net: stmmac: Parse FIFO sizes from feature registersThierry Reding2017-03-134-0/+13
* net: stmmac: Check for DMA mapping errorsThierry Reding2017-03-131-0/+2
* net: stmmac: Balance PTP reference clock enable/disableThierry Reding2017-03-132-1/+4
* net: stmmac: Disable PTP reference clock on errorThierry Reding2017-03-131-0/+8
* net: stmmac: Stop PHY and remove TX timer on errorThierry Reding2017-03-131-1/+5
* net: stmmac: Rename clk_ptp_ref clock to ptp_refThierry Reding2017-03-131-1/+1
* net: stmicro: replace kzalloc with devm_kzallocJoao Pinto2017-03-091-1/+1
* net: stmmac: unify registers dumps methodsLABBE Corentin2017-02-249-121/+71Star
* net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac supportdavid.wu2017-02-201-0/+117
* net: stmmac: invert the logic for dumping regsLABBE Corentin2017-02-151-9/+9
* net: stmmac: reduce indentation by adding a continueLABBE Corentin2017-02-151-42/+40Star
* net: stmmac: split the stmmac_adjust_link 10/100 caseLABBE Corentin2017-02-151-5/+9
* net: stmmac: run stmmac_hw_fix_mac_speed when speed is validLABBE Corentin2017-02-151-3/+2Star
* net: stmmac: set speed at SPEED_UNKNOWN in case of broken speedLABBE Corentin2017-02-151-0/+1
* net: stmmac: use SPEED_UNKNOWN/DUPLEX_UNKNOWNLABBE Corentin2017-02-151-6/+6
* net: stmmac: likely is useless in occasional functionLABBE Corentin2017-02-151-4/+4
* net: stmmac: remove useless parenthesisLABBE Corentin2017-02-152-5/+5
* net: stmmac: replace unsigned by u32LABBE Corentin2017-02-081-2/+2