Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | Merge tag '4.4-scsi-mkp' into misc | James Bottomley | 1 | -1/+1 |
2015-11-12 | be2iscsi: Fix bogus WARN_ON length check | Tim Gardner | 1 | -1/+1 |
2015-11-10 | be2iscsi: Bump the driver version | John Soni Jose | 1 | -1/+1 |
2015-11-10 | be2iscsi: Fix updating the next pointer during WRB posting | John Soni Jose | 4 | -23/+75 |
2015-10-27 | be2iscsi: Revert ownership to Emulex | Ketan Mukadam | 10 | -22/+22 |
2015-05-25 | be2iscsi : Bump the driver version | John Soni Jose | 1 | -1/+1 |
2015-05-25 | be2iscsi : Logout of FW Boot Session | John Soni Jose | 4 | -0/+87 |
2015-05-25 | be2iscsi : Fix memory check before unmapping. | John Soni Jose | 1 | -3/+7 |
2015-05-25 | be2iscsi : Fix memory leak in the unload path | John Soni Jose | 1 | -6/+12 |
2015-05-25 | be2iscsi : Fix the PCI request region reserving. | John Soni Jose | 1 | -4/+18 |
2015-05-25 | be2iscsi : Fix the retry count for boot targets | John Soni Jose | 3 | -3/+28 |
2015-05-18 | MAINTAINERS, be2iscsi: change email domain | Minh Tran | 9 | -36/+36 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2015-04-08 | be2iscsi: Fix kernel panic when device initialization fails | John Soni Jose | 1 | -1/+1 |
2015-03-07 | treewide: Fix typo in printk messages | Masanari Iida | 1 | -1/+1 |
2015-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
2015-02-15 | fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe... | Minh Duc Tran | 1 | -1/+0 |
2015-02-14 | MODULE_DEVICE_TABLE: fix some callsites | Andrew Morton | 1 | -1/+0 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -1/+1 |
2014-11-24 | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig | 1 | -1/+1 |
2014-09-30 | be2iscsi: check ip buffer before copying | Mike Christie | 1 | -5/+8 |
2014-09-30 | be2iscsi : Bump the driver version | John Soni Jose | 1 | -1/+1 |
2014-09-30 | be2iscsi : Fix kernel panic during reboot/shutdown | John Soni Jose | 1 | -1/+1 |
2014-09-16 | be2iscsi: Use pci_enable_msix_range() | Alexander Gordeev | 1 | -3/+3 |
2014-09-16 | be2iscsi: Bump the driver version | Jayamohan Kallickal | 1 | -1/+1 |
2014-09-16 | be2iscsi: Fix processing CQE before connection resources are freed | Jayamohan Kallickal | 3 | -1/+46 |
2014-09-16 | be2iscsi: Fix updating the boot enteries in sysfs | Jayamohan Kallickal | 4 | -2/+62 |
2014-09-16 | be2iscsi: Fix the copyright year | Jayamohan Kallickal | 9 | -9/+9 |
2014-09-16 | be2iscsi: Fix the sparse warning introduced in previous submission | Jayamohan Kallickal | 1 | -7/+7 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-08-09 | scsi: use pci_zalloc_consistent | Joe Perches | 2 | -8/+5 |
2014-07-26 | be2iscsi: Fix memory leak in mgmt_set_ip() | Maurizio Lombardi | 1 | -9/+11 |
2014-07-26 | bnx2i, be2iscsi: fix custom stats length | Mike Christie | 1 | -1/+1 |
2014-06-25 | be2iscsi: remove potential junk pointer free | Tomas Henzl | 1 | -3/+1 |
2014-06-25 | be2iscsi: add an missing goto in error path | Tomas Henzl | 1 | -0/+2 |
2014-06-02 | Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed" | Christoph Hellwig | 1 | -11/+0 |
2014-05-28 | be2iscsi: Bump the driver version | Jayamohan Kallickal | 1 | -1/+1 |
2014-05-28 | be2iscsi: Fix processing cqe for cxn whose endpoint is freed | Jayamohan Kallickal | 1 | -0/+11 |
2014-05-28 | be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyed | Jayamohan Kallickal | 1 | -5/+6 |
2014-05-28 | be2iscsi: Fix memory corruption in MBX path | Jayamohan Kallickal | 1 | -1/+1 |
2014-05-28 | be2iscsi: Fix TCP parameters while connection offloading. | Jayamohan Kallickal | 3 | -6/+40 |
2014-05-28 | be2iscsi: Fix interrupt Coalescing mechanism. | Jayamohan Kallickal | 6 | -5/+118 |
2014-05-28 | be2iscsi: Fix exposing Host in sysfs after adapter initialization is complete | Jayamohan Kallickal | 1 | -8/+3 |
2014-05-28 | be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path | Jayamohan Kallickal | 1 | -7/+7 |
2014-04-02 | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -143/+63 |
2014-03-15 | [SCSI] libiscsi: Reduce locking contention in fast path | Shlomo Pongratz | 1 | -13/+13 |
2014-03-15 | [SCSI] be2iscsi : Bump the driver version | Jayamohan Kallickal | 1 | -1/+1 |
2014-03-15 | [SCSI] be2iscsi : Fix DMA Out of SW-IOMMU space error | Jayamohan Kallickal | 1 | -2/+13 |
2014-03-15 | [SCSI] be2iscsi: Fix scsi_cmnd leakage in driver. | Jayamohan Kallickal | 1 | -1/+9 |
2014-03-15 | [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happens | Jayamohan Kallickal | 6 | -1/+26 |