summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* stmmac: do not sleep in atomic context for mdio_resetVincent Palatin2016-06-021-2/+4
* stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setEzequiel Garcia2016-05-161-1/+6
* stmmac: let remove/resume/suspend functions take device pointerJoachim Eastwood2016-05-031-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-12/+10
|\
| * stmmac: fix adjust link call in case of a switch is attachedGiuseppe CAVALLARO2016-04-061-12/+10
* | stmmac: support new GMAC4Alexandre TORGUE2016-04-021-52/+431
* | stmmac: enhance mmc counter managementAlexandre TORGUE2016-04-021-3/+5
* | stmmac: rework synopsys id read, moved to dwmac setupAlexandre TORGUE2016-04-021-28/+3
* | stmmac: rework the routines to show the ring statusAlexandre TORGUE2016-04-021-50/+23
* | stmmac: rework get_hw_feature functionAlexandre TORGUE2016-04-021-43/+7
|/
* stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-11/+5
* stmmac: tune rx copy via threshold.Giuseppe Cavallaro2016-03-021-2/+24
* stmmac: do not perform zero-copy for rx framesGiuseppe Cavallaro2016-03-021-15/+46
* stmmac: fix phy init when attached to a phyFabrice Gasnier2016-03-021-2/+3
* stmmac: do not poll phy handler when attach a switchGiuseppe Cavallaro2016-03-021-0/+5
* stmmac: first frame prep at the end of xmit routineGiuseppe Cavallaro2016-03-021-48/+66
* stmmac: set dirty index out of the loopGiuseppe Cavallaro2016-03-021-4/+1
* stmmac: optimize tx clean functionFabrice Gasnier2016-03-021-14/+13
* stmmac: optimize tx desc managementGiuseppe Cavallaro2016-03-021-10/+6
* stmmac: merge get_rx_owner into rx_status routine.Fabrice Gasnier2016-03-021-4/+5
* stmmac: add is_jumbo field to dma dataGiuseppe Cavallaro2016-03-021-0/+1
* stmmac: add last_segment field to dma dataGiuseppe Cavallaro2016-03-021-1/+4
* stmmac: add length field to dma dataGiuseppe Cavallaro2016-03-021-4/+7
* stmmac: review RX/TX ring managementGiuseppe Cavallaro2016-03-021-104/+94
* stmmac: rework DMA bus setting and introduce new platform AXI structureGiuseppe Cavallaro2016-03-021-4/+8
* stmmac: share reset function between dwmac100 and dwmac1000Giuseppe Cavallaro2016-03-021-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-3/+6
|\
| * stmmac: fix resource management when resumeGiuseppe CAVALLARO2015-12-051-3/+6
* | stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid2015-12-151-11/+8
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+2
|/
* stmmac: fix oversized frame receptionGiuseppe CAVALLARO2015-11-301-0/+6
* stmmac: fix csr clock divisor for 300MHzGiuseppe CAVALLARO2015-11-301-1/+1
* stmmac: fix a filter problem after resuming.Giuseppe CAVALLARO2015-11-301-0/+1
* net: stmmac: avoid using timespecArnd Bergmann2015-10-051-3/+5
* net: stmmac: fix type of entry variableAndrzej Hajda2015-09-221-1/+1
* stmmac: fix check for phydev being openAlexey Brodkin2015-09-091-1/+4
* stmmac: fix setting of driver data in stmmac_dvr_probeJoachim Eastwood2015-07-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-22/+22
|\
| * stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin2015-06-241-22/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-23/+53
|\ \ | |/
| * net: stmmac: create one debugfs dir per net-deviceMathieu Olivari2015-05-251-23/+53
* | stmmac: add fixed-link device-tree supportMathieu Olivari2015-05-301-1/+1
* | stmmac: add phy-handle support to the platform layerMathieu Olivari2015-05-301-10/+18
* | stmmac: change the stmmac_dvr_probe return type to intJoachim Eastwood2015-05-211-8/+7
* | stmmac: let stmmac_dvr_probe take a struct of resourcesJoachim Eastwood2015-05-211-4/+11
* | stmmac: move driver data setting into stmmac_dvr_probeJoachim Eastwood2015-05-211-0/+2
* | stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual callVineet Gupta2015-05-211-3/+1
|/
* stmmac: Configure Flow Control to work correctly based on rxfifo sizeVince Bridgers2015-04-161-5/+11
* stmmac: fix oops on rmmod after assigning ip addrBryan O'Donoghue2015-04-161-3/+3
* stmmac: Add an optional register interface clockAndrew Bresticker2015-04-081-0/+15
OpenPOWER on IntegriCloud