summaryrefslogtreecommitdiff
path: root/drivers/scsi/bnx2i/bnx2i_iscsi.c
AgeCommit message (Expand)Author
2017-10-27scsi: bnx2i: Convert timers to use timer_setup()Kees Cook
2017-06-26scsi: bnx2i: missing error code in bnx2i_ep_connect()Dan Carpenter
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2016-04-25bnx2i: silence uninitialized variable warningsDan Carpenter
2015-06-02bnx2i: Fix call trace while device resetNilesh Javali
2015-06-02bnx2i: Fixed firmware assert, during target logout.Tej Parkash
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-09-16bnx2i: Make boot_nic entry visible in the sysfs session objectsTej Parkash
2014-07-25bnx2i: Rebranding bnx2i driverVikas Chaudhary
2014-07-25bnx2i, be2iscsi: fix custom stats lengthMike Christie
2014-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2014-03-18cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan
2014-03-15[SCSI] libiscsi: Reduce locking contention in fast pathShlomo Pongratz
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat
2013-08-23[SCSI] bnx2i: Update version and copyright year 2013Eddie Wai
2012-11-27[SCSI] bnx2i: removed the individual PCI DEVICE ID checkingEddie Wai
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-08[SCSI] bnx2i: Removed the reference to the netdev->base_addrEddie Wai
2012-06-27bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities adve...Barak Witkowski
2012-05-10[SCSI] bnx2i: Updated version and copyright yearEddie Wai
2012-05-10[SCSI] bnx2i: Added the setting of target can_queue via target_allocEddie Wai
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2011-07-25iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger
2011-06-29[SCSI] bnx2i: Updated copyright and bump versionEddie Wai
2011-06-29[SCSI] bnx2i: Added the use of kthreads to handle SCSI cmd completionEddie Wai
2011-05-24[SCSI] bnx2i: Optimized the iSCSI offload performanceEddie Wai
2011-05-24[SCSI] bnx2i: Updated the connection shutdown/cleanup timeoutEddie Wai
2011-05-24[SCSI] bnx2i: Fixed packet error created when the sq_size is set to 16Eddie Wai
2011-02-24[SCSI] bnx2i: fix null ptr ref in conn get paramMike Christie
2011-02-24[SCSI] bnx2i: Added iSCSI text pdu support for iSCSI offloadEddie Wai
2011-02-24[SCSI] bnx2i: Allow ep CONNECT_FAILED condition to go through proper cleanupEddie Wai
2010-12-21[SCSI] bnx2i: Updated copyright and maintainer infoEddie Wai
2010-12-21[SCSI] bnx2i: Cleaned up various error conditions in ep_connect/disconnectEddie Wai
2010-12-21[SCSI] bnx2i: Added return code check for chip kwqe submission requestEddie Wai
2010-12-21[SCSI] bnx2i: Modified the bnx2i stop path to compensate for in progress opsEddie Wai
2010-12-21[SCSI] bnx2i: Removed the dynamic registration of CNICEddie Wai
2010-12-21[SCSI] bnx2i: Added mutex lock protection to conn_get_paramEddie Wai
2010-12-21[SCSI] bnx2i: Allow to abort the connection if connect request times outEddie Wai
2010-12-21[SCSI] bnx2i: Fixed the remote TCP RST handling for the 570X (1g)Eddie Wai
2010-12-21[SCSI] bnx2i: Fixed a cid leak issue for 5771X (10g)Eddie Wai
2010-09-05[SCSI] bnx2i: Added chip cleanup for the remove module pathEddie Wai
2010-09-05[SCSI] bnx2i: Recouple the CFC delete cleanup with cm_abort/close completionEddie Wai
2010-09-05[SCSI] bnx2i: Fixed a protocol violation on nopout responsesEddie Wai
2010-07-27[SCSI] bnx2i: Added host param ISCSI_HOST_PARAM_IPADDRESSMichael Chan
2010-07-27[SCSI] bnx2i: Fixed the TCP graceful termination initiationEddie Wai