summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2014-01-26net: stmmac: Log MAC address only onceHans de Goede
2014-01-26net: stmmac: Silence PTP init errors on hw without PTPHans de Goede
2014-01-21stmmac: Fix kernel crashes for jumbo framesVince Bridgers
2014-01-19net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi000
2014-01-19net: stmmac: Add support for optional reset controlChen-Yu Tsai
2014-01-19net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai
2014-01-16net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla
2014-01-16net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla
2014-01-16net: stmmac: use suspend functions for hibernationSrinivas Kandagatla
2014-01-16net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla
2014-01-16net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla
2014-01-16net: stmmac: move dma allocation to new functionSrinivas Kandagatla
2014-01-16net: stmmac: support max-speed device tree propertySrinivas Kandagatla
2014-01-15stmmac: Add vlan rx for better GRO performance.Vince Bridgers
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-01stmicro: make local variables staticstephen hemminger
2013-12-29stmmac: Fix incorrect spinlock release and PTP cap detection.Vince Bridgers
2013-11-14stmmac: Validate hwtstamp_config completely before applying itBen Hutchings
2013-08-30driver:net:stmmac: Disable DMA store and forward mode if platform data force_...Sonic Zhang
2013-08-21stmmac: remove useless csum flagGiuseppe CAVALLARO
2013-08-12stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz
2013-07-04net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO
2013-07-01net: stmmac: fixed enh_desc set always zeroByungho An
2013-07-01net: stmmac: fixed operator typoByungho An
2013-06-19stmmac: fix EEE setupGiuseppe CAVALLARO
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-08stmmac: prefetch all dma_erx when use extend_descGiuseppe CAVALLARO
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO
2013-04-08stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO
2013-04-08stmmac: modified pcs mode support for SGMIIByungho An
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-15stmmac: fix the parsing of the eee_timer parameterGiuseppe CAVALLARO
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-10stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-12-14stmmac: fix platform driver unregisteringKonstantin Khlebnikov
2012-11-26stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO
2012-11-26stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO