summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
Commit message (Expand)AuthorAgeFilesLines
* igb: make tx ring map and free functionality non-staticAlexander Duyck2009-10-281-0/+3
* igb: re-use ring configuration code in ethtool testingAlexander Duyck2009-10-281-0/+14
* igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck2009-10-281-1/+2
* igb: add a flags value to the ringAlexander Duyck2009-10-281-3/+9
* igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck2009-10-281-3/+3
* igb: move rx_buffer_len into the ring structureAlexander Duyck2009-10-281-2/+1
* igb: add pci device pointer to ring structureAlexander Duyck2009-10-281-2/+3
* igb: change the head and tail offsets into pointersAlexander Duyck2009-10-281-2/+2
* igb: remove rx_ps_hdr_lenAlexander Duyck2009-10-281-1/+0
* igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck2009-10-281-1/+5
* igb: increase minimum rx buffer size to 1KAlexander Duyck2009-10-281-2/+0
* igb: remove rx checksum good counterAlexander Duyck2009-10-281-1/+0
* igb: add new data structure for handling interrupts and NAPIAlexander Duyck2009-10-281-17/+29
* igb: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-071-1/+0
* igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck2009-09-031-0/+1
* igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer2009-05-261-3/+10
* igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck2009-05-061-1/+1
* igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2009-03-211-4/+0
* igb: Add support for enabling VFs to PF driver.Alexander Duyck2009-02-201-0/+12
* igb: add pf side of VMDq supportAlexander Duyck2009-02-201-2/+1
* igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck2009-02-201-3/+6
* igb: transition driver to only using advanced descriptorsAlexander Duyck2009-02-161-3/+0
* igb: remove unused definesAlexander Duyck2009-02-151-14/+3
* igb: use timecompare to implement hardware time stampingPatrick Ohly2009-02-151-0/+4
* igb: access to NIC timePatrick Ohly2009-02-151-0/+4
* igb: update version number and copyright datesAlexander Duyck2009-02-071-1/+1
* igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck2009-02-071-3/+2
* igb: remove unused rx_hdr_split statisticAlexander Duyck2009-02-071-1/+0
* igb: rename phy opsAlexander Duyck2009-02-071-6/+6
* igb: remove check for needing an io portAlexander Duyck2009-02-071-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-031-5/+4
|\
| * igb: Fix DCA errors and do not use context index for 82576Alexander Duyck2009-01-311-5/+4
* | igb: Replace LRO with GROHerbert Xu2009-01-211-16/+0
|/
* igb: re-order queues to support cleaner use of ivar on 82576Alexander Duyck2008-12-261-1/+2
* igb: defeature tx head writebackAlexander Duyck2008-12-261-3/+2
* igb: do not use phy ops in ethtool test cleanup for non-copper partsAlexander Duyck2008-11-211-0/+32
* igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resizeAlexander Duyck2008-11-201-0/+4
* igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller2008-07-171-2/+0
* igb: Improve multiqueue AIM supportAlexander Duyck2008-07-111-3/+5
* igb: add support for in kernel LROAlexander Duyck2008-07-111-0/+16
* igb: add page recycling supportAlexander Duyck2008-07-111-3/+1
* igb: Add support for quad port WOL and feature flagsAlexander Duyck2008-07-111-4/+9
* igb: add DCA supportJeb Cramer2008-07-111-1/+3
* igb: update ethtool stats to support multiqueueAlexander Duyck2008-07-111-0/+1
* igb: Introduce multiple TX queues with infrastructurePeter P Waskiewicz Jr2008-07-111-2/+5
* igb: add NAPI Rx queue supportPJ Waskiewicz2008-07-041-0/+2
* igb: make ioport freeTaku Izumi2008-06-281-0/+4
* igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok2008-01-281-0/+300
OpenPOWER on IntegriCloud