summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers2014-07-311-2/+4
* net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers2014-07-311-1/+1
* net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers2014-07-311-17/+15Star
* net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2014-07-311-0/+4
* net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai2014-06-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-3/+1Star
|\
| * stmmac: Remove unbalanced clk_disable callHans de Goede2014-05-221-3/+1Star
* | stmmac: remove stmmac_configFlorian Fainelli2014-04-211-22/+0Star
|/
* stmmac: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* stmmac: fix chained modeGiuseppe CAVALLARO2014-03-111-33/+23Star
* stmmac: fix and better tune the default buffer sizesGiuseppe CAVALLARO2014-03-111-6/+6
* stmmac: disable at run-time the EEE if not supportedGiuseppe CAVALLARO2014-03-111-4/+19
* net: stmmac: Check return value of alloc_dma_desc_resources()Tobias Klauser2014-02-251-1/+1
* net: stmmac: Log MAC address only onceHans de Goede2014-01-271-2/+2
* net: stmmac: Silence PTP init errors on hw without PTPHans de Goede2014-01-271-1/+1
* stmmac: Fix kernel crashes for jumbo framesVince Bridgers2014-01-221-4/+7
* net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0002014-01-201-16/+19
* net: stmmac: Add support for optional reset controlChen-Yu Tsai2014-01-201-1/+18
* net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai2014-01-201-13/+13
* net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla2014-01-171-2/+7
* net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla2014-01-171-0/+3
* net: stmmac: use suspend functions for hibernationSrinivas Kandagatla2014-01-171-16/+0Star
* net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla2014-01-171-6/+7
* net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla2014-01-171-67/+88
* net: stmmac: move dma allocation to new functionSrinivas Kandagatla2014-01-171-84/+85
* net: stmmac: support max-speed device tree propertySrinivas Kandagatla2014-01-171-1/+3
* stmmac: Add vlan rx for better GRO performance.Vince Bridgers2014-01-161-0/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-11/+9Star
|\
| * stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers2013-12-301-11/+9Star
* | stmicro: make local variables staticstephen hemminger2014-01-021-1/+1
|/
* stmmac: Validate hwtstamp_config completely before applying itBen Hutchings2013-11-141-9/+3Star
* driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang2013-08-301-1/+3
* stmmac: remove useless csum flagGiuseppe CAVALLARO2013-08-221-2/+1Star
* stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz2013-08-131-19/+92
* 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-031-35/+31Star
|\
| * stmmac: fix EEE setupGiuseppe CAVALLARO2013-06-201-35/+31Star
* | stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO2013-07-031-86/+38Star
* | net: stmmac: fixed enh_desc set always zeroByungho An2013-07-011-3/+3
* | net: stmmac: fixed operator typoByungho An2013-07-011-5/+5
|/
* net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen2013-06-131-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* stmmac: prefetch all dma_erx when use extend_descGiuseppe CAVALLARO2013-04-081-6/+3Star
* stmmac: code tidy-upGiuseppe CAVALLARO2013-04-081-139/+134Star
* stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO2013-04-081-44/+140
* stmmac: modified pcs mode support for SGMIIByungho An2013-04-081-4/+8
* stmmac: add the support for PTP hw clock driverRayagond Kokatanur2013-03-261-9/+25
* stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur2013-03-261-15/+369
* stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur2013-03-261-4/+15
* stmmac: initial support to manage pcs modesGiuseppe CAVALLARO2013-03-261-12/+46