aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
Commit message (Expand)AuthorAge
* Added missing tegra files.HEADmasterJonathan Herman2013-01-22
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-10
* igb: do vlan cleanupJiri Pirko2011-07-21
* igb: Update copyright on all igb driver files.Carolyn Wyborny2011-07-11
* net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny2011-04-29
* igb: Add DMA Coalescing feature to driverCarolyn Wyborny2011-03-12
* igb: add support for VF Transmit rate limit using iproute2Lior Levy2011-02-24
* igb: Add Anti-spoofing feature supportGreg Rose2010-12-25
* igb: fix stats handlingEric Dumazet2010-10-18
* net: simplify flags for tx timestampingOliver Hartkopp2010-08-19
* igb: reduce cache misses on tx cleanupNick Nunley2010-05-06
* igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov2010-04-28
* igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck2010-04-27
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-07
|\
| * igb: do not modify tx_queue_len on link speed changeEmil Tantilov2010-03-24
* | igb: add per-packet timestampingNick Nunley2010-03-31
|/
* 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