aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-22stmmac: Don't init ptp again when resume from suspend/hibernationHuacai Chen1-6/+8
2014-11-19stmmac: review driver when run kernel-docGiuseppe CAVALLARO1-53/+98
2014-11-11stmmac: split to core library and probe driversAndy Shevchenko1-32/+4
2014-11-07stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko1-8/+2
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+29
2014-11-05stmmac: fix atomicity in pm routinesGiuseppe CAVALLARO1-13/+16
2014-11-05stmmac: fix concurrency in eee initialization.Giuseppe CAVALLARO1-6/+9
2014-11-05stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO1-2/+0
2014-11-05stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier1-0/+1
2014-11-05stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier1-2/+3
2014-11-05stmmac: remove STMMAC_DEBUG_FSGiuseppe CAVALLARO1-7/+7
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-2/+0
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2014-09-29net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong1-2/+9
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-36/+106
2014-09-01stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO1-2/+0
2014-09-01stmmac: fix the rx csum featureGiuseppe CAVALLARO1-2/+25
2014-08-31stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO1-4/+3
2014-08-31stmmac: never check EEE in case of a switch is attachedGiuseppe CAVALLARO1-0/+5
2014-08-29stmmac: fix dma api misuseGiuseppe CAVALLARO1-17/+51
2014-08-29stmmac: ptp: fix the reference clockGiuseppe CAVALLARO1-4/+16
2014-08-25stmmac: fix rx checksum programmingGiuseppe CAVALLARO1-7/+6
2014-08-25stmmac: simple cleanupsPavel Machek1-1/+1
2014-07-31net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers1-2/+4
2014-07-31net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers1-1/+1
2014-07-31net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers1-17/+15
2014-07-30net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers1-0/+4
2014-06-02net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai1-2/+2
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-04-21stmmac: remove stmmac_configFlorian Fainelli1-22/+0
2014-03-24stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-11stmmac: fix chained modeGiuseppe CAVALLARO1-33/+23
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-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 Bridgers1-4/+7
2014-01-19net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0001-16/+19
2014-01-19net: stmmac: Add support for optional reset controlChen-Yu Tsai1-1/+18
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 Kandagatla1-2/+7
2014-01-16net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla1-0/+3
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla1-16/+0
2014-01-16net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla1-6/+7
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: support max-speed device tree propertySrinivas Kandagatla1-1/+3
2014-01-15stmmac: Add vlan rx for better GRO performance.Vince Bridgers1-0/+19