aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-12net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto6-14/+34
2017-03-12net: stmmac: mapping mtl rx to dma channelJoao Pinto4-0/+55
2017-03-12net: stmmac: mtl rx queue enabled as dcb or avbJoao Pinto3-15/+14
2017-03-12net: stmmac: configure tx queue weightJoao Pinto4-0/+42
2017-03-12net: stmmac: configure mtl rx and tx algorithmsJoao Pinto4-3/+90
2017-03-12net: stmmac: multiple queues dt configurationJoao Pinto1-0/+91
2017-03-12net: stmmac: dwc-qos: Add Tegra186 supportThierry Reding2-0/+248
2017-03-12net: stmmac: dwc-qos: Split out ->probe() and ->remove()Thierry Reding1-26/+98
2017-03-12net: stmmac: Program RX queue size and flow controlThierry Reding2-2/+62
2017-03-12net: stmmac: Parse FIFO sizes from feature registersThierry Reding4-0/+13
2017-03-12net: stmmac: Check for DMA mapping errorsThierry Reding1-0/+2
2017-03-12net: stmmac: Balance PTP reference clock enable/disableThierry Reding2-1/+4
2017-03-12net: stmmac: Disable PTP reference clock on errorThierry Reding1-0/+8
2017-03-12net: stmmac: Stop PHY and remove TX timer on errorThierry Reding1-1/+5
2017-03-12net: stmmac: Rename clk_ptp_ref clock to ptp_refThierry Reding1-1/+1
2017-03-09net: stmicro: replace kzalloc with devm_kzallocJoao Pinto1-1/+1
2017-02-24net: stmmac: unify registers dumps methodsLABBE Corentin9-121/+71
2017-02-19net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac supportdavid.wu1-0/+117
2017-02-15net: stmmac: invert the logic for dumping regsLABBE Corentin1-9/+9
2017-02-15net: stmmac: reduce indentation by adding a continueLABBE Corentin1-42/+40
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 Corentin2-5/+5
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
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin5-5/+5
2017-02-08net: stmmac: Rewrite two test against NULL valueLABBE Corentin1-2/+2
2017-02-08net: stmmac: Correct the error message about invalid speedLABBE Corentin1-2/+1
2017-02-08net: stmmac: replace ENOSYS by EINVALLABBE Corentin1-1/+1