aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-19drivers: net: Mark functions as static in stmmac_platform.cRashika Kheria1-2/+2
2013-11-14stmmac: Validate hwtstamp_config completely before applying itBen Hutchings1-9/+3
2013-10-22net: stmmac: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-24stmicro: Remove extern from function prototypesJoe Perches4-23/+22
2013-09-05net: stmmac: fix bad merge conflict resolutionOlof Johansson1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+12
2013-09-04driver:stmmac: Adjust time stamp increase for 0.465 ns accurate only when Time stamp binary rollover is set.Sonic Zhang1-2/+2
2013-08-30net: stmmac: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set.Sonic Zhang2-1/+8
2013-08-28net: stmmac: fixed the pbl setting with DTByungho An1-8/+12
2013-08-21stmmac: remove useless csum flagGiuseppe CAVALLARO2-3/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+103
2013-08-12stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-08-09net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An1-2/+11
2013-07-24drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2013-07-04dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla1-2/+46
2013-07-04dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla1-0/+26
2013-07-04dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla1-3/+3
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. Miller2-37/+33
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO9-267/+117
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-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-06-19stmmac: fix EEE setupGiuseppe CAVALLARO2-37/+33
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen1-1/+1
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-11net/ethernet: STMMAC_ETH should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-11net: ethernet: stmicro: stmmac: use devm_ioremap_resource()Silviu-Mihai Popescu1-5/+3
2013-04-11stmmac: prevent interrupt loop with MMC RX IPC CounterChristian Ruppert1-0/+1
2013-04-08stmmac: prefetch all dma_erx when use extend_descGiuseppe CAVALLARO1-6/+3
2013-04-08stmmac: review private structure fieldsGiuseppe CAVALLARO1-34/+34
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO17-309/+311