can: Fix SJA1000 command register writes on SMP systems
[safe/jmp/linux-2.6] / drivers / net / igb / igb.h
2010-05-06 Nick Nunleyigb: reduce cache misses on tx cleanup
2010-04-28 Emil Tantilovigb: Clean up left over prototype of igb_get_hw_dev_name()
2010-04-27 Alexander Duyckigb: convert igb from using PCI DMA functions to using...
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-03-31 Nick Nunleyigb: add per-packet timestamping
2010-03-24 Emil Tantilovigb: do not modify tx_queue_len on link speed change
2010-02-17 Nick Nunleyigb: change descriptor control thresholds
2010-02-17 Nick Nunleyigb: move gso_segs into buffer_info structure
2010-02-17 Alexander Duyckigb: Allocate rings seperately instead of as a block
2010-02-17 Nick Nunleyigb: Power down link when interface is down
2010-02-17 Nick Nunleyigb: Report link status in ethtool when interface is...
2010-02-17 Alexander Duyckigb: remove unecessary q_vector declarations and remove...
2010-02-13 Williams, Mitch Aigb: support for VF configuration tools
2009-12-03 Alexander Duyckigb: remove use of skb_dma_map from driver
2009-11-20 Alexander Duyckigb: Add full support for 82580 devices
2009-11-14 Alexander Duyckigb: removed unused tx/rx total bytes/packets from...
2009-11-14 Alexander Duyckigb: when number of CPUs > 4 combine tx/rx queues to...
2009-10-28 Alexander Duyckigb: cleanup igb.h header whitespace and some structure...
2009-10-28 Alexander Duyckigb: Remove invalid stats counters
2009-10-28 Alexander Duyckigb: rework use of VMOLR in regards to PF and VFs
2009-10-28 Alexander Duyckigb: replace the VF clear_to_send with a flags value
2009-10-28 Alexander Duyckigb: cleanup some of the code related to hw timestamping
2009-10-28 Alexander Duyckigb: add support for seperate tx-usecs setting in ethtool
2009-10-28 Alexander Duyckigb: make tx ring map and free functionality non-static
2009-10-28 Alexander Duyckigb: re-use ring configuration code in ethtool testing
2009-10-28 Alexander Duyckigb: place a pointer to the netdev struct in the ring...
2009-10-28 Alexander Duyckigb: add a flags value to the ring
2009-10-28 Alexander Duyckigb: move alloc_failed and csum_err stats into per...
2009-10-28 Alexander Duyckigb: move rx_buffer_len into the ring structure
2009-10-28 Alexander Duyckigb: add pci device pointer to ring structure
2009-10-28 Alexander Duyckigb: change the head and tail offsets into pointers
2009-10-28 Alexander Duyckigb: remove rx_ps_hdr_len
2009-10-28 Alexander Duyckigb: move the tx and rx ring specific config into seper...
2009-10-28 Alexander Duyckigb: increase minimum rx buffer size to 1K
2009-10-28 Alexander Duyckigb: remove rx checksum good counter
2009-10-28 Alexander Duyckigb: add new data structure for handling interrupts...
2009-10-08 Ajit Khapardeigb: Use the instance of net_device_stats from net_device.
2009-09-04 Alexander Duyckigb: set vf rlpml wasn't taking vlan tag into account
2009-05-27 Jesper Dangaard... igb: Implement reading of reg RQDPC (Receive Queue...
2009-05-06 Alexander Duyckigb/igbvf: set rx csum always enabled in hw, disable...
2009-03-21 Alexander Duyckigb: remove IGB_DESC_UNUSED since it is better handled...
2009-02-20 Alexander Duyckigb: Add support for enabling VFs to PF driver.
2009-02-20 Alexander Duyckigb: add pf side of VMDq support
2009-02-20 Alexander Duyckigb: add vfs_allocated_count as placeholder for number...
2009-02-16 Alexander Duyckigb: transition driver to only using advanced descriptors
2009-02-16 Alexander Duyckigb: remove unused defines
2009-02-16 Patrick Ohlyigb: use timecompare to implement hardware time stamping
2009-02-16 Patrick Ohlyigb: access to NIC time
2009-02-07 Alexander Duyckigb: update version number and copyright dates
2009-02-07 Alexander Duyckigb: cleanup igb_netpoll to be more friendly with napi...
2009-02-07 Alexander Duyckigb: remove unused rx_hdr_split statistic
2009-02-07 Alexander Duyckigb: rename phy ops
2009-02-07 Alexander Duyckigb: remove check for needing an io port
2009-02-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-31 Alexander Duyckigb: Fix DCA errors and do not use context index for...
2009-01-21 Herbert Xuigb: Replace LRO with GRO
2008-12-26 Alexander Duyckigb: re-order queues to support cleaner use of ivar...
2008-12-26 Alexander Duyckigb: defeature tx head writeback
2008-11-22 Alexander Duyckigb: do not use phy ops in ethtool test cleanup for...
2008-11-20 Alexander Duyckigb: Fix tx/rx_ring_count parameters for igb on suspend...
2008-07-18 David S. Millerigb: Kill CONFIG_NETDEVICES_MULTIQUEUE references,...
2008-07-11 Alexander Duyckigb: Improve multiqueue AIM support
2008-07-11 Alexander Duyckigb: add support for in kernel LRO
2008-07-11 Alexander Duyckigb: add page recycling support
2008-07-11 Alexander Duyckigb: Add support for quad port WOL and feature flags
2008-07-11 Jeb Cramerigb: add DCA support
2008-07-11 Alexander Duyckigb: update ethtool stats to support multiqueue
2008-07-11 Peter P Waskiewicz Jrigb: Introduce multiple TX queues with infrastructure
2008-07-04 PJ Waskiewiczigb: add NAPI Rx queue support
2008-06-28 Taku Izumiigb: make ioport free
2008-01-28 Auke Kokigb: PCI-Express 82575 Gigabit Ethernet driver