summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers2014-07-316-21/+130
* net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers2014-07-315-19/+14Star
* net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers2014-07-315-62/+91
* net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2014-07-312-0/+73
* Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2014-07-082-73/+0Star
* net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers2014-07-031-4/+1Star
* net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers2014-07-031-1/+1
* net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2014-07-032-0/+73
* net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai2014-06-022-7/+14
* stmmac: Remove spin_lock call in stmmac_get_pauseparam()Emil Goode2014-06-021-2/+0Star
* net: driver: stmicro: Remove some useless the lock protectionYang Wei2014-05-251-6/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-3/+1Star
|\
| * stmmac: Remove unbalanced clk_disable callHans de Goede2014-05-221-3/+1Star
* | 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