summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/amd8111e.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-3/+3
* net: amd8111e: Drop unused copy of pm_capBjorn Helgaas2024-03-261-1/+0
* net: amd: Switch and case should be at the same indentGuofeng Yue2022-09-161-18/+17
* net: amd: Correct spelling errorsGuofeng Yue2022-09-161-3/+3
* net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue2022-09-161-2/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: amd8111e: remove repeated dev->features assignementJian Shen2022-07-201-3/+0
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* ethernet: amd: use eth_hw_addr_set()Jakub Kicinski2021-10-161-1/+3
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: amd: remove leading spaces before tabsHui Tang2021-05-191-2/+2
* net: amd8111e: fix inappropriate spacesYixing Liu2021-03-311-185/+177
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* amd8111e: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-131-37/+44
* amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor2020-06-301-2/+2
* amd8111e: Convert to generic power managementVaibhav Gupta2020-06-231-19/+11
* net/amd: Remove useless driver versionLeon Romanovsky2020-02-241-4/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-1/+1
|\
| * net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-281-1/+1
* | net: amd8111e: clean up two minor indentation issuesColin Ian King2019-01-241-2/+2
|/
* net: amd8111e: remove redundant duplicated if statementColin Ian King2018-04-251-10/+6
* net: amd8111e: remove redundant assignment to 'tx_index'Colin Ian King2018-03-041-1/+1
* net: amd8111e: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3
* drivers: net: amd8111e: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* amd8111e: add GRO supportEric Dumazet2017-02-051-92/+72
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: amd8111e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-091-6/+8
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-3/+2
* ethernet: amd: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-2/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* ethernet: amd: fix 'foo* bar'Varka Bhadram2014-07-141-36/+40
* ethernet: amd: fix pci device idsVarka Bhadram2014-07-141-9/+11
* ethernet: amd: fix comment stylesVarka Bhadram2014-07-141-95/+86
* ethernet: amd: dynamic debug fixesVarka Bhadram2014-07-141-32/+26
* ethernet: amd: use devm_ioremap()Varka Bhadram2014-07-141-5/+2
* ethernet: amd: move amd111e_remove_one after probeVarka Bhadram2014-07-141-12/+13
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* amd8111e: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+1
* net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0
* amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-191-3/+3
* net/ethernet/amd/amd8111e: Use module_pci_driver to register driverPeter Hüwe2013-05-221-12/+1
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* net/amd: remove __dev* attributesBill Pemberton2012-12-031-4/+4