summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba/spider_net.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-051-0/+1
* eth: spider: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-1/+1
* net: spider_net: Use non-atomic bitmap API when applicableChristophe JAILLET2021-12-011-6/+6
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: spider_net: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-291-12/+15
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: toshiba: fix the trailing format of some block commentsYixing Liu2021-03-311-14/+28
* net: ethernet: toshiba: spider_net: Document a whole bunch of function parame...Lee Jones2021-01-161-7/+11
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-14/+14
* net: spider_net: Remove a useless memsetChristophe JAILLET2020-08-031-2/+0
* net: spider_net: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-08-031-2/+2
* docs: networking: convert netconsole.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: spider_net: Use struct_size() helperGustavo A. R. Silva2019-08-291-4/+2
* net: spider_net: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* net: toshiba: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-9/+7
* drivers: net: spider_net: use setup_timer() helper.Allen Pais2017-09-211-7/+5
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet/toshiba: use core min/max MTU checkingJarod Wilson2016-10-181-20/+4
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
* spider_net: Use DECLARE_BITMAPJoe Perches2015-05-211-2/+1
* net: spider_net: avoid using signed char for bitopsAntoine Ténart2014-10-051-3/+3
* net: spider_net: do not read mac address again after setting itAntoine Ténart2014-10-051-34/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* spider_net: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* net: spider_net: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
* net/spider_net: fix error return code in spider_net_open()Wei Yongjun2013-05-081-1/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+1
* net/spider_net: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-2/+4
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* net: Fix sungem_phy sharing.David S. Miller2011-08-161-2/+2
* toshiba: Move the Toshiba driversJeff Kirsher2011-08-121-0/+2603