aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/amd8111e.c
AgeCommit message (Expand)Author
2022-09-16net: amd: Switch and case should be at the same indentGuofeng Yue
2022-09-16net: amd: Correct spelling errorsGuofeng Yue
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-20net: amd8111e: remove repeated dev->features assignementJian Shen
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2021-10-16ethernet: amd: use eth_hw_addr_set()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-19net: amd: remove leading spaces before tabsHui Tang
2021-03-31net: amd8111e: fix inappropriate spacesYixing Liu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13amd8111e: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-30amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor
2020-06-23amd8111e: Convert to generic power managementVaibhav Gupta
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-28net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei
2019-01-24net: amd8111e: clean up two minor indentation issuesColin Ian King
2018-04-25net: amd8111e: remove redundant duplicated if statementColin Ian King
2018-03-04net: amd8111e: remove redundant assignment to 'tx_index'Colin Ian King
2017-10-18net: amd8111e: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: amd8111e: use setup_timer() helper.Allen Pais
2017-02-05amd8111e: add GRO supportEric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-09net: amd8111e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-09-12ethernet: amd: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-07-14ethernet: amd: fix 'foo* bar'Varka Bhadram
2014-07-14ethernet: amd: fix pci device idsVarka Bhadram
2014-07-14ethernet: amd: fix comment stylesVarka Bhadram
2014-07-14ethernet: amd: dynamic debug fixesVarka Bhadram
2014-07-14ethernet: amd: use devm_ioremap()Varka Bhadram
2014-07-14ethernet: amd: move amd111e_remove_one after probeVarka Bhadram
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-14amd8111e: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-10-18net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han
2013-06-19amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang
2013-05-22net/ethernet/amd/amd8111e: Use module_pci_driver to register driverPeter Hüwe
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2012-12-03net/amd: remove __dev* attributesBill Pemberton
2012-10-07drivers/net/ethernet/amd/amd8111e.c: fix error return codePeter Senna Tschudin
2012-03-28Remove all #inclusions of asm/system.hDavid Howells