aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fnic
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 7-4/+92
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Gravatar Satish Kharat 1-2/+14
2017-06-27scsi: fnic: correct speed display and add support for 25,40 and 100GGravatar Satish Kharat 3-2/+45
2017-06-27scsi: fnic: added timestamp reporting in fnic debug statsGravatar Satish Kharat 3-0/+32
2017-06-27scsi: fnic: Zero io_cmpl_skip on fw reset completionGravatar Satish Kharat 1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-4/+3
2017-06-16networking: make skb_pull & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-03-23scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_reqGravatar Satish Kharat 1-1/+1
2017-03-23scsi: fnic: Adding debug IO and Abort latency counter to fnic statsGravatar Satish Kharat 4-5/+102
2017-03-23scsi: fnic: Adding Check Condition counter to misc fnicstatsGravatar Satish Kharat 3-0/+6
2017-03-23scsi: fnic: Avoid false out-of-order detection for aborted commandGravatar Satish Kharat 1-22/+18
2017-03-23scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeGravatar Satish Kharat 1-6/+10
2017-03-23scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else caseGravatar Satish Kharat 1-2/+1
2017-03-23scsi: fnic: Ratelimit printks to avoid flooding when vlan is not set by the s...Gravatar Satish Kharat 1-8/+13
2017-03-23scsi: fnic: switch to pci_alloc_irq_vectorsGravatar Christoph Hellwig 2-29/+13
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateGravatar Christoph Hellwig 1-0/+1
2017-01-05scsi: fnic: Avoid sending reset to firmware when another reset is in progressGravatar Satish Kharat 2-0/+17
2016-11-16scsi: fnic: Correcting rport check location in fnic_queuecommand_lckGravatar Satish Kharat 1-10/+18
2016-11-08scsi: fnic: use kernel's '%pM' format option to print MACGravatar Andy Shevchenko 1-8/+2
2016-11-08scsi: libfc: Replace ->lport_reset callback with function callGravatar Hannes Reinecke 1-1/+1
2016-11-08scsi: fnic: Use time64_t to represent trace timestampsGravatar Deepa Dinamani 2-3/+3
2016-07-20fnic: pci_dma_mapping_error() doesn't return an error codeGravatar Dan Carpenter 1-4/+4
2016-07-13fcoe: use enum for fip_modeGravatar Hannes Reinecke 1-1/+1
2016-07-13fc_fip: Update to latest FC-BB-6 draftGravatar Hannes Reinecke 2-10/+2
2016-04-11fnic: Using rport->dd_data to check rport online instead of rport_lookup.Gravatar Satish Kharat 2-10/+12
2016-04-11fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ...Gravatar Satish Kharat 2-11/+29
2016-04-11fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layerGravatar Satish Kharat 2-7/+28
2016-03-18fnic: move printk()s outside of the critical code section.Gravatar Maurizio Lombardi 1-7/+6
2015-11-09scsi: use host wide tags by defaultGravatar Christoph Hellwig 1-8/+0
2015-10-27fnic: check pci_map_single() return valueGravatar Maurizio Lombardi 2-8/+54
2015-08-18fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Gravatar Hiral Shah 2-2/+4
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Gravatar Stephen Rothwell 2-0/+2
2014-12-30fnic: IOMMU Fault occurs when IO and abort IO is out of orderGravatar Anil Chintalapati (achintal) 2-1/+16
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingGravatar Christoph Hellwig 1-0/+1
2014-11-20Fnic: Fnic Driver crashed with NULL pointer referenceGravatar Hiral Shah 2-4/+19
2014-11-20Fnic: For Standalone C series, "sending VLAN request" message seen even if th...Gravatar Hiral Shah 2-1/+6
2014-11-20Fnic: Improper resue of exchange IdsGravatar Hiral Shah 2-1/+12
2014-11-20Fnic: Memcopy only mimumum of data or trace bufferGravatar Hiral Shah 2-3/+3
2014-11-20Fnic: Not probing all the vNICS via fnic_probe on bootGravatar Hiral Shah 2-3/+12
2014-11-12scsi: don't force tagged_supported in driversGravatar Christoph Hellwig 1-2/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-1/+2
2014-11-12scsi: remove abuses of scsi_populate_tagGravatar Christoph Hellwig 1-9/+2
2014-11-12scsi: provide a generic change_queue_type methodGravatar Christoph Hellwig 1-1/+1
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 3-6/+6
2014-09-16fnic: assign FIP_ALL_FCF_MACS to fcoe_all_fcfsGravatar Hiral Shah 3-6/+6
2014-09-01treewide: fix errors in printkGravatar Masanari Iida 2-2/+2