summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: stmmac: set phy to use polling by defaultDinh Nguyen2014-04-301-2/+5
* stmmac: remove stmmac_configFlorian Fainelli2014-04-211-22/+0Star
* net: stmmac: Add SOCFPGA glue driverDinh Nguyen2014-03-285-0/+147
* stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* stmmac: dwmac-sti: fix broken STiD127 compatibilityGiuseppe CAVALLARO2014-03-111-1/+1
* stmmac: fix chained modeGiuseppe CAVALLARO2014-03-114-53/+34Star
* stmmac: fix and better tune the default buffer sizesGiuseppe CAVALLARO2014-03-111-6/+6
* stmmac: disable at run-time the EEE if not supportedGiuseppe CAVALLARO2014-03-111-4/+19
* net: stmmac: Check return value of alloc_dma_desc_resources()Tobias Klauser2014-02-251-1/+1
* net: stmmac:sti: Add STi SOC glue driver.Srinivas Kandagatla2014-02-135-0/+350
* net: stmmac: Log MAC address only onceHans de Goede2014-01-271-2/+2
* net: stmmac: Silence PTP init errors on hw without PTPHans de Goede2014-01-271-1/+1
* stmmac: Fix kernel crashes for jumbo framesVince Bridgers2014-01-226-12/+32
* net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0002014-01-203-19/+21
* net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai2014-01-205-0/+158
* net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai2014-01-201-10/+34
* net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai2014-01-201-1/+8
* net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai2014-01-201-0/+2
* net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai2014-01-201-4/+14
* net: stmmac: Add support for optional reset controlChen-Yu Tsai2014-01-205-5/+25
* net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai2014-01-201-13/+13
* net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla2014-01-172-2/+8
* net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla2014-01-171-0/+3
* net: stmmac: use suspend functions for hibernationSrinivas Kandagatla2014-01-173-50/+12Star
* net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla2014-01-171-6/+7
* net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla2014-01-172-1/+2
* net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla2014-01-171-67/+88
* net: stmmac: move dma allocation to new functionSrinivas Kandagatla2014-01-171-84/+85
* net: stmmac: mdio: remove reset gpio freeSrinivas Kandagatla2014-01-171-1/+0Star
* net: stmmac: support max-speed device tree propertySrinivas Kandagatla2014-01-172-1/+7
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* stmmac: Add vlan rx for better GRO performance.Vince Bridgers2014-01-161-0/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-062-13/+11Star
|\
| * stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers2013-12-302-13/+11Star
* | stmicro: make local variables staticstephen hemminger2014-01-023-6/+4Star
* | drivers: net: Mark functions as static in stmmac_platform.cRashika Kheria2013-12-201-2/+2
|/
* stmmac: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3Star
* net: stmmac: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-1/+0Star
* stmicro: Remove extern from function prototypesJoe Perches2013-09-244-23/+22Star
* net: stmmac: fix bad merge conflict resolutionOlof Johansson2013-09-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-9/+12
|\
| * net: stmmac: fixed the pbl setting with DTByungho An2013-08-281-8/+12
* | driver:stmmac: Adjust time stamp increase for 0.465 ns accurate only when Tim...Sonic Zhang2013-09-041-2/+2
* | net: stmmac: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* | driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang2013-08-302-1/+8
* | stmmac: remove useless csum flagGiuseppe CAVALLARO2013-08-222-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-172-21/+103
|\|
| * stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz2013-08-131-19/+92