aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-08be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2015-02-15fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit.Minh Duc Tran1-1/+0
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0
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-1/+1
2014-09-30be2iscsi: check ip buffer before copyingMike Christie1-5/+8
2014-09-30be2iscsi : Bump the driver versionJohn Soni Jose1-1/+1
2014-09-30be2iscsi : Fix kernel panic during reboot/shutdownJohn Soni Jose1-1/+1
2014-09-16be2iscsi: Use pci_enable_msix_range()Alexander Gordeev1-3/+3
2014-09-16be2iscsi: Bump the driver versionJayamohan Kallickal1-1/+1
2014-09-16be2iscsi: Fix processing CQE before connection resources are freedJayamohan Kallickal3-1/+46
2014-09-16be2iscsi: Fix updating the boot enteries in sysfsJayamohan Kallickal4-2/+62
2014-09-16be2iscsi: Fix the copyright yearJayamohan Kallickal9-9/+9
2014-09-16be2iscsi: Fix the sparse warning introduced in previous submissionJayamohan Kallickal1-7/+7
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08scsi: use pci_zalloc_consistentJoe Perches2-8/+5
2014-07-25be2iscsi: Fix memory leak in mgmt_set_ip()Maurizio Lombardi1-9/+11
2014-07-25bnx2i, be2iscsi: fix custom stats lengthMike Christie1-1/+1
2014-06-25be2iscsi: remove potential junk pointer freeTomas Henzl1-3/+1
2014-06-25be2iscsi: add an missing goto in error pathTomas Henzl1-0/+2
2014-06-02Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed"Christoph Hellwig1-11/+0
2014-05-28be2iscsi: Bump the driver versionJayamohan Kallickal1-1/+1
2014-05-28be2iscsi: Fix processing cqe for cxn whose endpoint is freedJayamohan Kallickal1-0/+11
2014-05-28be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyedJayamohan Kallickal1-5/+6
2014-05-28be2iscsi: Fix memory corruption in MBX pathJayamohan Kallickal1-1/+1
2014-05-28be2iscsi: Fix TCP parameters while connection offloading.Jayamohan Kallickal3-6/+40
2014-05-28be2iscsi: Fix interrupt Coalescing mechanism.Jayamohan Kallickal6-5/+118
2014-05-28be2iscsi: Fix exposing Host in sysfs after adapter initialization is completeJayamohan Kallickal1-8/+3
2014-05-28be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox pathJayamohan Kallickal1-7/+7
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-143/+63
2014-03-15[SCSI] libiscsi: Reduce locking contention in fast pathShlomo Pongratz1-13/+13
2014-03-15[SCSI] be2iscsi : Bump the driver versionJayamohan Kallickal1-1/+1
2014-03-15[SCSI] be2iscsi : Fix DMA Out of SW-IOMMU space errorJayamohan Kallickal1-2/+13
2014-03-15[SCSI] be2iscsi: Fix scsi_cmnd leakage in driver.Jayamohan Kallickal1-1/+9
2014-03-15[SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happensJayamohan Kallickal6-1/+26
2014-03-15[SCSI] be2iscsi: Fix doorbell format for EQ/CQ/RQ s per SLI spec.Jayamohan Kallickal4-21/+40
2014-03-15[SCSI] be2iscsi: Fix port speed typo in driver.Jayamohan Kallickal1-1/+1
2014-03-15[SCSI] be2iscsi: Fix handling timed out MBX completion from FWJayamohan Kallickal6-45/+117
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe1-143/+63
2014-03-10[SCSI] be2iscsi: fix bad if expressionMike Christie1-1/+1
2013-12-19[SCSI] be2iscsi: fix memory leak in error pathGeyslan G. Bem1-5/+3
2013-10-25[SCSI] be2iscsi: Bump driver versionJayamohan Kallickal1-1/+1
2013-10-25[SCSI] be2iscsi: Fix SGL posting for unaligned ICD valuesJayamohan Kallickal2-5/+58
2013-10-25[SCSI] be2iscsi: Fix AER handling in driverJayamohan Kallickal4-29/+270
2013-10-25[SCSI] be2iscsi: Invalidate WRB in Abort/Reset PathJayamohan Kallickal1-0/+10
2013-10-25[SCSI] be2iscsi: Fix Insufficient Buffer Error returned in MBX CompletionJayamohan Kallickal4-43/+99
2013-10-25[SCSI] be2iscsi: Fix log level for protocol specific logsJayamohan Kallickal2-3/+9
2013-10-25[SCSI] be2iscsi: Fix MSIx creation for SKH-R adapterJayamohan Kallickal3-17/+42