index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
be2iscsi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
[SCSI] be2iscsi: Get Initiator Name for the iSCSI_Host
John Soni Jose
4
-0
/
+90
2012-04-25
[SCSI] be2iscsi: Return async handle of unknown opcode to free list.
Jayamohan Kallickal
1
-2
/
+1
2012-04-25
[SCSI] be2iscsi: Check ASYNC PDU Handle corresponds to HDR/DATA Handle
Jayamohan Kallickal
1
-6
/
+2
2012-04-25
[SCSI] be2iscsi: Bump the driver Version
Jayamohan Kallickal
2
-1
/
+2
2012-04-25
[SCSI] be2iscsi: Update external Branding to Emulex
Jayamohan Kallickal
3
-5
/
+5
2012-04-25
[SCSI] be2iscsi: Fix the function return values.
Jayamohan Kallickal
1
-4
/
+3
2012-04-25
[SCSI] be2iscsi: Code cleanup, removing the goto statement
Jayamohan Kallickal
1
-7
/
+4
2012-04-25
[SCSI] be2iscsi: Fix double free of MCCQ info memory.
Jayamohan Kallickal
1
-1
/
+3
2012-04-25
[SCSI] be2iscsi: Set num_cpu = 1 if pci_enable_msix fails
Jayamohan Kallickal
1
-1
/
+4
2012-04-25
[SCSI] be2iscsi: Fix typo function name mismatch
Jayamohan Kallickal
1
-1
/
+1
2012-04-25
[SCSI] be2iscsi: Freeing of WRB and SGL Handle in cleanup task
Mike Christie
1
-45
/
+62
2012-04-25
[SCSI] be2iscsi: WRB Initialization and Failure code path change
Jayamohan Kallickal
2
-53
/
+49
2012-04-25
[SCSI] be2iscsi: Fix in ASYNC PDU stitching logic.
Jayamohan Kallickal
1
-2
/
+2
2012-04-25
[SCSI] be2iscsi: Fix in the Asynchronous Code Path
Jayamohan Kallickal
2
-46
/
+47
2012-04-23
[SCSI] be2iscsi: Remove unused OFFSET_IN_PAGE() macro
Roland Dreier
1
-4
/
+0
2012-01-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...
Linus Torvalds
1
-2
/
+3
2012-01-04
switch ->is_visible() to returning umode_t
Al Viro
3
-8
/
+8
2011-12-15
[SCSI] be2iscsi: cleanup a min_t() call
Dan Carpenter
1
-2
/
+3
2011-11-01
scsi: Fix up files implicitly depending on module.h inclusion
Paul Gortmaker
1
-0
/
+1
2011-10-16
[SCSI] be2iscsi: Move driver Version to 4.1.239.0
Jayamohan Kallickal
1
-1
/
+1
2011-10-16
[SCSI] be2iscsi: memset wrb for ring create
Jayamohan Kallickal
1
-0
/
+1
2011-10-16
[SCSI] be2iscsi: Fix for case where task->sc was cleanedup earlier
Jayamohan Kallickal
1
-0
/
+5
2011-10-16
[SCSI] be2iscsi: Fix for wrong dmsg setting in wrb
Jayamohan Kallickal
1
-2
/
+2
2011-10-16
[SCSI] be2iscsi: Fix for kdump failure
Jayamohan Kallickal
3
-1
/
+22
2011-08-29
[SCSI] be2iscsi: Add pci_disable device
Jayamohan Kallickal
1
-0
/
+2
2011-08-29
[SCSI] be2iscsi: Adding a shutdown Routine
Jayamohan Kallickal
1
-8
/
+30
2011-08-29
[SCSI] be2iscsi: Fixing the /proc/interrupts problem V3
Jayamohan Kallickal
2
-8
/
+29
2011-08-27
[SCSI] be2iscsi: remove host and session casts
Mike Christie
1
-4
/
+3
2011-08-27
[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs
Mike Christie
2
-2
/
+9
2011-08-27
[SCSI] iscsi class: sysfs group is_visible callout for session attrs
Mike Christie
2
-15
/
+19
2011-08-27
[SCSI] iscsi cls: sysfs group is_visible callout for conn attrs
Mike Christie
3
-10
/
+29
2011-07-28
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-2
/
+2
2011-07-25
iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]
Andy Grover
1
-3
/
+2
2011-07-25
iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi
Nicholas Bellinger
1
-2
/
+2
2011-06-30
[SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime management
Mike Christie
1
-91
/
+99
2011-06-30
[SCSI] iscsi_boot_sysfs: have this module check for null on destruction
Mike Christie
1
-4
/
+2
2011-06-30
[SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]
Andy Grover
1
-3
/
+2
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2011-05-02
[SCSI] be2iscsi: update version
Jayamohan Kallickal
1
-1
/
+1
2011-05-02
[SCSI] be2iscsi: fix chip cleanup
Jayamohan Kallickal
1
-2
/
+2
2011-05-02
[SCSI] be2iscsi: fix boot hang due to interrupts not getting rearmed
Jayamohan Kallickal
1
-9
/
+9
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
1
-9
/
+9
2011-04-16
[SCSI] be2iscsi: Fix for proper setting of FW
Jayamohan Kallickal
1
-4
/
+9
2011-04-16
[SCSI] be2iscsi: check boot_kset is created before destroying it
Jayamohan Kallickal
1
-2
/
+4
2011-04-16
[SCSI] be2iscsi: Set a timeout to FW
Jayamohan Kallickal
1
-0
/
+1
2011-04-16
[SCSI] be2iscsi: change in copyright notice
Jayamohan Kallickal
9
-57
/
+52
2011-04-10
treewide: remove extra semicolons
Justin P. Mattock
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-9
/
+9
2011-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
3
-16
/
+9
2011-02-24
[SCSI] be2iscsi: fix null ptr ref in conn get param
Mike Christie
3
-16
/
+9
[prev]
[next]