summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2013-03-26stmmac: update the Doc and Version (PTP+SGMII)Giuseppe CAVALLARO1-1/+1
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur8-10/+294
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur11-24/+732
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur4-4/+22
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO6-15/+257
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO6-50/+55
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO11-218/+528
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO10-137/+169
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-16/+8
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2013-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-1/+1
2013-02-16stmmac: fix the parsing of the eee_timer parameterGiuseppe CAVALLARO1-1/+1
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+8
2013-02-11stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO1-3/+7
2013-02-11stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-5/+6
2013-02-04stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov1-0/+1
2013-01-23drivers/net/ethernet/stmicro/stmmac: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+1
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+1
2012-12-14stmmac: fix platform driver unregisteringKonstantin Khlebnikov2-13/+15
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-5/+5
2012-12-04Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David S. Miller2-6/+6
2012-12-03stmmac: remove __dev* attributesBill Pemberton2-6/+6
2012-12-03stmmac: remove two repeated macroswalimis1-2/+0
2012-11-27stmmac: update the driver version to Nov_2012Giuseppe CAVALLARO1-1/+1
2012-11-27stmmac: get/set coalesce parameters via ethtoolGiuseppe CAVALLARO1-0/+83
2012-11-27stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO8-20/+71
2012-11-27stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO5-62/+111
2012-11-27stmmac: remove dead code for STMMAC_TIMER supportGiuseppe CAVALLARO6-310/+3
2012-10-07net: remove skb recyclingEric Dumazet2-19/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+9
2012-09-21net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2-8/+8
2012-09-21stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun1-1/+1
2012-09-01net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla1-32/+8
2012-09-01net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2-6/+3
2012-09-01net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla1-1/+2
2012-09-01net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla1-0/+3
2012-08-24stmmac: add header inclusion protectionRayagond Kokatanur9-0/+43
2012-08-23stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO1-3/+3
2012-08-23stmmac: fix GMAC syn IDGiuseppe CAVALLARO1-1/+1
2012-08-20net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung1-1/+1
2012-08-09net/stmmac: mark probe function as __devinitArnd Bergmann1-1/+1
2012-07-31net/stmmac: remove conditional compilation of clk codeViresh Kumar2-58/+17
2012-07-19net: stmmac: Add ip version to dts bindingsDinh Nguyen1-2/+6
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-10stmmac: Fix for higher mtu size handlingDeepak Sikri1-1/+2
2012-07-10stmmac: Fix for nfs hang on multiple rebootDeepak Sikri1-0/+3
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO9-18/+372