drivers/video/msm: update to new kernel
[safe/jmp/linux-2.6] / drivers / net / igb /
2009-02-07 Alexander Duyckigb: don't read eicr when responding to legacy interrupts
2009-02-07 Alexander Duyckigb: remove unnecessary adapter->hw calls when just...
2009-02-07 Alexander Duyckigb: rename igb_update_mc_addr_list_82575 to not includ...
2009-02-07 Alexander Duyckigb: remove redundant timer updates and cleanup watchdo...
2009-02-07 Alexander Duyckigb: cleanup igb_netpoll to be more friendly with napi...
2009-02-07 Alexander Duyckigb: add counter for dma out of sync errors
2009-02-07 Alexander Duyckigb: update testing done by ethtool
2009-02-07 Alexander Duyckigb: update feature flags supported in ethtool
2009-02-07 Alexander Duyckigb: remove unused rx_hdr_split statistic
2009-02-07 Alexander Duyckigb: rename nvm ops
2009-02-07 Alexander Duyckigb: rename phy ops
2009-02-07 Alexander Duyckigb: read address from RAH/RAL instead of from EEPROM
2009-02-07 Alexander Duyckigb: make dev_spec a union and remove dynamic allocation
2009-02-07 Alexander Duyckigb: add link check function
2009-02-07 Alexander Duyckigb: remove check for needing an io port
2009-02-07 Alexander Duyckigb: move initialization of number of queues into set_i...
2009-02-07 Alexander Duyckigb: move setting of buffsz out of repeated path in...
2009-02-07 Alexander Duyckigb: optimize/refactor receive path
2009-02-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-31 Alexander Duyckigb: fix link reporting when using sgmii
2009-01-31 Alexander Duyckigb: prevent skb_over panic w/ mtu smaller than 1K
2009-01-31 Alexander Duyckigb: Fix DCA errors and do not use context index for...
2009-01-28 David S. Millernet: Add skb_record_rx_queue() calls to multiqueue...
2009-01-21 Alexander Duyckigb: make certain to power on optics for 82576 fiber...
2009-01-21 Alexander Duyckigb: igb should not flag lltx
2009-01-21 Herbert Xuigb: Replace LRO with GRO
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-06 Linus Torvaldsigb: fix anoying type mismatch warning on rx/tx queue...
2008-12-26 David S. Millerigb: Fix build warning when DCA is disabled.
2008-12-26 Alexander Duyckigb: re-order queues to support cleaner use of ivar...
2008-12-26 Alexander Duyckigb: defeature tx head writeback
2008-12-26 Hannes Ederdrivers/net/igb: remove dead code (function 'igb_read_p...
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-12 Jeff Kirsherigb: fixup AER with proper error handling
2008-12-10 Alexander Duyckigb: Correctly determine pci-e function number in virtu...
2008-12-10 Alexander Duyckigb: update handling of RCTL for smaller buffer sizes
2008-12-05 Alexander Duyckigb/e1000e: Naming interrupt vectors
2008-11-27 Alexander Duyckigb: Add support for pci-e Advanced Error Reporting
2008-11-27 Alexander Duyckigb: link up/down messages must follow a specific format
2008-11-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-25 Alexander Duyckigb: loopback bits not correctly cleared from RCTL...
2008-11-25 Alexander Duyckigb: remove unneeded bit refrence when enabling jumbo...
2008-11-23 Qinghuang Fengdriver/net/*: remove redundant argument comments
2008-11-22 Alexander Duyckigb: do not use phy ops in ethtool test cleanup for...
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Alexander Duyckigb: Fix tx/rx_ring_count parameters for igb on suspend...
2008-11-20 Alexander Duyckigb: simplify swap in clean_rx_irq if using packet...
2008-11-20 Stephen Hemmingerigb: convert to net_device_ops
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-16 Bjorn Helgaasigb: use dev_printk instead of printk
2008-11-16 \"Rafael J. Wysocki\igb: Use device_set_wakeup_enable
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-2
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-28 Johannes Bergnet: convert more to %pM
2008-10-22 Jeff Kirsherigb: add IGB_DCA instead of selecting INTEL_IOATDMA
2008-10-22 Alexander Duyckigb: fix tx data corruption with transition to L0s...
2008-09-03 Alexander Duyckigb: clean up a stray fake netdev code left in rx path
2008-09-03 Alexander Duyckigb: remove unneeded cleaned variable in clean_tx_irq...
2008-08-27 Alexander Duyckigb: remove 82576 quad adapter
2008-08-27 Alexander Duyckigb: fix setting the number of tx queues
2008-08-27 Alexander Duyckigb: ethtool -d reads EICR which is incorrect as it...
2008-08-27 Alexander Duyckigb: force all queues to interrupt once every 2 seconds
2008-08-07 Alexander Duyckigb: remove igb_init_managability as it is deprecated
2008-08-07 Alexander Duyckigb: remove three redundant functions left in the code
2008-08-07 Alexander Duyckigb: correct issue of set_mta member of mac.ops not...
2008-08-07 Alexander Duyckigb: fixes 82576 serdes init to correctly support manua...
2008-08-07 Alexander Duyckigb: fix null pointer dereference seen with fiber NICs
2008-08-07 Alexander Duyckigb: fix comments
2008-07-22 Harvey Harrisonnet: igb_main.c fix sparse integer as NULL pointer...
2008-07-18 Jeff Kirsherigb/ixgbe/e1000e: resolve tx multiqueue bug
2008-07-18 David S. Millernet: Use queue aware tests throughout.
2008-07-18 David S. Millernetdev: Kill NETIF_F_MULTI_QUEUE.
2008-07-18 David S. Millerigb: Kill CONFIG_NETDEVICES_MULTIQUEUE references,...
2008-07-17 Patrick McHardynetdrv intel: always enable VLAN filtering except in...
2008-07-17 Patrick McHardynetdrv intel: disable VLAN filtering in promiscous...
2008-07-11 Alexander Duyckigb: Improve multiqueue AIM support
2008-07-11 Alexander Duyckigb: unused variable warning in igb remove
2008-07-11 Alexander Duyckigb: update suspend resume
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 Alexander Duyckigb: add 82576 MAC support
2008-07-11 Auke Kokigb: Increment driver version
2008-07-11 Auke Kokigb: reenable CRC stripping in hardware
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-07 Patrick McHardynetdrv: don't truncate VLAN TCI with VLAN stripping
2008-07-04 PJ Waskiewiczigb: add NAPI Rx queue support
2008-07-04 Alexander Duyckigb: fix init on 82575 with MNG enabled
2008-07-04 Auke Kokigb: eliminate hw from the hw_dbg macro arguments
2008-07-04 Alexander Duyckigb: fix parameter options
2008-07-04 Jeff Kirsherigb: cleanup function header comments
2008-07-04 Mitch Williamsigb: Remove adapter struct from these function call...
2008-07-04 Jeff Kirsherigb: limit EEPROM access
2008-06-29 David S. MillerMerge branch 'davem-next' of /linux/kernel/git/jgarzik...
2008-06-28 Taku Izumiigb: make ioport free
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-27 Jeff Kirsherigb: fix EEH recovery during reset on PPC
next