aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-24net: stmmac: Check return value of alloc_dma_desc_resources()Tobias Klauser1-1/+1
2014-02-13net: stmmac:sti: Add STi SOC glue driver.Srinivas Kandagatla5-0/+350
2014-01-26net: stmmac: Log MAC address only onceHans de Goede1-2/+2
2014-01-26net: stmmac: Silence PTP init errors on hw without PTPHans de Goede1-1/+1
2014-01-21stmmac: Fix kernel crashes for jumbo framesVince Bridgers6-12/+32
2014-01-19net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0003-19/+21
2014-01-19net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai5-0/+158
2014-01-19net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai1-10/+34
2014-01-19net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai1-1/+8
2014-01-19net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai1-0/+2
2014-01-19net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai1-4/+14
2014-01-19net: stmmac: Add support for optional reset controlChen-Yu Tsai5-5/+25
2014-01-19net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai1-13/+13
2014-01-16net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla2-2/+8
2014-01-16net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla1-0/+3
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla3-50/+12
2014-01-16net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla1-6/+7
2014-01-16net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla2-1/+2
2014-01-16net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla1-67/+88
2014-01-16net: stmmac: move dma allocation to new functionSrinivas Kandagatla1-84/+85
2014-01-16net: stmmac: mdio: remove reset gpio freeSrinivas Kandagatla1-1/+0
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla2-1/+7
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-15stmmac: Add vlan rx for better GRO performance.Vince Bridgers1-0/+19
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+11
2014-01-01stmicro: make local variables staticstephen hemminger3-6/+4
2013-12-29stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers2-13/+11
2013-12-19drivers: net: Mark functions as static in stmmac_platform.cRashika Kheria1-2/+2
2013-11-14stmmac: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-10-22net: stmmac: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-24stmicro: Remove extern from function prototypesJoe Perches4-23/+22
2013-09-05net: stmmac: fix bad merge conflict resolutionOlof Johansson1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+12
2013-09-04driver:stmmac: Adjust time stamp increase for 0.465 ns accurate only when Time stamp binary rollover is set.Sonic Zhang1-2/+2
2013-08-30net: stmmac: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set.Sonic Zhang2-1/+8
2013-08-28net: stmmac: fixed the pbl setting with DTByungho An1-8/+12
2013-08-21stmmac: remove useless csum flagGiuseppe CAVALLARO2-3/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+103
2013-08-12stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-08-09net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An1-2/+11
2013-07-24drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2013-07-04dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla1-2/+46
2013-07-04dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla1-0/+26
2013-07-04dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla1-3/+3
2013-07-04net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO1-10/+10
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-37/+33
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO9-267/+117
2013-07-01net: stmmac: fixed enh_desc set always zeroByungho An1-3/+3
2013-07-01net: stmmac: fixed operator typoByungho An1-5/+5