summaryrefslogtreecommitdiff
path: root/drivers/net/igb/igb.h
AgeCommit message (Expand)Author
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny
2011-03-12igb: Add DMA Coalescing feature to driverCarolyn Wyborny
2011-02-24igb: add support for VF Transmit rate limit using iproute2Lior Levy
2010-12-25igb: Add Anti-spoofing feature supportGreg Rose
2010-10-18igb: fix stats handlingEric Dumazet
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-05-06igb: reduce cache misses on tx cleanupNick Nunley
2010-04-28igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov
2010-04-27igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-31igb: add per-packet timestampingNick Nunley
2010-03-24igb: do not modify tx_queue_len on link speed changeEmil Tantilov
2010-02-17igb: change descriptor control thresholdsNick Nunley
2010-02-17igb: move gso_segs into buffer_info structureNick Nunley
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck
2010-02-17igb: Power down link when interface is downNick Nunley
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley
2010-02-17igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck
2010-02-13igb: support for VF configuration toolsWilliams, Mitch A
2009-12-03igb: remove use of skb_dma_map from driverAlexander Duyck
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck
2009-11-14igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck
2009-11-14igb: 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-08igb: Use the instance of net_device_stats from net_device.Ajit Khaparde
2009-09-04igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck
2009-05-27igb: 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