summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/lance.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18net: isa: include net/Space.hArnd Bergmann1-0/+1
2022-12-12net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue1-2/+2
2021-11-19amd: lance: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann1-2/+4
2021-05-19net: amd: remove leading spaces before tabsHui Tang1-2/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-02-14net: amd: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+4
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-1/+1
2016-02-18lance: Return correct error codeAmitoj Kaur Chawla1-2/+2
2013-09-28lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque1-1/+1
2012-07-11lance: remove unnecessary setting of skb->devJon Mason1-3/+2
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11amd: Move AMD (Lance) chipset driversJeff Kirsher1-0/+1313