aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-26igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer1-3/+10
2009-05-06igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck1-1/+1
2009-03-21igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck1-4/+0
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck1-0/+12
2009-02-20igb: add pf side of VMDq supportAlexander Duyck1-2/+1
2009-02-20igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck1-3/+6
2009-02-16igb: transition driver to only using advanced descriptorsAlexander Duyck1-3/+0
2009-02-15igb: remove unused definesAlexander Duyck1-14/+3
2009-02-15igb: use timecompare to implement hardware time stampingPatrick Ohly1-0/+4
2009-02-15igb: access to NIC timePatrick Ohly1-0/+4
2009-02-07igb: update version number and copyright datesAlexander Duyck1-1/+1
2009-02-07igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck1-3/+2
2009-02-07igb: remove unused rx_hdr_split statisticAlexander Duyck1-1/+0
2009-02-07igb: rename phy opsAlexander Duyck1-6/+6
2009-02-07igb: remove check for needing an io portAlexander Duyck1-4/+0
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+4
2009-01-31igb: Fix DCA errors and do not use context index for 82576Alexander Duyck1-5/+4
2009-01-21igb: Replace LRO with GROHerbert Xu1-16/+0
2008-12-26igb: re-order queues to support cleaner use of ivar on 82576Alexander Duyck1-1/+2
2008-12-26igb: defeature tx head writebackAlexander Duyck1-3/+2
2008-11-21igb: do not use phy ops in ethtool test cleanup for non-copper partsAlexander Duyck1-0/+32
2008-11-20igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resizeAlexander Duyck1-0/+4
2008-07-17igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller1-2/+0
2008-07-11igb: Improve multiqueue AIM supportAlexander Duyck1-3/+5
2008-07-11igb: add support for in kernel LROAlexander Duyck1-0/+16
2008-07-11igb: add page recycling supportAlexander Duyck1-3/+1
2008-07-11igb: Add support for quad port WOL and feature flagsAlexander Duyck1-4/+9
2008-07-11igb: add DCA supportJeb Cramer1-1/+3
2008-07-11igb: update ethtool stats to support multiqueueAlexander Duyck1-0/+1
2008-07-11igb: Introduce multiple TX queues with infrastructurePeter P Waskiewicz Jr1-2/+5
2008-07-04igb: add NAPI Rx queue supportPJ Waskiewicz1-0/+2
2008-06-28igb: make ioport freeTaku Izumi1-0/+4
2008-01-28igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok1-0/+300