summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/atarilance.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: atarilance: mark init function staticArnd Bergmann2023-08-111-1/+1
* net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* net: amd: Switch and case should be at the same indentGuofeng Yue2022-09-161-3/+3
* net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue2022-09-161-2/+2
* amd: atarilance: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+5
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* m68k: remove legacy probingArnd Bergmann2021-08-031-9/+2
* net: amd: remove leading spaces before tabsHui Tang2021-05-191-1/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-8/+0
* net: atarilance: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-111-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* net: amd: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-2/+4
* format-security: move static strings to constKees Cook2017-05-081-2/+2
* net: atarilance: use %8ph for printing hex stringRasmus Villemoes2016-12-021-6/+2
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* net: atarilance: Remove obsolete IRQ_TYPE_PRIOGeert Uytterhoeven2015-01-151-4/+4
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-121-3/+1
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-2/+0
* m68k/atari: Change VME irq numbers from unsigned long to unsigned intGeert Uytterhoeven2012-04-221-7/+4
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-1/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* amd: Move AMD (Lance) chipset driversJeff Kirsher2011-08-101-0/+1176