aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-05igb: reduce cache misses on tx cleanupNick Nunley1-1/+3
2010-04-28igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov1-1/+0
2010-04-27igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck1-1/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-03-30igb: add per-packet timestampingNick Nunley1-0/+2
2010-03-23igb: do not modify tx_queue_len on link speed changeEmil Tantilov1-1/+0
2010-02-17igb: change descriptor control thresholdsNick Nunley1-2/+2
2010-02-17igb: move gso_segs into buffer_info structureNick Nunley1-0/+1
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck1-3/+2
2010-02-17igb: Power down link when interface is downNick Nunley1-0/+1
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley1-0/+1
2010-02-17igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck1-1/+0
2010-02-12igb: support for VF configuration toolsWilliams, Mitch A1-0/+3
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