summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/amd8111e.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-16net: amd: Switch and case should be at the same indentGuofeng Yue1-18/+17
2022-09-16net: amd: Correct spelling errorsGuofeng Yue1-3/+3
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue1-2/+2
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-20net: amd8111e: remove repeated dev->features assignementJian Shen1-3/+0
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2021-10-16ethernet: amd: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-19net: amd: remove leading spaces before tabsHui Tang1-2/+2
2021-03-31net: amd8111e: fix inappropriate spacesYixing Liu1-185/+177
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-13amd8111e: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-37/+44
2020-06-30amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor1-2/+2
2020-06-23amd8111e: Convert to generic power managementVaibhav Gupta1-19/+11
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky1-4/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-01-28net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei1-1/+1
2019-01-24net: amd8111e: clean up two minor indentation issuesColin Ian King1-2/+2
2018-04-25net: amd8111e: remove redundant duplicated if statementColin Ian King1-10/+6
2018-03-04net: amd8111e: remove redundant assignment to 'tx_index'Colin Ian King1-1/+1
2017-10-18net: amd8111e: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-09-21drivers: net: amd8111e: use setup_timer() helper.Allen Pais1-3/+2
2017-02-05amd8111e: add GRO supportEric Dumazet1-92/+72
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-09net: amd8111e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+2
2016-09-12ethernet: amd: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-07-14ethernet: amd: fix 'foo* bar'Varka Bhadram1-36/+40
2014-07-14ethernet: amd: fix pci device idsVarka Bhadram1-9/+11
2014-07-14ethernet: amd: fix comment stylesVarka Bhadram1-95/+86
2014-07-14ethernet: amd: dynamic debug fixesVarka Bhadram1-32/+26
2014-07-14ethernet: amd: use devm_ioremap()Varka Bhadram1-5/+2
2014-07-14ethernet: amd: move amd111e_remove_one after probeVarka Bhadram1-12/+13
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-14amd8111e: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-10-18net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-06-19amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-3/+3
2013-05-22net/ethernet/amd/amd8111e: Use module_pci_driver to register driverPeter Hüwe1-12/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2012-12-03net/amd: remove __dev* attributesBill Pemberton1-4/+4
2012-10-07drivers/net/ethernet/amd/amd8111e.c: fix error return codePeter Senna Tschudin1-0/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0