summaryrefslogtreecommitdiff
path: root/drivers/scsi/be2iscsi/be_main.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-11irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig1-4/+2
2015-12-11irq_poll: don't disable new irq_poll instancesChristoph Hellwig1-2/+0
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig1-12/+12
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-1/+1
2015-11-12be2iscsi: Fix bogus WARN_ON length checkTim Gardner1-1/+1
2015-11-10be2iscsi: Fix updating the next pointer during WRB postingJohn Soni Jose1-15/+47
2015-10-27be2iscsi: Revert ownership to EmulexKetan Mukadam1-4/+4
2015-05-25be2iscsi : Logout of FW Boot SessionJohn Soni Jose1-0/+3
2015-05-25be2iscsi : Fix memory check before unmapping.John Soni Jose1-3/+7
2015-05-25be2iscsi : Fix memory leak in the unload pathJohn Soni Jose1-6/+12
2015-05-25be2iscsi : Fix the PCI request region reserving.John Soni Jose1-4/+18
2015-05-25be2iscsi : Fix the retry count for boot targetsJohn Soni Jose1-3/+20
2015-05-18MAINTAINERS, be2iscsi: change email domainMinh Tran1-6/+6
2015-04-08be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose1-1/+1
2015-02-22Merge 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 gathe...Minh Duc Tran1-1/+0
2015-02-14MODULE_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 : 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: Fix processing CQE before connection resources are freedJayamohan Kallickal1-1/+14
2014-09-16be2iscsi: Fix updating the boot enteries in sysfsJayamohan Kallickal1-0/+17
2014-09-16be2iscsi: Fix the copyright yearJayamohan Kallickal1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-09scsi: use pci_zalloc_consistentJoe Perches1-6/+4
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: 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 interrupt Coalescing mechanism.Jayamohan Kallickal1-2/+56
2014-05-28be2iscsi: Fix exposing Host in sysfs after adapter initialization is completeJayamohan Kallickal1-8/+3
2014-04-02Merge 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 : 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 Kallickal1-0/+2
2014-03-15[SCSI] be2iscsi: Fix doorbell format for EQ/CQ/RQ s per SLI spec.Jayamohan Kallickal1-3/+22
2014-03-15[SCSI] be2iscsi: Fix handling timed out MBX completion from FWJayamohan Kallickal1-8/+19
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-10-25[SCSI] be2iscsi: Fix SGL posting for unaligned ICD valuesJayamohan Kallickal1-3/+50
2013-10-25[SCSI] be2iscsi: Fix AER handling in driverJayamohan Kallickal1-15/+205
2013-10-25[SCSI] be2iscsi: Invalidate WRB in Abort/Reset PathJayamohan Kallickal1-0/+10
2013-10-25[SCSI] be2iscsi: Fix log level for protocol specific logsJayamohan Kallickal1-3/+8
2013-10-25[SCSI] be2iscsi: Fix MSIx creation for SKH-R adapterJayamohan Kallickal1-16/+29
2013-10-25[SCSI] be2iscsi: Display Port Identifier for each iSCSI functionJayamohan Kallickal1-0/+2
2013-10-25[SCSI] be2iscsi: Dispaly CID available for connection offloadJayamohan Kallickal1-2/+6
2013-10-25[SCSI] be2iscsi: Fix chute cleanup during drivers unload.Jayamohan Kallickal1-4/+10