summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
Commit message (Expand)AuthorAgeFilesLines
* igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck2009-11-141-4/+0Star
* igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck2009-11-141-4/+5
* igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck2009-10-281-6/+6
* igb: Remove invalid stats countersAlexander Duyck2009-10-281-6/+0Star
* igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck2009-10-281-0/+2
* igb: replace the VF clear_to_send with a flags valueAlexander Duyck2009-10-281-1/+4
* igb: cleanup some of the code related to hw timestampingAlexander Duyck2009-10-281-0/+1
* igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck2009-10-281-2/+3
* 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/+1Star
* 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/+0Star
* 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/+0Star
* igb: remove rx checksum good counterAlexander Duyck2009-10-281-1/+0Star
* 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-081-1/+0Star
* igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck2009-09-041-0/+1
* igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer2009-05-271-3/+10
* igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck2009-05-071-1/+1
* igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2009-03-221-4/+0Star
* 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/+1Star
* 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/+0Star
* igb: remove unused definesAlexander Duyck2009-02-161-14/+3Star
* igb: use timecompare to implement hardware time stampingPatrick Ohly2009-02-161-0/+4
* igb: access to NIC timePatrick Ohly2009-02-161-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/+2Star
* igb: remove unused rx_hdr_split statisticAlexander Duyck2009-02-071-1/+0Star
* igb: rename phy opsAlexander Duyck2009-02-071-6/+6
* igb: remove check for needing an io portAlexander Duyck2009-02-071-4/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-031-5/+4Star
|\
| * igb: Fix DCA errors and do not use context index for 82576Alexander Duyck2009-01-311-5/+4Star
* | igb: Replace LRO with GROHerbert Xu2009-01-211-16/+0Star
|/
* 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/+2Star
* igb: do not use phy ops in ethtool test cleanup for non-copper partsAlexander Duyck2008-11-221-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-181-2/+0Star
* 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/+1Star
* igb: Add support for quad port WOL and feature flagsAlexander Duyck2008-07-111-4/+9