aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-02igb: remove use of skb_dma_map from driverAlexander Duyck1-2/+3
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck1-0/+1
2009-11-13igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck1-4/+0
2009-11-13igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck1-4/+5
2009-10-28igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck1-6/+6
2009-10-28igb: Remove invalid stats countersAlexander Duyck1-6/+0
2009-10-28igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck1-0/+2
2009-10-28igb: replace the VF clear_to_send with a flags valueAlexander Duyck1-1/+4
2009-10-28igb: cleanup some of the code related to hw timestampingAlexander Duyck1-0/+1
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck1-2/+3
2009-10-28igb: make tx ring map and free functionality non-staticAlexander Duyck1-0/+3
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck1-0/+14
2009-10-28igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck1-1/+2
2009-10-28igb: add a flags value to the ringAlexander Duyck1-3/+9
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck1-3/+3
2009-10-28igb: move rx_buffer_len into the ring structureAlexander Duyck1-2/+1
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck1-2/+3
2009-10-28igb: change the head and tail offsets into pointersAlexander Duyck1-2/+2
2009-10-28igb: remove rx_ps_hdr_lenAlexander Duyck1-1/+0
2009-10-28igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck1-1/+5
2009-10-28igb: increase minimum rx buffer size to 1KAlexander Duyck1-2/+0
2009-10-28igb: remove rx checksum good counterAlexander Duyck1-1/+0
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck1-17/+29
2009-10-07igb: Use the instance of net_device_stats from net_device.Ajit Khaparde1-1/+0
2009-09-03igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck1-0/+1
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