aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/igb/igb.h
AgeCommit message (Expand)Author
2009-12-02igb: remove use of skb_dma_map from driverAlexander Duyck
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck
2009-11-13igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck
2009-11-13igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck
2009-10-28igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck
2009-10-28igb: Remove invalid stats countersAlexander Duyck
2009-10-28igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck
2009-10-28igb: replace the VF clear_to_send with a flags valueAlexander Duyck
2009-10-28igb: cleanup some of the code related to hw timestampingAlexander Duyck
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck
2009-10-28igb: make tx ring map and free functionality non-staticAlexander Duyck
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck
2009-10-28igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck
2009-10-28igb: add a flags value to the ringAlexander Duyck
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck
2009-10-28igb: move rx_buffer_len into the ring structureAlexander Duyck
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck
2009-10-28igb: change the head and tail offsets into pointersAlexander Duyck
2009-10-28igb: remove rx_ps_hdr_lenAlexander Duyck
2009-10-28igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck
2009-10-28igb: increase minimum rx buffer size to 1KAlexander Duyck
2009-10-28igb: remove rx checksum good counterAlexander Duyck
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck
2009-10-07igb: Use the instance of net_device_stats from net_device.Ajit Khaparde
2009-09-03igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck
2009-05-26igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer
2009-05-06igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck
2009-03-21igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck
2009-02-20igb: add pf side of VMDq supportAlexander Duyck
2009-02-20igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck
2009-02-16igb: transition driver to only using advanced descriptorsAlexander Duyck
2009-02-15igb: remove unused definesAlexander Duyck
2009-02-15igb: use timecompare to implement hardware time stampingPatrick Ohly
2009-02-15igb: access to NIC timePatrick Ohly
2009-02-07igb: update version number and copyright datesAlexander Duyck
2009-02-07igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck
2009-02-07igb: remove unused rx_hdr_split statisticAlexander Duyck
2009-02-07igb: rename phy opsAlexander Duyck
2009-02-07igb: remove check for needing an io portAlexander Duyck
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-31igb: Fix DCA errors and do not use context index for 82576Alexander Duyck
2009-01-21igb: Replace LRO with GROHerbert Xu
2008-12-26igb: re-order queues to support cleaner use of ivar on 82576Alexander Duyck
2008-12-26igb: defeature tx head writebackAlexander Duyck
2008-11-21igb: do not use phy ops in ethtool test cleanup for non-copper partsAlexander Duyck
2008-11-20igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resizeAlexander Duyck
2008-07-17igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller
2008-07-11igb: Improve multiqueue AIM supportAlexander Duyck
2008-07-11igb: add support for in kernel LROAlexander Duyck