summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-29net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-01stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO
2014-09-01stmmac: fix the rx csum featureGiuseppe CAVALLARO
2014-08-31stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO
2014-08-31stmmac: never check EEE in case of a switch is attachedGiuseppe CAVALLARO
2014-08-29stmmac: fix dma api misuseGiuseppe CAVALLARO
2014-08-29stmmac: ptp: fix the reference clockGiuseppe CAVALLARO
2014-08-25stmmac: fix rx checksum programmingGiuseppe CAVALLARO
2014-08-25stmmac: simple cleanupsPavel Machek
2014-07-31net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers
2014-07-31net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers
2014-07-31net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers
2014-07-30net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers
2014-06-02net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22stmmac: Remove unbalanced clk_disable callHans de Goede
2014-04-21stmmac: remove stmmac_configFlorian Fainelli
2014-03-24stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-11stmmac: fix chained modeGiuseppe CAVALLARO
2014-03-11stmmac: fix and better tune the default buffer sizesGiuseppe CAVALLARO
2014-03-11stmmac: disable at run-time the EEE if not supportedGiuseppe CAVALLARO
2014-02-24net: stmmac: Check return value of alloc_dma_desc_resources()Tobias Klauser
2014-01-26net: stmmac: Log MAC address only onceHans de Goede
2014-01-26net: stmmac: Silence PTP init errors on hw without PTPHans de Goede
2014-01-21stmmac: Fix kernel crashes for jumbo framesVince Bridgers
2014-01-19net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi000
2014-01-19net: stmmac: Add support for optional reset controlChen-Yu Tsai
2014-01-19net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai
2014-01-16net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla
2014-01-16net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla
2014-01-16net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla
2014-01-16net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla
2014-01-16net: stmmac: move dma allocation to new functionSrinivas Kandagatla
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla
2014-01-15stmmac: Add vlan rx for better GRO performance.Vince Bridgers
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-01stmicro: make local variables staticstephen hemminger
2013-12-29stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers
2013-11-14stmmac: Validate hwtstamp_config completely before applying itBen Hutchings
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang
2013-08-21stmmac: remove useless csum flagGiuseppe CAVALLARO
2013-08-12stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz
2013-07-04net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO
2013-07-01net: stmmac: fixed enh_desc set always zeroByungho An