Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-flexiantxendom0-natty.git] / drivers / net / igb / igb_main.c
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-21 Jesse Grossvlan: Don't check for vlan group before vlan_tx_tag_pre...
2010-10-21 Jesse Grossvlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
2010-10-18 Eric Dumazetigb: fix stats handling
2010-10-14 Carolyn Wybornyigb: add check for fiber/serdes devices to igb_set_spd_...
2010-09-28 Ben Hutchingsigb: Use netif_set_real_num_{rx,tx}_queues()
2010-09-27 Eric Dumazetdrivers/net: return operator cleanup
2010-09-23 Yi Zoue1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for...
2010-09-23 Joseph Gasparakisigb: Add support for DH89xxCC
2010-09-23 Alexander Duyckigb: clear VF_PROMISC bits instead of setting all other...
2010-09-03 Eric Dumazetdrivers/net: avoid some skb->ip_summed initializations
2010-08-25 Joe Perchesdrivers/net: Remove address use from assignments of...
2010-08-19 Oliver Hartkoppnet: simplify flags for tx timestamping
2010-08-10 Jiri KosinaMerge branch 'master' into for-next
2010-08-09 Stefan WeilFix spelling fuction -> function in comments
2010-08-09 Jeff Kirshere100/e1000*/igb*/ixgb*: Add missing read memory barrier
2010-08-03 Emil Tantilovigb: Use irq_synchronize per vector when using MSI-X
2010-07-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-21 Andy Gospodarekixgbe/igb: catch invalid VF settings
2010-07-06 Alexander Duyckigb: drop support for UDP hashing w/ RSS
2010-07-02 Greg Roseigb: Add comment
2010-07-02 Emil Tantilovigb: Fix Tx hangs seen when loading igb with max_vfs...
2010-07-02 Greg Roseigb: Use only a single Tx queue in SR-IOV mode
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-06 Nick Nunleyigb: reduce cache misses on tx cleanup
2010-04-28 Taku Izumiigb: add registers etc. printout code just before reset...
2010-04-27 Alexander Duyckigb: convert igb from using PCI DMA functions to using...
2010-04-27 Alexander Duyckigb: add support for reporting 5GT/s during probe on...
2010-04-27 Koki Sanagiigb: double increment nr_frags
2010-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-13 Stefan Assmannigb: restrict WoL for 82576 ET2 Quad Port Server Adapter
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-31 Nick Nunleyigb: add per-packet timestamping
2010-03-31 Alexander Duyckigb: update hw_debug macro to make use of netdev_dbg...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Alexander Duyckigb: only use vlan_gro_receive if vlans are registered
2010-03-24 Emil Tantilovigb: do not modify tx_queue_len on link speed change
2010-03-24 Mitch Williamsigb: count Rx FIFO errors correctly
2010-03-23 Alexander Duyckigb: add support for Intel I350 Gigabit Network Connection
2010-03-23 Alexander Duyckigb: cleanup usage of virtualization registers
2010-03-20 Carolyn Wybornyigb: Add support for 82576 ET2 Quad Port Server Adapter
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-22 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-02-17 Nick Nunleyigb: update tx DMA mapping error handling
2010-02-17 Nick Nunleyigb: use igb_free_q_vectors to cleanup failure in igb_a...
2010-02-17 Nick Nunleyigb: remove unused vmolr value
2010-02-17 Nick Nunleyigb: minor type cleanups
2010-02-17 Nick Nunleyigb: move gso_segs into buffer_info structure
2010-02-17 Nick Nunleyigb: inline igb_maybe_stop_tx
2010-02-17 Nick Nunleyigb: only read phy specific stats if in internal phy...
2010-02-17 Nick Nunleyigb: only support SRRCTL_DROP_EN when using multiple...
2010-02-17 Nick Nunleyigb: cap interrupts at 20K per queue when in itr mode 3
2010-02-17 Nick Nunleyigb: remove adaptive IFS from driver
2010-02-17 Alexander Duyckigb: Allocate rings seperately instead of as a block
2010-02-17 Nick Nunleyigb: call pci_save_state after pci_restore_state
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
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2010-02-09 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-02-04 Alexander Duyckigb: make certain to reassign legacy interrupt vectors...
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-25 Jiri Pirkonet: use helpers to access uc list V2
2010-01-23 Sridhar Samudralanet: Fix IPv6 GSO type checks in Intel ethernet drivers
2010-01-23 Alexander Duyckigb/igbvf: cleanup exception handling in tx_map_adv
2010-01-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-08 Alexander Duyckigb: add support for device reset interrupt
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-24 Alexander Duyckigb: correctly offset 82575 flow control watermarks...
2009-12-12 Alexander Duyckigb: fix handling of mailbox collisions between PF/VF
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
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-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-11-14 Alexander Duyckigb: only recycle page if it is on our numa node
2009-11-14 Alexander Duyckigb: check for packets on all tx rings when link is...
2009-11-14 Alexander Duyckigb: Rework how netdev->stats is handled
2009-11-14 Alexander Duyckigb: when number of CPUs > 4 combine tx/rx queues to...
2009-11-14 Alexander Duyckigb: move timesync init into a seperate function
2009-10-28 Alexander Duyckigb: cleanup whitespace issues in igb_main.c
2009-10-28 Alexander Duyckigb: open up SCTP checksum offloads to all MACs 82576...
2009-10-28 Alexander Duyckigb: limit minimum mtu to 68 to keep ip bound to interface
2009-10-28 Alexander Duyckigb: add pci_dev in few spots to clean up use of dev_er...
2009-10-28 Alexander Duyckigb: replace unecessary &adapter->hw with just hw where...
2009-10-28 Alexander Duyckigb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv
2009-10-28 Alexander Duyckigb: cleanup igb xmit frame path
2009-10-28 Alexander Duyckigb: Remove invalid stats counters
2009-10-28 Alexander Duyckigb: cleanup interrupt enablement in regards to msix_other
2009-10-28 Alexander Duyckigb: change queue ordering for 82576 based adapters
2009-10-28 Alexander Duyckigb: cleanup code related to ring resource allocation...
2009-10-28 Alexander Duyckigb: make tx hang check multiqueue, check eop descriptor
2009-10-28 Alexander Duyckigb: move global_quad_port_a from global into local...
2009-10-28 Alexander Duyckigb: only process global stats in igb_update_stats
2009-10-28 Alexander Duyckigb: move vf init into a seperate function
2009-10-28 Alexander Duyckigb: rework handling of the vfta and vlvf registers...
2009-10-28 Alexander Duyckigb: rework use of VMOLR in regards to PF and VFs
next