ixgbe: fix multiple unicast address support
[safe/jmp/linux-2.6] / drivers / net / ixgbe / ixgbe_main.c
2009-03-13 Chris Leechixgbe: fix multiple unicast address support
2009-01-20 Peter P Waskiewicz Jrixgbe: Fix usage of netif_*_all_queues() with netif_car...
2009-01-20 Don Skidmoreixgbe: fix tag stripping for VLAN ID 0
2009-01-20 Don Skidmoreixgbe: fix dca issue with relaxed ordering turned on
2008-12-26 Peter P Waskiewicz Jrixgbe: Fix NAPI enable/disable path when using DCB
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-15 Jesse Brandeburgixgbe: fix dma mapping unbalance
2008-12-10 Peter P Waskiewicz Jrixgbe: Implement PCIe AER support
2008-12-04 Wang Chenixgbe: function comment typo
2008-12-02 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-11-30 Al Viroixgbe section fixes
2008-11-27 Al Viroixgbe: section fixes
2008-11-27 Jeff Kirsherixgbe: cleanup link up/down messages
2008-11-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-26 Robert Olssonixgbe: Naming interrupt vectors
2008-11-25 Jeff KirsherDCB: fix kconfig option
2008-11-23 Qinghuang Fengdriver/net/*: remove redundant argument comments
2008-11-21 Donald Skidmoreixgbe: add SFP+ driver support
2008-11-21 Alexander Duyckixgbe: this patch adds support for DCB to the kernel...
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Stephen Hemmingerixgb: convert to net_device_ops
2008-11-19 Alexey Dobriyanixgbe: fix compilation with gcc-3.4
2008-11-16 PJ Waskiewiczixgbe: Fix usage of netif_*_all_queues() with netif_car...
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-1
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-11-02 Jesse Brandeburgixgbe: add device support for 82598AT (copper 10GbE...
2008-10-28 Johannes Bergnet: convert more to %pM
2008-10-16 Jeff Garzik[netdrvr] myri10ge, ixgbe: remove broken select INTEL_I...
2008-09-24 Alexander Duyckixgbe: whitespace/formatting cleanup
2008-09-24 Alexander Duyckixgbe: correctly add and remove napi queues
2008-09-24 Peter P Waskiewiczixgbe: Whitespace, copyright update and version number...
2008-09-24 Jeff Kirsherixgbe: bump version
2008-09-24 Jesse Brandeburgixgbe: xmit frame refactor
2008-09-24 Jesse Brandeburgixgbe: lower stack space usage
2008-09-24 Jesse Brandeburgixgbe: move set_num_queues and call it after msix failure
2008-09-24 Jesse Brandeburgixgbe: refresh the ixgbe_down function
2008-09-24 Jesse Brandeburgixgbe: update to latest common code module
2008-09-24 Jesse Brandeburgixgbe: add clean rx many routine
2008-09-24 Jesse Brandeburgixgbe: fix ring reallocation in ethtool
2008-09-24 Jesse Brandeburgixgbe: add device support for XF LR adapters
2008-09-24 Jesse Brandeburgixgbe: recycle pages in packet split mode
2008-09-24 Jesse Brandeburgixgbe: fix initial interrupt throttle settings
2008-09-24 Jeff Kirsherixgbe: fix pci_resource allocation as in other drivers
2008-09-24 Jesse Brandeburgixgbe: limit small mtu to minimum for ipv4 support
2008-09-24 Jesse Brandeburgixgbe: fix bug with shared interrupts
2008-09-24 Jesse Brandeburgixgbe: link change interrupt was not causing link event
2008-09-24 Jesse Brandeburgixgbe: Update watchdog thread to accomodate longerlink_...
2008-09-24 Jesse Brandeburgixgbe: fix dca defines to not have spaces
2008-09-24 Jesse Brandeburgixgbe: fix bug where using wake queue instead of start
2008-09-08 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-09-03 Alexander Duyckixgbe: change config srrctl to only program one registe...
2008-09-03 PJ Waskiewiczixgbe: use different context for tso and offload
2008-09-03 Jesse Brandeburgixgbe: fix dca hints going to wrong processor
2008-09-03 Jesse Brandeburgixgbe: fix bug where lro settings are per ring
2008-09-03 Jesse Brandeburgixgbe: update dca to new interface, fix CONFIG_DCA_MODULE
2008-09-03 Jesse Brandeburgixgbe: should not use HW_CSUM, should use IP* flags
2008-09-03 Jesse Brandeburgixgbe: Lock RSS seed, move rx_buf_len to the rx_ring
2008-09-03 Jesse Brandeburgixgbe: Implement Tx Head Writeback
2008-09-03 Jesse Brandeburgixgbe: disable flow control by default
2008-09-03 Jesse Brandeburgixgbe: Cleanup references to Tx and Rx rings to becommo...
2008-09-03 Jesse Brandeburgixgbe: do not update stats twice each receive
2008-09-03 Christopher Leechixgbe: Implement HAVE_SET_RX_MODE
2008-09-03 Jesse Brandeburgixgbe: fix rx csum return status misinterpretation
2008-09-03 Andy Gospodarekixgbe: initialize interrupt throttle rate
2008-08-27 Alexander Duyckixgbe: fix vlan filtering
2008-08-14 Jesse Brandeburgixgbe: add cx4 device ID
2008-07-22 Jesse Brandeburgixgbe: remove device ID for unsupported device
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-17 Patrick McHardynetdrv intel: always enable VLAN filtering except in...
2008-07-17 Patrick McHardynetdrv intel: disable VLAN filtering in promiscous...
2008-07-09 David S. Millernet: Delete NETDEVICES_MULTIQUEUE kconfig option.
2008-06-29 David S. MillerMerge branch 'davem-next' of /linux/kernel/git/jgarzik...
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-27 Paul Larsonixgbe: fix EEH recovery during reset on PPC
2008-06-25 Mallikarjuna R Chi... ixgbe: add LRO support
2008-06-12 Jeff Kirsherixbge: allow vlan devices to use TSO and TCP CSUM offload
2008-04-25 Wendy Xiongixgbe: save and restore pcie/msi state to support EEH...
2008-03-29 Denis V. LunevCompilation fix for ixgbe_main.c.
2008-03-17 Auke Kokixgbe: Increment version
2008-03-17 Jeb Cramerixgbe: Add optional DCA infrastructure
2008-03-17 Ayyappan Veeraiyanixgbe: Introduce adaptive interrupt moderation
2008-03-17 Ayyappan Veeraiyanixgbe: Introduce Multiqueue TX
2008-03-17 Ayyappan Veeraiyanixgbe: Introduce MSI-X queue vector code
2008-03-05 Emil Tantilovixgbe: fix typo in speed mesage
2008-02-15 Auke Kokixgbe: Correctly obtain protocol information on transmit
2008-02-11 Auke Kokixgbe: remove accidentally added #ifdef
2008-02-11 Auke Kokixgbe: Disallow device reset during ethtool test
2008-02-11 Auke Kokixgbe: warn when device is in a x4 or lower width slot
2008-02-05 Ayyappan Veeraiyanixgbe: add real-time traffic counters
2008-02-05 Ayyappan Veeraiyanixgbe: fix several counter register errata
2008-02-05 Ayyappan Veeraiyanixgbe: properly return CHECKSUM_NONE, cleanup csum...
2008-02-05 Ayyappan Veeraiyanixgbe: Fix FW init/release, make this code a function
2008-02-05 Ayyappan Veeraiyanixbge: remove TX lock and redo TX accounting.
2008-02-05 Ayyappan Veeraiyanixgbe: remove obsolete irq_sem, add driver state checki...
2008-01-28 Al Viroixgbe endianness annotations
2008-01-28 Auke Kokixgbe: Fix copper PHY initialization code
2008-01-28 Jeff Garzik[netdrvr] irq handler minor cleanups in several drivers
next