summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: stmmac: rx/tx dma start/stop prepared for multiple queuesJoao Pinto2017-03-151-11/+97
* net: stmmac: enable/disable dma irq prepared for multiple queuesJoao Pinto2017-03-151-6/+7
* net: stmmac: prepare dma op mode config for multiple queuesJoao Pinto2017-03-151-18/+64
* net: stmmac: added default rx queue size in stmmac_dma_interruptJoao Pinto2017-03-131-0/+3
* net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto2017-03-121-0/+29
* net: stmmac: prepare irq_status for mtlJoao Pinto2017-03-121-0/+5
* net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto2017-03-121-3/+14
* net: stmmac: mapping mtl rx to dma channelJoao Pinto2017-03-121-0/+21
* net: stmmac: mtl rx queue enabled as dcb or avbJoao Pinto2017-03-121-12/+7
* net: stmmac: configure tx queue weightJoao Pinto2017-03-121-0/+20
* net: stmmac: configure mtl rx and tx algorithmsJoao Pinto2017-03-121-3/+28
* net: stmmac: Parse FIFO sizes from feature registersThierry Reding2017-03-121-0/+3
* net: stmmac: Check for DMA mapping errorsThierry Reding2017-03-121-0/+2
* net: stmmac: Balance PTP reference clock enable/disableThierry Reding2017-03-121-0/+4
* net: stmmac: Disable PTP reference clock on errorThierry Reding2017-03-121-0/+8
* net: stmmac: Stop PHY and remove TX timer on errorThierry Reding2017-03-121-1/+5
* net: stmmac: unify registers dumps methodsLABBE Corentin2017-02-241-5/+0
* 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/+2
* 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-151-4/+4
* net: stmmac: replace unsigned by u32LABBE Corentin2017-02-081-2/+2
* net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin2017-02-081-3/+0
* net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin2017-02-081-7/+0
* net: stmmac: print phy informationLABBE Corentin2017-02-081-3/+1
* net: stmmac: Rewrite two test against NULL valueLABBE Corentin2017-02-081-2/+2
* net: stmmac: Correct the error message about invalid speedLABBE Corentin2017-02-081-2/+1
* net: stmmac: remove freesoftware addressLABBE Corentin2017-02-081-4/+0
* net: stmmac: fix some typos in commentsLABBE Corentin2017-02-081-8/+8
* net: stmmac: Remove the bus_setup function pointerLABBE Corentin2017-02-081-4/+0
* net: stmmac: add separate warning for PTP not being supported by HWHeiner Kallweit2017-02-021-2/+4
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-9/+10
|\
| * net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit2017-01-161-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-1/+9
|\|
| * net: stmmac: fix maxmtu assignment to be within valid rangeKweh, Hock Leong2017-01-081-1/+9
* | stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto2017-01-091-67/+15
* | stmmac: adding DT parameter for LPI tx clock gatingjpinto2017-01-091-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-10/+13
|\|
| * net: stmmac: Fix error path after register_netdev moveFlorian Fainelli2016-12-291-1/+8
| * net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli2016-12-271-10/+6
* | stmmac: enable rx queuesjpinto2016-12-291-0/+26
|/
* stmmac: fix memory barriersPavel Machek2016-12-191-4/+4
* net: ethernet: stmmac: remove private tx queue lockLino Sanfilippo2016-12-101-22/+6
* net: stmmac: stmmac_platform: fix parsing of DT bindingNiklas Cassel2016-12-081-2/+2
* net: stmmac: simplify the common DMA init APINiklas Cassel2016-12-081-5/+1
* net: stmmac: return error if no DMA configuration is foundNiklas Cassel2016-12-081-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+0
|\