aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
Commit message (Expand)AuthorAge
* igb: do not modify tx_queue_len on link speed changeEmil Tantilov2010-03-24
* igb: change descriptor control thresholdsNick Nunley2010-02-17
* igb: move gso_segs into buffer_info structureNick Nunley2010-02-17
* igb: Allocate rings seperately instead of as a blockAlexander Duyck2010-02-17
* igb: Power down link when interface is downNick Nunley2010-02-17
* igb: Report link status in ethtool when interface is downNick Nunley2010-02-17
* igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2010-02-17
* igb: support for VF configuration toolsWilliams, Mitch A2010-02-12
* igb: remove use of skb_dma_map from driverAlexander Duyck2009-12-02
* igb: Add full support for 82580 devicesAlexander Duyck2009-11-20
* igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck2009-11-13
* igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck2009-11-13
* igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck2009-10-28
* igb: Remove invalid stats countersAlexander Duyck2009-10-28
* igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck2009-10-28
* igb: replace the VF clear_to_send with a flags valueAlexander Duyck2009-10-28
* igb: cleanup some of the code related to hw timestampingAlexander Duyck2009-10-28
* igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck2009-10-28
* igb: make tx ring map and free functionality non-staticAlexander Duyck2009-10-28
* igb: re-use ring configuration code in ethtool testingAlexander Duyck2009-10-28
* igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck2009-10-28
* igb: add a flags value to the ringAlexander Duyck2009-10-28
* igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck2009-10-28
* igb: move rx_buffer_len into the ring structureAlexander Duyck2009-10-28
* igb: add pci device pointer to ring structureAlexander Duyck2009-10-28
* igb: change the head and tail offsets into pointersAlexander Duyck2009-10-28
* igb: remove rx_ps_hdr_lenAlexander Duyck2009-10-28
* igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck2009-10-28
* igb: increase minimum rx buffer size to 1KAlexander Duyck2009-10-28
* igb: remove rx checksum good counterAlexander Duyck2009-10-28
* igb: add new data structure for handling interrupts and NAPIAlexander Duyck2009-10-28
* igb: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-08
* igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck2009-09-03
* igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer2009-05-26
* igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck2009-05-06
* igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2009-03-21
* igb: Add support for enabling VFs to PF driver.Alexander Duyck2009-02-20
* igb: add pf side of VMDq supportAlexander Duyck2009-02-20
* igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck2009-02-20
* igb: transition driver to only using advanced descriptorsAlexander Duyck2009-02-16
* igb: remove unused definesAlexander Duyck2009-02-16
* igb: use timecompare to implement hardware time stampingPatrick Ohly2009-02-16
* igb: access to NIC timePatrick Ohly2009-02-16
* igb: update version number and copyright datesAlexander Duyck2009-02-07
* igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck2009-02-07
* igb: remove unused rx_hdr_split statisticAlexander Duyck2009-02-07
* igb: rename phy opsAlexander Duyck2009-02-07
* igb: remove check for needing an io portAlexander Duyck2009-02-07
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-03
|\
| * igb: Fix DCA errors and do not use context index for 82576Alexander Duyck2009-01-31