aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+9
2014-01-01stmicro: make local variables staticstephen hemminger1-1/+1
2013-12-29stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers1-11/+9
2013-11-14stmmac: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set.Sonic Zhang1-1/+3
2013-08-21stmmac: remove useless csum flagGiuseppe CAVALLARO1-2/+1
2013-08-12stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-07-04net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO1-10/+10
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-35/+31
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO1-86/+38
2013-07-01net: stmmac: fixed enh_desc set always zeroByungho An1-3/+3
2013-07-01net: stmmac: fixed operator typoByungho An1-5/+5
2013-06-19stmmac: 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
2013-04-08stmmac: prefetch all dma_erx when use extend_descGiuseppe CAVALLARO1-6/+3
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO1-139/+134
2013-04-08stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO1-44/+140
2013-04-08stmmac: modified pcs mode support for SGMIIByungho An1-4/+8
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur1-9/+25
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur1-15/+369
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur1-4/+15
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO1-12/+46
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO1-20/+4
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO1-139/+304
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO1-28/+66
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-16/+8