aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/synopsys
AgeCommit message (Expand)AuthorFilesLines
2017-12-21net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()Gravatar Jie Deng 1-17/+7
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+3
2017-11-15mm: remove __GFP_COLDGravatar Mel Gorman 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-18drivers: net: add missing interrupt.h includeGravatar Florian Westphal 1-0/+1
2017-04-13net: dwc-xlgmac: add the initial ethtool supportGravatar Jie Deng 6-4/+312
2017-03-23net: dwc-xlgmac: use dual licenseGravatar Jie Deng 1-1/+2
2017-03-23net: dwc-xlgmac: declaration of dual license in headersGravatar Jie Deng 7-28/+14
2017-03-22net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()Gravatar Dan Carpenter 1-4/+2
2017-03-22net: dwc-xlgmac: add module licenseGravatar Arnd Bergmann 1-0/+1
2017-03-22net: dwc-xlgmac: include dcbnl.hGravatar Arnd Bergmann 1-0/+1
2017-03-09net: dwc-xlgmac: Initial driver for DesignWare Enterprise EthernetGravatar Jie Deng 9-0/+7391
2017-01-15synopsys: remove dwc_eth_qos driverGravatar jpinto 3-3028/+0
2017-01-08net: make ndo_get_stats64 a void functionGravatar stephen hemminger 1-3/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+13
2016-11-29net: ethernet: dwc_eth_qos: fix fixed-link phydev leaksGravatar Johan Hovold 1-7/+13
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+0
2016-11-25dwc_eth_qos: drop duplicate headersGravatar Geliang Tang 1-2/+0
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2016-10-20dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skbGravatar Wei Yongjun 1-1/+1
2016-10-18dwc_eth_qos: enable flow control by defaultGravatar Niklas Cassel 1-0/+1
2016-10-18dwc_eth_qos: do not clear pause flags from phy_device->supportedGravatar Niklas Cassel 1-1/+2
2016-09-17dwc_eth_qos: constify net_device_ops structuresGravatar Julia Lawall 1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-20/+18
2016-09-09dwc_eth_qos: do not register semi-initialized deviceGravatar Lars Persson 1-20/+18
2016-08-31dwc_eth_qos: constify ethtool_ops structuresGravatar Julia Lawall 1-1/+1
2016-08-23dwc_eth_qos: fix interrupt enable raceGravatar Rabin Vincent 1-7/+10
2016-07-17dwc_eth_qos: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-1/+2
2016-07-12dwc_eth_qos: fix missing clk_disable_unprepare() on error in dwceqos_probe()Gravatar Wei Yongjun 1-1/+1
2016-07-05dwc_eth_qos: remove unused including <linux/version.h>Gravatar Wei Yongjun 1-1/+0
2016-06-28net: ethernet: dwc_eth_qos: use phy_ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-24/+2
2016-06-28net: ethernet: dwc_eth_qos: use phydev from struct net_deviceGravatar Philippe Reynes 1-24/+23
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-2/+2
2016-03-02dwc_eth_qos: do phy_start before resetting hardwareGravatar Lars Persson 1-3/+20
2016-03-02dwc_eth_qos: use DWCEQOS_MSG_DEFAULTGravatar Rabin Vincent 1-1/+1
2016-03-02dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent()Gravatar Rabin Vincent 1-2/+2
2016-03-02dwc_eth_qos: release descriptors outside netif_tx_lockGravatar Lars Persson 1-4/+6
2016-03-02dwc_eth_qos: fix race condition in dwceqos_start_xmitGravatar Rabin Vincent 1-4/+2
2016-02-06dwc_eth_qos: Reset hardware before PHY startGravatar Rabin Vincent 1-1/+1
2016-01-12dwc_eth_qos: Fix dma address for multi-fragment skbsGravatar Lars Persson 1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreGravatar Andrew Lunn 1-13/+2
2016-01-07phy: Centralise print about attached phyGravatar Andrew Lunn 1-11/+1
2015-11-07dwc_eth_qos: Delete an unnecessary check before the function call "of_node_put"Gravatar Markus Elfring 1-2/+1
2015-09-06ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGravatar Geert Uytterhoeven 1-1/+1
2015-07-28dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSGravatar Lars Persson 3-0/+3051