summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla2013-07-041-2/+46
* dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla2013-07-041-0/+26
* dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla2013-07-041-3/+3
* net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO2013-07-041-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-032-37/+33Star
|\
| * stmmac: fix EEE setupGiuseppe CAVALLARO2013-06-202-37/+33Star
* | stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO2013-07-039-267/+117Star
* | net: stmmac: fixed enh_desc set always zeroByungho An2013-07-011-3/+3
* | net: stmmac: fixed operator typoByungho An2013-07-011-5/+5
* | net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-201-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-1/+1
|\|
| * net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen2013-06-131-1/+1
* | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-281-2/+0Star
|/
* net/ethernet: STMMAC_ETH should depend on HAS_DMAGeert Uytterhoeven2013-05-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-0/+1
|\
| * stmmac: prevent interrupt loop with MMC RX IPC CounterChristian Ruppert2013-04-111-0/+1
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* | net: ethernet: stmicro: stmmac: use devm_ioremap_resource()Silviu-Mihai Popescu2013-04-111-5/+3Star
* | stmmac: prefetch all dma_erx when use extend_descGiuseppe CAVALLARO2013-04-081-6/+3Star
* | stmmac: review private structure fieldsGiuseppe CAVALLARO2013-04-081-34/+34
* | stmmac: code tidy-upGiuseppe CAVALLARO2013-04-0817-309/+311
* | stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO2013-04-082-50/+142
* | stmmac: modified pcs mode support for SGMIIByungho An2013-04-081-4/+8
* | stmmac: update the Doc and Version (PTP+SGMII)Giuseppe CAVALLARO2013-03-261-1/+1
* | stmmac: add the support for PTP hw clock driverRayagond Kokatanur2013-03-268-10/+294
* | stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur2013-03-2611-24/+732
* | stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur2013-03-264-4/+22
* | stmmac: initial support to manage pcs modesGiuseppe CAVALLARO2013-03-266-15/+257
* | stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO2013-03-266-50/+55
* | stmmac: support extend descriptorsGiuseppe CAVALLARO2013-03-2611-218/+528
* | stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO2013-03-2610-137/+169
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-16/+8Star
|/
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\
| * drivers/net/ethernet/stmicro/stmmac: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-191-1/+1
|\ \
| * | stmmac: fix the parsing of the eee_timer parameterGiuseppe CAVALLARO2013-02-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-132-4/+8
|\| |
| * | stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO2013-02-111-3/+7
| * | stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO2013-02-111-1/+1
| |/
* | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-5/+6
* | stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov2013-02-031-0/+1
* | net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-2/+1Star
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-2/+1Star
|/
* stmmac: fix platform driver unregisteringKonstantin Khlebnikov2012-12-142-13/+15
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-5/+5
* Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David S. Miller2012-12-032-6/+6
|\
| * stmmac: remove __dev* attributesBill Pemberton2012-12-032-6/+6
* | stmmac: remove two repeated macroswalimis2012-12-031-2/+0Star
|/
* stmmac: update the driver version to Nov_2012Giuseppe CAVALLARO2012-11-261-1/+1
* stmmac: get/set coalesce parameters via ethtoolGiuseppe CAVALLARO2012-11-261-0/+83