bnx2: Use request_firmware()
[linux-flexiantxendom0-natty.git] / drivers / net / bnx2.c
2009-04-04 Michael Chanbnx2: Use request_firmware()
2009-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-19 Michael Chanbnx2: Fix problem of using wrong IRQ handler.
2009-02-15 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-13 Michael Chanbnx2: Update version to 1.9.2 and copyright.
2009-02-13 Michael Chanbnx2: Fix jumbo frames error handling.
2009-01-28 David S. Millernet: Add skb_record_rx_queue() calls to multiqueue...
2009-01-21 Harvey Harrisonbnx2: annotate bp->phy_lock functions
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2008-12-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-18 Michael Chanbnx2: Fix bug in bnx2_free_rx_mem().
2008-12-17 Michael Chanbnx2: Update version to 1.9.0.
2008-12-17 Michael Chanbnx2: Rename MSI-X vectors.
2008-12-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-12-03 Michael Chanbnx2: Add workaround to handle missed MSI.
2008-11-28 Ilpo Järvinenbnx2: use net_device_stats nowadays available in net_device
2008-11-22 Stephen Hemmingerbnx2: convert to net_device_ops
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-13 Neil Hormanbnx2: fix poll_controller to pass proper structures...
2008-11-13 Michael Chanbnx2: Update version to 1.8.2.
2008-11-13 Michael Chanbnx2: Reorganize timeout constants.
2008-11-13 Michael Chanbnx2: Set rx buffer water marks based on MTU.
2008-11-13 Michael Chanbnx2: Restrict WoL support.
2008-11-13 Michael Chanbnx2: Add PCI ID for 5716S.
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-09 Michael Chanbnx2: Update version to 1.8.1.
2008-10-09 Benjamin Libnx2: Handle DMA mapping errors.
2008-10-09 Michael Chanbnx2: Eliminate TSO header modifications.
2008-10-09 Michael Chanbnx2: Check netif_running() in all ethtool operations.
2008-10-09 Michael Chanbnx2: Add bnx2_shutdown_chip().
2008-09-18 Benjamin Libnx2: Remove timer_interval field from the bnx2 structure
2008-09-18 Benjamin Libnx2: Remove name field from bnx2 structure
2008-09-18 Benjamin Libnx2: Update MODULE_DESCRIPTION to include the 5716
2008-09-18 Benjamin Libnx2: In bnx2_set_mac_link() return void rather then int
2008-08-16 David S. Millerbnx2: Fix build with VLAN_8021Q disabled.
2008-08-14 Michael Chanbnx2: Update version to 1.8.0.
2008-08-14 Michael Chanbnx2: Reinsert VLAN tag when necessary.
2008-08-14 Michael Chanbnx2: Use proper CONFIG_VLAN_8021Q to compile the VLAN...
2008-08-14 Michael Chanbnx2: Fix logic to setup VLAN rx tagging.
2008-07-19 Benjamin Libnx2: Update version to 1.7.9.
2008-07-19 Benjamin Libnx2: Fix Sparse warnings
2008-07-19 Benjamin Libnx2: Add TX multiqueue support.
2008-07-15 Michael Chanbnx2: Update version to 1.7.8.
2008-07-15 Benjamin Libnx2: Support secondary MAC addresses.
2008-07-15 Michael Chanbnx2: Allow flexible VLAN tag settings.
2008-07-15 Michael Chanbnx2: Add ack parameter to bnx2_fw_sync().
2008-07-15 Michael Chanbnx2: Add PCI ID for 5716.
2008-07-15 Michael Chanbnx2: Prevent ethtool -s from crashing when device...
2008-06-19 Michael Chanbnx2: Update driver version to 1.7.7.
2008-06-19 Michael Chanbnx2: Cleanup error handling in bnx2_open().
2008-06-19 Michael Chanbnx2: Turn on multi rx rings.
2008-06-19 Michael Chanbnx2: Use one handler for all MSI-X vectors.
2008-06-19 Michael Chanbnx2: Optimize fast-path tx and rx work.
2008-06-19 Michael Chanbnx2: Put rx ring variables in a separate struct.
2008-06-19 Michael Chanbnx2: Put tx ring variables in a separate struct.
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-12 David S. Millernet: Eliminate flush_scheduled_work() calls while RTNL...
2008-05-17 Michael Chanbnx2: Update version to 1.7.6.
2008-05-17 Benjamin Libnx2: Pre-initialize struct cpu_reg.
2008-05-17 Benjamin Libnx2: Rename RX_COPY_THRESH to BNX2_RX_COPY_THRESH.
2008-05-17 Benjamin Libnx2: Remove the rx_offset field from the bnx2 structure.
2008-05-17 Wendy Xiongbnx2: Add EEH PCI recovery.
2008-05-17 Michael Chanbnx2: Allow phy reset to be skipped during chip reset.
2008-05-02 Michael Chanbnx2: Update version to 1.7.5.
2008-05-02 Michael Chanbnx2: Update RV2P firmware for 5709.
2008-05-02 Michael Chanbnx2: Zero out context memory for 5709.
2008-05-02 Michael Chanbnx2: Fix register test on 5709.
2008-05-02 Michael Chanbnx2: Fix remote PHY initial link state.
2008-05-02 Michael Chanbnx2: Refine remote PHY locking.
2008-05-01 Harvey Harrisonnet: fix returning void-valued expression warnings
2008-02-24 Michael Chan[BNX2]: Update version to 1.7.4.
2008-02-24 Michael Chan[BNX2]: Disable parallel detect on an HP blade.
2008-02-24 Michael Chan[BNX2]: More 5706S link down workaround.
2008-02-10 Andrew Mortonbnx2: section fix
2008-02-01 Michael Chan[BNX2]: Fix ASYM PAUSE advertisement for remote PHY.
2008-02-01 Michael Chan[BNX2]: Update version to 1.7.3.
2008-02-01 Michael Chan[BNX2]: Fine-tune flow control on 5709.
2008-02-01 Michael Chan[BNX2]: Remove CTX_WR macro.
2008-02-01 Michael Chan[BNX2]: Remove REG_WR_IND/REG_RD_IND macros.
2008-02-01 Michael Chan[BNX2]: Refine tx coalescing setup.
2008-02-01 Michael Chan[BNX2]: Fix 5706 serdes link down bug.
2008-01-28 Al Virobnx2 annotations
2008-01-28 Michael Chan[BNX2]: Fix driver phy_flags name space.
2008-01-28 David S. Miller[BNX2]: Fix driver software flag namespace.
2008-01-28 Michael Chan[BNX2] Update version to 1.7.2.
2008-01-28 Michael Chan[BNX2]: Add link-down workaround on 5706 serdes.
2008-01-28 Michael Chan[BNX2]: Fix minor bug in bnx2_has_work().
2008-01-28 Michael Chan[BNX2]: Disable jumbo rx paging on 5709 Ax.
2008-01-28 Al ViroNULL noise in drivers/net
2008-01-28 Michael Chan[BNX2]: Fix compiler warning.
2008-01-28 Michael Chan[BNX2]: Update version to 1.7.1.
2008-01-28 Michael Chan[BNX2]: Enable new tx ring.
2008-01-28 Michael Chan[BNX2]: Add support for a new tx ring.
2008-01-28 Michael Chan[BNX2]: Support multiple MSIX IRQs.
2008-01-28 Michael Chan[BNX2]: Move rx indexes into bnx2_napi struct.
2008-01-28 Michael Chan[BNX2]: Move tx indexes into bnx2_napi struct.
2008-01-28 Michael Chan[BNX2]: Introduce new bnx2_napi structure.
2008-01-28 Michael Chan[BNX2]: Restructure IRQ datastructures.
next