summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sgi/meth.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: sgi: use GFP_ATOMIC under spin lockWei Yongjun2019-02-171-1/+1
* net: sgi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-1/+1
* meth: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-10/+15
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* net: sgi: fix return type of ndo_start_xmit functionYueHaibing2018-09-211-1/+1
* drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov2017-03-021-2/+2
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* net: ethernet: sgi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+2
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-1/+0
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+3
* net/sgi: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discoveryJoshua Kinard2011-12-271-1/+47
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-291-18/+1
* ioc3-eth/meth: Move the SGI driversJeff Kirsher2011-08-121-0/+855