summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/synopsys
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-3/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-5/+5
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-2/+2
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-052-2/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+10
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: dwc-xlgmac: Fix spelling mistake in function nameColin Ian King2021-02-063-3/+3
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-1/+1
* net: dwc-xlgmac: fix xlgmac_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* net: dwc-xlgmac: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-171-15/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-222-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-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/+7
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* mm: remove __GFP_COLDMel Gorman2017-11-151-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-231-1/+2
* net: dwc-xlgmac: declaration of dual license in headersJie Deng2017-03-237-28/+14
* net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()Dan Carpenter2017-03-221-4/+2
* 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-153-3028/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
* 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-291-7/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-2/+0
|\|
| * dwc_eth_qos: drop duplicate headersGeliang Tang2016-11-251-2/+0
* | 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-121-20/+18
|\
| * dwc_eth_qos: do not register semi-initialized deviceLars Persson2016-09-091-20/+18
* | dwc_eth_qos: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
|/
* dwc_eth_qos: fix interrupt enable raceRabin Vincent2016-08-231-7/+10
* dwc_eth_qos: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-171-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/+0
* net: ethernet: dwc_eth_qos: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-24/+2