summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* 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
* stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO2012-11-268-20/+71
* stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO2012-11-265-62/+111
* stmmac: remove dead code for STMMAC_TIMER supportGiuseppe CAVALLARO2012-11-266-310/+3Star
* net: remove skb recyclingEric Dumazet2012-10-072-19/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-282-9/+9
|\
| * net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2012-09-212-8/+8
| * stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun2012-09-211-1/+1
* | net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla2012-08-311-32/+8Star
* | net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2012-08-312-6/+3Star
* | net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla2012-08-311-1/+2
* | net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla2012-08-311-0/+3
|/
* stmmac: add header inclusion protectionRayagond Kokatanur2012-08-249-0/+43
* stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO2012-08-231-3/+3