Age | Commit message (Expand) | Author |
2018-02-21 | scsi: qla4xxx: Use dma_pool_zalloc() | Souptick Joarder |
2018-02-12 | scsi: qla4xxx: Move an array from a .h into a .c file | Bart Van Assche |
2018-02-12 | scsi: qla4xxx: Remove unused symbols | Bart Van Assche |
2018-01-04 | scsi: qla4xxx: Use zeroing allocator rather than allocator/memset | Himanshu Jha |
2017-11-01 | scsi: qla4xxx: Convert timers to use timer_setup() | Kees Cook |
2017-04-26 | scsi: qla4xxx: fix spelling mistake: "Tempalate" -> "Template" | Colin Ian King |
2017-04-06 | scsi: qla4xxx: drop redundant init_completion | Nicholas Mc Guire |
2017-01-11 | scsi: qla4xxx: remove two unused MSI-X related #defines | Christoph Hellwig |
2017-01-05 | scsi: qla4xxx: comments correction | Cao jin |
2016-12-07 | scsi: qla4xxx: switch to pci_alloc_irq_vectors | Christoph Hellwig |
2016-11-08 | scsi: qla4xxx: print MAC and SID via %p[mM][R] | Oleksandr Khoshaba |
2016-09-02 | scsi: qla4xxx: Mark symbols static where possible | Baoyou Xie |
2016-02-23 | scsi: qla4xxx: shut up warning for rd_reg_indirect | Arnd Bergmann |
2015-11-13 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2015-11-09 | scsi: use host wide tags by default | Christoph Hellwig |
2015-10-15 | move io-64-nonatomic*.h out of asm-generic | Christoph Hellwig |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-06-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-05-27 | qla4xxx: add a missing include | Eric Dumazet |
2015-05-26 | qla4xxx: Fix printk() in qla4_83xx_read_reset_template() and qla4_83xx_pre_lo... | Masanari Iida |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig |
2014-11-24 | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig |
2014-11-12 | scsi: don't force tagged_supported in drivers | Christoph Hellwig |
2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig |
2014-11-12 | scsi: always assign block layer tags if enabled | Christoph Hellwig |
2014-11-12 | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig |
2014-08-01 | qla4xxx: fix get_host_stats error propagation | Mike Christie |
2014-07-30 | qla4xxx: check the return value of dma_alloc_coherent() | Maurizio Lombardi |
2014-07-30 | scsi: qla4xxx: ql4_mbx.c: Cleaning up missing null-terminate in conjunction w... | Rickard Strandqvist |
2014-07-30 | scsi: qla4xxx: ql4_os.c: Cleaning up missing null-terminate in conjunction wi... | Rickard Strandqvist |
2014-07-30 | qla4xxx: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev |
2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke |
2014-05-28 | qla4xxx: Use kmemdup instead of kmalloc + memcpy | Benoit Taine |
2014-05-19 | qla4xxx: Update driver version to 5.04.00-k6 | Vikas Chaudhary |
2014-05-19 | qla4xxx: Fix smatch warning in func qla4xxx_conn_get_param | Adheer Chandravanshi |
2014-05-19 | qla4xxx: Fix smatch warning in func qla4xxx_get_ep_param | Adheer Chandravanshi |
2014-05-19 | qla4xxx: Fix memory leak for ha->saved_acb | Nilesh Javali |
2014-05-19 | qla4xxx: Export sysfs DDBs from DPC handler | Nilesh Javali |
2014-05-19 | qla4xxx: Disable INTx interrupt for ISP82XX | Tej Parkash |
2014-05-19 | qla4xxx: Update driver version to 5.04.00-k5 | Vikas Chaudhary |
2014-05-19 | qla4xxx: Fix memory leak in func qla4_84xx_config_acb() | Vikas Chaudhary |
2014-05-19 | qla4xxx: Initialize hardware queue for ISP40XX | Vikas Chaudhary |
2014-05-19 | qla4xxx: Check for correct return status | Vikas Chaudhary |
2014-05-19 | qla4xxx: qla4xxx: Move qla4_8xxx_ms_mem_write_128b to ql4_nx.c | Vikas Chaudhary |
2014-05-19 | qla4xxx: Added PEX DMA Support for ISP8022 Adapter | Tej Parkash |
2014-05-19 | qla4xxx: Added new opcodes for 84XX Minidump template | Tej Parkash |
2014-05-19 | qla4xxx: Add support of 0xFF capture mask for minidump | Tej Parkash |
2014-05-19 | qla4xxx: Change default capture to firmware defined capture mask | Tej Parkash |
2014-05-19 | qla4xxx: Do not wait for IO completion, after issuing stop_firmware | Tej Parkash |
2014-03-15 | [SCSI] libiscsi: Reduce locking contention in fast path | Shlomo Pongratz |