All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] bnx2fc version 1.0.5
@ 2011-08-04 18:46 Bhanu Prakash Gollapudi
  2011-08-04 18:46 ` [PATCH 01/18] bnx2fc: Reset the max receive frame size Bhanu Prakash Gollapudi
                   ` (17 more replies)
  0 siblings, 18 replies; 22+ messages in thread
From: Bhanu Prakash Gollapudi @ 2011-08-04 18:46 UTC (permalink / raw)
  To: JBottomley, linux-scsi
  Cc: michaelc, mchan, robert.w.love, devel, Bhanu Prakash Gollapudi

This patchset contains bnx2fc bug fixes.  Please note that patch 15 is
'fcoe/libfcoe' patch, which moves LLD common code from fcoe driver to
fcoe_transport, to enable patch 16 and 17.

Bhanu Prakash Gollapudi (18):
  bnx2fc: Reset the max receive frame size
  bnx2fc: Bug fixes in percpu_thread_create/destroy
  bnx2fc: Enable bsg_request support for bnx2fc
  bnx2fc: Remove erroneous kref_get on IO request
  bnx2fc: Do not attempt destroying NPIV port twice
  bnx2fc: Change function names of
	  bnx2fc_netdev_setup/bnx2fc_netdev_cleanup
  bnx2fc: Reorganize cleanup code between interface_cleanup and
	  if_destory
  bnx2fc: Handle NETDEV_UNREGISTER for vlan devices
  bnx2fc: Clear DESTROY_CMPL flag after firmware destroy
  bnx2fc: Do not reuse the fcoe connection id immediately
  bnx2fc: IO errors when receiving unsolicited LOGO
  bnx2fc: Fix NULL pointer deref during arm_cq.
  bnx2fc: code cleanup in bnx2fc_offload_session
  bnx2fc: Drop incoming ABTS
  fcoe: Move common functions to fcoe_transport library
  bnx2fc: Obtain WWNN/WWPN from the shared memory
  bnx2fc: Prevent creating of NPIV port with duplicate WWN
  bnx2fc: Bump version to 1.0.5

 drivers/scsi/bnx2fc/bnx2fc.h       |    2 +-
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c  |  187 ++++++++++++++++++++++++------------
 drivers/scsi/bnx2fc/bnx2fc_hwi.c   |   10 ++-
 drivers/scsi/bnx2fc/bnx2fc_io.c    |    7 --
 drivers/scsi/bnx2fc/bnx2fc_tgt.c   |   27 +++---
 drivers/scsi/fcoe/fcoe.c           |   66 +-------------
 drivers/scsi/fcoe/fcoe.h           |   10 --
 drivers/scsi/fcoe/fcoe_transport.c |   72 ++++++++++++++
 include/scsi/libfcoe.h             |    3 +
 9 files changed, 224 insertions(+), 160 deletions(-)



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-08-24 20:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 18:46 [PATCH 00/18] bnx2fc version 1.0.5 Bhanu Prakash Gollapudi
2011-08-04 18:46 ` [PATCH 01/18] bnx2fc: Reset the max receive frame size Bhanu Prakash Gollapudi
2011-08-04 18:46 ` [PATCH 02/18] bnx2fc: Bug fixes in percpu_thread_create/destroy Bhanu Prakash Gollapudi
2011-08-04 18:46 ` [PATCH 03/18] bnx2fc: Enable bsg_request support for bnx2fc Bhanu Prakash Gollapudi
2011-08-04 18:46 ` [PATCH 04/18] bnx2fc: Remove erroneous kref_get on IO request Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 05/18] bnx2fc: Do not attempt destroying NPIV port twice Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 06/18] bnx2fc: Change function names of bnx2fc_netdev_setup/bnx2fc_netdev_cleanup Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 07/18] bnx2fc: Reorganize cleanup code between interface_cleanup and if_destory Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 08/18] bnx2fc: Handle NETDEV_UNREGISTER for vlan devices Bhanu Prakash Gollapudi
2011-08-18 23:52   ` Bhanu Gollapudi
2011-08-24 20:40     ` Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 09/18] bnx2fc: Clear DESTROY_CMPL flag after firmware destroy Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 10/18] bnx2fc: Do not reuse the fcoe connection id immediately Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 11/18] bnx2fc: IO errors when receiving unsolicited LOGO Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 12/18] bnx2fc: Fix NULL pointer deref during arm_cq Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 13/18] bnx2fc: code cleanup in bnx2fc_offload_session Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 14/18] bnx2fc: Drop incoming ABTS Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 15/18] fcoe: Move common functions to fcoe_transport library Bhanu Prakash Gollapudi
2011-08-04 23:09   ` Zou, Yi
2011-08-04 18:47 ` [PATCH 16/18] bnx2fc: Obtain WWNN/WWPN from the shared memory Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 17/18] bnx2fc: Prevent creating of NPIV port with duplicate WWN Bhanu Prakash Gollapudi
2011-08-04 18:47 ` [PATCH 18/18] bnx2fc: Bump version to 1.0.5 Bhanu Prakash Gollapudi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.