This patch is generated against for-next branch. Jitendra Bhivare (17): be2iscsi: Fix soft lockup in mgmt_get_all_if_id path using bmbx be2iscsi: Fix mbox synchronization replacing spinlock with mutex be2iscsi: Fix to synchronize tag allocation using spin_lock be2iscsi: Set mbox timeout to 30s be2iscsi: Added return value check for mgmt_get_all_if_id be2iscsi: Fix to remove shutdown entry point be2iscsi: Fix VLAN support for IPv6 network be2iscsi: Fix to handle misconfigured optics events be2iscsi: Fix return value for MCC completion be2iscsi: Fix IOPOLL implementation be2iscsi: Fix WRB leak in login/logout path be2iscsi: Update the driver version
be2iscsi: Fix to use atomic bit operations for tag_state be2iscsi: Add FW config validation scsi_transport_iscsi: Add 25G and 40G speed definition be2iscsi: Fix to process 25G link speed info from FW be2iscsi: Fix async link event processing drivers/scsi/be2iscsi/be.h | 9 +- drivers/scsi/be2iscsi/be_cmds.c | 453 +++++++++++++++++++----------------- drivers/scsi/be2iscsi/be_cmds.h | 118 +++++----- drivers/scsi/be2iscsi/be_iscsi.c | 54 ++--- drivers/scsi/be2iscsi/be_main.c | 210 +++++++++-------- drivers/scsi/be2iscsi/be_main.h | 23 +- drivers/scsi/be2iscsi/be_mgmt.c | 425 ++++++++++++++++++++------------- drivers/scsi/be2iscsi/be_mgmt.h | 2 + drivers/scsi/scsi_transport_iscsi.c | 2 + include/scsi/iscsi_if.h | 2 + 10 files changed, 720 insertions(+), 578 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html