summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic
Commit message (Expand)AuthorAgeFilesLines
* scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort"Colin Ian King2018-04-181-1/+1
* scsi: fnic: use 64-bit timestampsArnd Bergmann2018-01-223-32/+32
* scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_respRasmus Villemoes2018-01-171-3/+1
* scsi: fnic: add a space after %p in printf formatNicolas Iooss2017-12-111-1/+1
* scsi: fnic: Fix coccinelle warningsVasyl Gomonovych2017-12-041-19/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: fnic: do not call host reset from command abortHannes Reinecke2017-08-251-4/+0
* scsi: fnic: fix format string overflow warningArnd Bergmann2017-08-071-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-067-4/+92
|\
| * scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat2017-06-271-2/+14
| * scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat2017-06-273-2/+45
| * scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat2017-06-273-0/+32
| * scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat2017-06-271-0/+1
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-4/+3
* | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
|/
* scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_reqSatish Kharat2017-03-231-1/+1
* scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat2017-03-234-5/+102
* scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat2017-03-233-0/+6
* scsi: fnic: Avoid false out-of-order detection for aborted commandSatish Kharat2017-03-231-22/+18
* scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeSatish Kharat2017-03-231-6/+10
* scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else caseSatish Kharat2017-03-231-2/+1
* scsi: fnic: Ratelimit printks to avoid flooding when vlan is not set by the s...Satish Kharat2017-03-231-8/+13
* scsi: fnic: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-03-232-29/+13
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
* | scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat2017-01-052-0/+17
|/
* scsi: fnic: Correcting rport check location in fnic_queuecommand_lckSatish Kharat2016-11-161-10/+18
* scsi: fnic: use kernel's '%pM' format option to print MACAndy Shevchenko2016-11-081-8/+2
* scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: fnic: Use time64_t to represent trace timestampsDeepa Dinamani2016-11-082-3/+3
* fnic: pci_dma_mapping_error() doesn't return an error codeDan Carpenter2016-07-201-4/+4
* fcoe: use enum for fip_modeHannes Reinecke2016-07-131-1/+1
* fc_fip: Update to latest FC-BB-6 draftHannes Reinecke2016-07-132-10/+2
* fnic: Using rport->dd_data to check rport online instead of rport_lookup.Satish Kharat2016-04-112-10/+12
* fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ...Satish Kharat2016-04-112-11/+29
* fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layerSatish Kharat2016-04-112-7/+28
* fnic: move printk()s outside of the critical code section.Maurizio Lombardi2016-03-181-7/+6
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-8/+0
* fnic: check pci_map_single() return valueMaurizio Lombardi2015-10-272-8/+54
* fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Hiral Shah2015-08-182-2/+4
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-032-0/+2
* fnic: IOMMU Fault occurs when IO and abort IO is out of orderAnil Chintalapati (achintal)2014-12-302-1/+16
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+2
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-0/+1
* Fnic: Fnic Driver crashed with NULL pointer referenceHiral Shah2014-11-202-4/+19
* Fnic: For Standalone C series, "sending VLAN request" message seen even if th...Hiral Shah2014-11-202-1/+6
* Fnic: Improper resue of exchange IdsHiral Shah2014-11-202-1/+12
* Fnic: Memcopy only mimumum of data or trace bufferHiral Shah2014-11-202-3/+3
OpenPOWER on IntegriCloud