summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/synopsys
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-271-2/+2
* net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()Jie Deng2017-12-211-17/+7Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* mm: remove __GFP_COLDMel Gorman2017-11-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* drivers: net: add missing interrupt.h includeFlorian Westphal2017-07-181-0/+1
* net: dwc-xlgmac: add the initial ethtool supportJie Deng2017-04-136-4/+312
* net: dwc-xlgmac: use dual licenseJie Deng2017-03-241-1/+2
* net: dwc-xlgmac: declaration of dual license in headersJie Deng2017-03-247-28/+14Star
* net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()Dan Carpenter2017-03-221-4/+2Star
* net: dwc-xlgmac: add module licenseArnd Bergmann2017-03-221-0/+1
* net: dwc-xlgmac: include dcbnl.hArnd Bergmann2017-03-221-0/+1
* net: dwc-xlgmac: Initial driver for DesignWare Enterprise EthernetJie Deng2017-03-099-0/+7391
* synopsys: remove dwc_eth_qos driverjpinto2017-01-163-3028/+0Star
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-7/+13
|\
| * net: ethernet: dwc_eth_qos: fix fixed-link phydev leaksJohan Hovold2016-11-301-7/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-2/+0Star
|\|
| * dwc_eth_qos: drop duplicate headersGeliang Tang2016-11-251-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+3
|\|
| * dwc_eth_qos: enable flow control by defaultNiklas Cassel2016-10-181-0/+1
| * dwc_eth_qos: do not clear pause flags from phy_device->supportedNiklas Cassel2016-10-181-1/+2
* | dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun2016-10-201-1/+1
|/
* dwc_eth_qos: constify net_device_ops structuresJulia Lawall2016-09-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-20/+18Star
|\
| * dwc_eth_qos: do not register semi-initialized deviceLars Persson2016-09-101-20/+18Star
* | dwc_eth_qos: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
|/
* dwc_eth_qos: fix interrupt enable raceRabin Vincent2016-08-241-7/+10
* dwc_eth_qos: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-181-1/+2
* dwc_eth_qos: fix missing clk_disable_unprepare() on error in dwceqos_probe()Wei Yongjun2016-07-121-1/+1
* dwc_eth_qos: remove unused including <linux/version.h>Wei Yongjun2016-07-051-1/+0Star
* net: ethernet: dwc_eth_qos: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-24/+2Star
* net: ethernet: dwc_eth_qos: use phydev from struct net_devicePhilippe Reynes2016-06-281-24/+23Star
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* dwc_eth_qos: do phy_start before resetting hardwareLars Persson2016-03-021-3/+20
* dwc_eth_qos: use DWCEQOS_MSG_DEFAULTRabin Vincent2016-03-021-1/+1
* dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent()Rabin Vincent2016-03-021-2/+2
* dwc_eth_qos: release descriptors outside netif_tx_lockLars Persson2016-03-021-4/+6
* dwc_eth_qos: fix race condition in dwceqos_start_xmitRabin Vincent2016-03-021-4/+2Star
* dwc_eth_qos: Reset hardware before PHY startRabin Vincent2016-02-061-1/+1
* dwc_eth_qos: Fix dma address for multi-fragment skbsLars Persson2016-01-121-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+2Star
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-11/+1Star
* dwc_eth_qos: Delete an unnecessary check before the function call "of_node_put"Markus Elfring2015-11-071-2/+1Star
* ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven2015-09-071-1/+1
* dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSLars Persson2015-07-293-0/+3051