aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
Commit message (Expand)AuthorAgeFilesLines
* net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny2011-04-291-1/+1
* igb: Add DMA Coalescing feature to driverCarolyn Wyborny2011-03-121-0/+6
* igb: add support for VF Transmit rate limit using iproute2Lior Levy2011-02-241-0/+2
* igb: Add Anti-spoofing feature supportGreg Rose2010-12-241-0/+1
* igb: fix stats handlingEric Dumazet2010-10-181-1/+8
* net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-1/+1
* igb: reduce cache misses on tx cleanupNick Nunley2010-05-051-1/+3
* igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov2010-04-281-1/+0
* igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck2010-04-271-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-1/+0
|\
| * igb: do not modify tx_queue_len on link speed changeEmil Tantilov2010-03-231-1/+0
* | igb: add per-packet timestampingNick Nunley2010-03-301-0/+2
|/
* igb: change descriptor control thresholdsNick Nunley2010-02-171-2/+2
* igb: move gso_segs into buffer_info structureNick Nunley2010-02-171-0/+1
* igb: Allocate rings seperately instead of as a blockAlexander Duyck2010-02-171-3/+2
* igb: Power down link when interface is downNick Nunley2010-02-171-0/+1
* igb: Report link status in ethtool when interface is downNick Nunley2010-02-171-0/+1
* igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck2010-02-171-1/+0
* igb: support for VF configuration toolsWilliams, Mitch A2010-02-121-0/+3
* igb: remove use of skb_dma_map from driverAlexander Duyck2009-12-021-2/+3
* igb: Add full support for 82580 devicesAlexander Duyck2009-11-201-0/+1
* igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck2009-11-131-4/+0
* igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck2009-11-131-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/+0
* 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/+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