Hello, This patch set contains two fixes and added various features as titled. The two fixes are: 1 - connection cleanup fix which fixes a chip panic issue 2 - nopout LUN field fix which fixes nopout timeouts The features added includes TCP timestamp, jumbo MTU, text pdu support for discovery offload, and 57712(E) support. Please review. Thanks. Eddie Eddie Wai (8): BNX2I: Allow ep CONNECT_FAILED condition to go through proper cleanup BNX2I: Fixed the 32-bit swapping of the LUN field for nopouts for 5771X BNX2I: Added handling for unsupported iSCSI offload hba BNX2I: Added support for the 57712(E) devices BNX2I: Added TCP timestamps option support BNX2I: Added jumbo MTU support for the no shost case BNX2I: Added iSCSI text pdu support for iSCSI offload BNX2I: Updated to version 2.6.2.3 drivers/net/bnx2x/bnx2x_main.c | 7 -- drivers/scsi/bnx2i/bnx2i.h | 5 +- drivers/scsi/bnx2i/bnx2i_hwi.c | 122 +++++++++++++++++++++++++++++++++++++- drivers/scsi/bnx2i/bnx2i_init.c | 33 ++++++++-- drivers/scsi/bnx2i/bnx2i_iscsi.c | 10 +++- include/linux/pci_ids.h | 2 + 6 files changed, 160 insertions(+), 19 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html