aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/synopsys (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+10
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-02-06net: dwc-xlgmac: Fix spelling mistake in function nameColin Ian King3-3/+3
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-1/+1
2020-06-28net: dwc-xlgmac: fix xlgmac_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-03-17net: dwc-xlgmac: let core reject the unsupported coalescing parametersJakub Kicinski1-15/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-2/+2
2017-12-21net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()Jie Deng1-17/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal1-0/+1
2017-04-13net: dwc-xlgmac: add the initial ethtool supportJie Deng6-4/+312
2017-03-23net: dwc-xlgmac: use dual licenseJie Deng1-1/+2
2017-03-23net: dwc-xlgmac: declaration of dual license in headersJie Deng7-28/+14
2017-03-22net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()Dan Carpenter1-4/+2
2017-03-22net: dwc-xlgmac: add module licenseArnd Bergmann1-0/+1
2017-03-22net: dwc-xlgmac: include dcbnl.hArnd Bergmann1-0/+1
2017-03-09net: dwc-xlgmac: Initial driver for DesignWare Enterprise EthernetJie Deng9-0/+7391
2017-01-15synopsys: remove dwc_eth_qos driverjpinto3-3028/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+13
2016-11-29net: ethernet: dwc_eth_qos: fix fixed-link phydev leaksJohan Hovold1-7/+13
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2016-11-25dwc_eth_qos: drop duplicate headersGeliang Tang1-2/+0
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-10-20dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skbWei Yongjun1-1/+1
2016-10-18dwc_eth_qos: enable flow control by defaultNiklas Cassel1-0/+1
2016-10-18dwc_eth_qos: do not clear pause flags from phy_device->supportedNiklas Cassel1-1/+2
2016-09-17dwc_eth_qos: constify net_device_ops structuresJulia Lawall1-1/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+18
2016-09-09dwc_eth_qos: do not register semi-initialized deviceLars Persson1-20/+18
2016-08-31dwc_eth_qos: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-23dwc_eth_qos: fix interrupt enable raceRabin Vincent1-7/+10
2016-07-17dwc_eth_qos: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-07-12dwc_eth_qos: fix missing clk_disable_unprepare() on error in dwceqos_probe()Wei Yongjun1-1/+1
2016-07-05dwc_eth_qos: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-06-28net: ethernet: dwc_eth_qos: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-06-28net: ethernet: dwc_eth_qos: use phydev from struct net_devicePhilippe Reynes1-24/+23
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-03-02dwc_eth_qos: do phy_start before resetting hardwareLars Persson1-3/+20
2016-03-02dwc_eth_qos: use DWCEQOS_MSG_DEFAULTRabin Vincent1-1/+1
2016-03-02dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent()Rabin Vincent1-2/+2
2016-03-02dwc_eth_qos: release descriptors outside netif_tx_lockLars Persson1-4/+6