aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/ni65.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11eth: amd: remove NI6510 support (ni65)Jakub Kicinski1-1251/+0
2021-11-19amd: ni65: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-09-09net: ni65: Avoid typecast of pointer to u32Guenter Roeck1-1/+1
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann1-2/+4
2021-05-19net: amd: remove leading spaces before tabsHui Tang1-6/+6
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-02-14net: amd: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-09-21net: amd: remove redundant continuezhong jiang1-3/+1
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells1-3/+3
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-03-12ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
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/+1254