r8169: support additional 8168cp chipset
[safe/jmp/linux-2.6] / drivers / net / bnx2.c
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.
2008-01-28 Michael Chan[BNX2]: Add function to fetch hardware tx index.
2008-01-28 Michael Chan[BNX2]: Update version to 1.6.9.
2008-01-28 Michael Chan[BNX2]: Enable S/G for jumbo RX.
2008-01-28 Michael Chan[BNX2]: Add fast path code to handle RX pages.
2008-01-28 Michael Chan[BNX2]: Add init. code to handle RX pages.
2008-01-28 Michael Chan[BNX2]: Update firmware to support S/G RX buffers.
2008-01-28 Michael Chan[BNX2]: Restructure RX ring init. code.
2008-01-28 Michael Chan[BNX2]: Restructure RX fast path handling.
2008-01-28 Michael Chan[BNX2]: Add ring constants.
2007-12-11 Michael Chan[BNX2]: Update version to 1.6.9.
2007-12-11 Michael Chan[BNX2]: Fix RX packet rot.
2007-12-11 Michael Chan[BNX2]: Add PHY_DIS_EARLY_DAC workaround.
2007-10-19 Jiri Slabyremove asm/bitops.h includes
2007-10-18 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-18 Joe PerchesAdd missing newlines to some uses of dev_<level> messages
2007-10-18 Michael Chan[BNX2]: Update version to 1.6.8.
2007-10-18 Michael Chan[BNX2]: Fix Serdes WoL bug.
2007-10-12 Michael Chan[BNX2]: Refine napi poll loop.
2007-10-12 David S. Miller[NET]: Fix NAPI completion handling in some drivers.
2007-10-10 Michael Chan[BNX2]: Update version to 1.6.7.
2007-10-10 Michael Chan[BNX2]: Fix default WoL setting.
2007-10-10 Michael Chan[BNX2]: Fix remote PHY media detection problems.
2007-10-10 Michael Chan[BNX2]: Update version to 1.6.6.
2007-10-10 Michael Chan[BNX2]: Optimize firmware loading.
2007-10-10 Denys Vlasenko[ZLIB]: Move bnx2 driver gzip unpacker into zlib.
2007-10-10 Denys Vlasenko[BNX2]: factor out gzip unpacker
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
next