aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-27ixgb: Use pr_<level> and netdev_<level>Joe Perches1-2/+6
2010-02-16drivers/net/ixgb: Use netif_printk macrosJoe Perches1-8/+3
2009-12-02ixgb: remove use of skb_dma_map from ixgbAlexander Duyck1-0/+1
2009-10-07ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde1-1/+0
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg1-1/+1
2008-07-11ixgb: cleanup headerJesse Brandeburg1-8/+6
2008-07-11ixgb: fix spelling errorsJesse Brandeburg1-2/+2
2008-07-11ixgb: whitespace fixupsJesse Brandeburg1-1/+1
2008-07-11ixgb: remove lltx support and update tx routineJesse Brandeburg1-1/+0
2008-04-16ixgb: convert uint16_t style integers to u16Joe Perches1-16/+16
2008-03-26ixgb: remove irq_semJesse Brandeburg1-1/+0
2008-03-26ixgb: move externs out of .c filesAuke Kok1-0/+10
2008-03-26ixgb: convert boolean_t to boolJoe Perches1-4/+4
2008-03-26ixgb: add explicit state checkingJesse Brandeburg1-0/+9
2007-10-30ixgb: fix sparse warningsStephen Hemminger1-0/+7
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-0/+1
2007-05-17ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok1-2/+0
2007-04-28ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary1-3/+0
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-2/+0
2007-01-06ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg1-0/+1
2006-09-27ixgb: combine more rx descriptors to improve performanceJesse Brandeburg1-1/+1
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok1-18/+18
2006-08-31ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg1-1/+1
2006-08-31ixgb: recalculate after how many descriptors to wake the queueAuke Kok1-3/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-26ixgb: update version, datesAuke Kok1-1/+1
2006-05-25ixgb: add performance enhancements to the buffer_info structAuke Kok1-0/+1
2006-05-23ixgb: add tx timeout counterAuke Kok1-0/+1
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok1-1/+7
2005-08-11[PATCH] ixgb: Redefined buffer_info-dma to be dma_addr_t instead of uint64Malli Chilakala1-1/+1
2005-05-12[PATCH] ixgb: Change RDT write bump size to 4Malli Chilakala1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+200