aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i/bnx2i_iscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-04-11scsi: iscsi: Merge suspend fieldsMike Christie1-1/+1
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche1-0/+1
2021-10-16scsi: bnx2i: Switch to attribute groupsBart Van Assche1-1/+1
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie1-1/+1
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-7/+16
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie1-5/+1
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie1-0/+1
2021-02-08scsi: libiscsi: Fix iscsi_task use after free()Mike Christie1-2/+0
2020-07-24scsi: bnx2i: Add parameter description and rename anotherLee Jones1-1/+2
2020-07-24scsi: bnx2i: Add, remove and edit some function parameter descriptionsLee Jones1-9/+7
2019-11-19scsi: bnx2i: fix potential use after freePan Bian1-1/+1
2019-01-08scsi: bnx2i: fix indentation issue, remove a tabColin Ian King1-1/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2017-10-27scsi: bnx2i: Convert timers to use timer_setup()Kees Cook1-11/+4
2017-06-26scsi: bnx2i: missing error code in bnx2i_ep_connect()Dan Carpenter1-1/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2016-04-25bnx2i: silence uninitialized variable warningsDan Carpenter1-2/+2
2015-06-02bnx2i: Fix call trace while device resetNilesh Javali1-0/+2
2015-06-02bnx2i: Fixed firmware assert, during target logout.Tej Parkash1-1/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-09-16bnx2i: Make boot_nic entry visible in the sysfs session objectsTej Parkash1-0/+3
2014-07-25bnx2i: Rebranding bnx2i driverVikas Chaudhary1-3/+5
2014-07-25bnx2i, be2iscsi: fix custom stats lengthMike Christie1-4/+3
2014-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2014-03-18cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan1-11/+12
2014-03-15[SCSI] libiscsi: Reduce locking contention in fast pathShlomo Pongratz1-4/+4
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-7/+7
2013-08-23[SCSI] bnx2i: Update version and copyright year 2013Eddie Wai1-1/+1
2012-11-27[SCSI] bnx2i: removed the individual PCI DEVICE ID checkingEddie Wai1-1/+1
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2012-07-08[SCSI] bnx2i: Removed the reference to the netdev->base_addrEddie Wai1-5/+5
2012-06-27bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities advertisementBarak Witkowski1-0/+11
2012-05-10[SCSI] bnx2i: Updated version and copyright yearEddie Wai1-1/+1
2012-05-10[SCSI] bnx2i: Added the setting of target can_queue via target_allocEddie Wai1-0/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie1-2/+9
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie1-14/+20
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie1-11/+26
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+1
2011-07-25iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger1-1/+1
2011-06-29[SCSI] bnx2i: Updated copyright and bump versionEddie Wai1-1/+1
2011-06-29[SCSI] bnx2i: Added the use of kthreads to handle SCSI cmd completionEddie Wai1-4/+32
2011-05-24[SCSI] bnx2i: Optimized the iSCSI offload performanceEddie Wai1-1/+7
2011-05-24[SCSI] bnx2i: Updated the connection shutdown/cleanup timeoutEddie Wai1-1/+1
2011-05-24[SCSI] bnx2i: Fixed packet error created when the sq_size is set to 16Eddie Wai1-0/+3
2011-02-24[SCSI] bnx2i: fix null ptr ref in conn get paramMike Christie1-23/+22
2011-02-24[SCSI] bnx2i: Added iSCSI text pdu support for iSCSI offloadEddie Wai1-1/+5
2011-02-24[SCSI] bnx2i: Allow ep CONNECT_FAILED condition to go through proper cleanupEddie Wai1-1/+1