aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/i825xx/lib82596.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25lib82596: convert to dma_alloc_noncoherentChristoph Hellwig1-43/+71
2020-09-25lib82596: move DMA allocation into the callers of i82596_probeChristoph Hellwig1-25/+11
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-10-15net: i82596: fix dma_alloc_attr for sni_82596Thomas Bogendoerfer1-2/+2
2019-02-14net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-09-21net: i825xx: fix return type of ndo_start_xmit functionYueHaibing1-2/+2
2017-08-29i825xx: switch to switch to dma_alloc_attrsChristoph Hellwig1-4/+5
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+2
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
2014-03-24i825xx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-3/+3
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-4/+2
2012-12-03i825xx: remove __dev* attributesBill Pemberton1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10i825xx: Move the Intel 82586/82593/82596 based driversJeff Kirsher1-0/+1412