summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selectedKweh, Hock Leong1-2/+9
2014-09-02stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO1-2/+0
2014-09-02stmmac: fix the rx csum featureGiuseppe CAVALLARO1-2/+25
2014-09-01stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO1-4/+3
2014-09-01stmmac: never check EEE in case of a switch is attachedGiuseppe CAVALLARO1-0/+5
2014-08-30stmmac: fix dma api misuseGiuseppe CAVALLARO1-17/+51
2014-08-30stmmac: ptp: fix the reference clockGiuseppe CAVALLARO1-4/+16
2014-08-26stmmac: fix rx checksum programmingGiuseppe CAVALLARO1-7/+6
2014-08-01net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers1-2/+4
2014-08-01net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers1-1/+1
2014-08-01net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers1-17/+15
2014-07-31net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers1-0/+4
2014-06-03net: 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-25stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-12stmmac: fix chained modeGiuseppe CAVALLARO1-33/+23
2014-03-12stmmac: fix and better tune the default buffer sizesGiuseppe CAVALLARO1-6/+6
2014-03-12stmmac: disable at run-time the EEE if not supportedGiuseppe CAVALLARO1-4/+19
2014-02-25net: stmmac: Check return value of alloc_dma_desc_resources()Tobias Klauser1-1/+1
2014-01-27net: stmmac: Log MAC address only onceHans de Goede1-2/+2
2014-01-27net: stmmac: Silence PTP init errors on hw without PTPHans de Goede1-1/+1
2014-01-22stmmac: Fix kernel crashes for jumbo framesVince Bridgers1-4/+7
2014-01-20net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0001-16/+19
2014-01-20net: stmmac: Add support for optional reset controlChen-Yu Tsai1-1/+18
2014-01-20net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai1-13/+13
2014-01-17net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla1-2/+7
2014-01-17net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla1-0/+3
2014-01-17net: stmmac: use suspend functions for hibernationSrinivas Kandagatla1-16/+0
2014-01-17net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla1-6/+7
2014-01-17net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla1-67/+88
2014-01-17net: stmmac: move dma allocation to new functionSrinivas Kandagatla1-84/+85
2014-01-17net: stmmac: support max-speed device tree propertySrinivas Kandagatla1-1/+3
2014-01-16stmmac: Add vlan rx for better GRO performance.Vince Bridgers1-0/+19
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+9
2014-01-02stmicro: make local variables staticstephen hemminger1-1/+1
2013-12-30stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers1-11/+9
2013-11-15stmmac: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-08-31driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang1-1/+3
2013-08-22stmmac: remove useless csum flagGiuseppe CAVALLARO1-2/+1
2013-08-13stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-07-05net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO1-10/+10
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-35/+31
2013-07-03stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO1-86/+38
2013-07-02net: stmmac: fixed enh_desc set always zeroByungho An1-3/+3
2013-07-02net: stmmac: fixed operator typoByungho An1-5/+5
2013-06-20stmmac: fix EEE setupGiuseppe CAVALLARO1-35/+31
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1