aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/amd8111e.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-2/+4
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-11-16amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALENJoe Perches1-3/+3
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10amd: Move AMD (Lance) chipset driversJeff Kirsher1-0/+1992