Age | Commit message (Expand) | Author | Files | Lines |
2022-09-16 | net: amd: Switch and case should be at the same indent | Guofeng Yue | 1 | -18/+17 |
2022-09-16 | net: amd: Correct spelling errors | Guofeng Yue | 1 | -3/+3 |
2022-09-16 | net: amd: Unified the comparison between pointers and NULL to the same writing | Guofeng Yue | 1 | -2/+2 |
2022-09-01 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
2022-07-21 | net: amd8111e: remove repeated dev->features assignement | Jian Shen | 1 | -3/+0 |
2022-05-08 | eth: switch to netif_napi_add_weight() | Jakub Kicinski | 1 | -1/+1 |
2021-10-16 | ethernet: amd: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+3 |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 1 | -1/+1 |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -1/+1 |
2021-05-19 | net: amd: remove leading spaces before tabs | Hui Tang | 1 | -2/+2 |
2021-04-01 | net: amd8111e: fix inappropriate spaces | Yixing Liu | 1 | -185/+177 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-14 | amd8111e: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -37/+44 |
2020-07-01 | amd8111e: Mark PM functions as __maybe_unused | Nathan Chancellor | 1 | -2/+2 |
2020-06-24 | amd8111e: Convert to generic power management | Vaibhav Gupta | 1 | -19/+11 |
2020-02-24 | net/amd: Remove useless driver version | Leon Romanovsky | 1 | -4/+1 |
2019-12-13 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -14/+1 |
2019-01-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-01-29 | net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irq | Yang Wei | 1 | -1/+1 |
2019-01-25 | net: amd8111e: clean up two minor indentation issues | Colin Ian King | 1 | -2/+2 |
2018-04-25 | net: amd8111e: remove redundant duplicated if statement | Colin Ian King | 1 | -10/+6 |
2018-03-05 | net: amd8111e: remove redundant assignment to 'tx_index' | Colin Ian King | 1 | -1/+1 |
2017-10-18 | net: amd8111e: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+3 |
2017-09-21 | drivers: net: amd8111e: use setup_timer() helper. | Allen Pais | 1 | -3/+2 |
2017-02-06 | amd8111e: add GRO support | Eric Dumazet | 1 | -92/+72 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-11-09 | net: amd8111e: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
2016-10-18 | ethernet: use core min/max MTU checking | Jarod Wilson | 1 | -3/+2 |
2016-09-13 | ethernet: amd: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -1/+1 |
2015-03-09 | ethernet: codespell comment spelling fixes | Joe Perches | 1 | -2/+2 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -2/+2 |
2014-07-15 | ethernet: amd: fix 'foo* bar' | Varka Bhadram | 1 | -36/+40 |
2014-07-15 | ethernet: amd: fix pci device ids | Varka Bhadram | 1 | -9/+11 |
2014-07-15 | ethernet: amd: fix comment styles | Varka Bhadram | 1 | -95/+86 |
2014-07-15 | ethernet: amd: dynamic debug fixes | Varka Bhadram | 1 | -32/+26 |
2014-07-15 | ethernet: amd: use devm_ioremap() | Varka Bhadram | 1 | -5/+2 |
2014-07-15 | ethernet: amd: move amd111e_remove_one after probe | Varka Bhadram | 1 | -12/+13 |
2014-05-14 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
2014-03-15 | amd8111e: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 1 | -0/+3 |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-12-06 | ethernet: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+1 |
2013-10-18 | net: amd8111e: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-06-20 | amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM) | Yijing Wang | 1 | -3/+3 |
2013-05-23 | net/ethernet/amd/amd8111e: Use module_pci_driver to register driver | Peter Hüwe | 1 | -12/+1 |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 1 | -1/+1 |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -2/+2 |
2012-12-03 | net/amd: remove __dev* attributes | Bill Pemberton | 1 | -4/+4 |
2012-10-07 | drivers/net/ethernet/amd/amd8111e.c: fix error return code | Peter Senna Tschudin | 1 | -0/+2 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |