aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-31net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers6-21/+130
2014-07-31net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers5-19/+14
2014-07-31net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers5-62/+91
2014-07-30net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2-0/+73
2014-07-07Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2-73/+0
2014-07-02net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers1-4/+1
2014-07-02net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers1-1/+1
2014-07-02net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2-0/+73
2014-06-02net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai2-7/+14
2014-06-02stmmac: Remove spin_lock call in stmmac_get_pauseparam()Emil Goode1-2/+0
2014-05-24net: driver: stmicro: Remove some useless the lock protectionYang Wei1-6/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2014-05-22stmmac: Remove unbalanced clk_disable callHans de Goede1-3/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-30net: stmmac: set phy to use polling by defaultDinh Nguyen1-2/+5
2014-04-21stmmac: remove stmmac_configFlorian Fainelli1-22/+0
2014-03-28net: stmmac: Add SOCFPGA glue driverDinh Nguyen5-0/+147
2014-03-24stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-11stmmac: dwmac-sti: fix broken STiD127 compatibilityGiuseppe CAVALLARO1-1/+1
2014-03-11stmmac: fix chained modeGiuseppe CAVALLARO4-53/+34
2014-03-11stmmac: fix and better tune the default buffer sizesGiuseppe CAVALLARO1-6/+6
2014-03-11stmmac: disable at run-time the EEE if not supportedGiuseppe CAVALLARO1-4/+19
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