aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen1-1/+1
2019-09-30scsi: qedf: Add port_id getterDaniel Wagner1-0/+8
2019-09-23scsi: qedf: Remove always false 'tmp_prio < 0' statementAustin Kim1-1/+1
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-65/+113
2019-08-29scsi: qedf: Fix race betwen fipvlan request and response pathSaurav Kashyap1-13/+12
2019-08-29scsi: qedf: Use discovery list to traverse rportsHannes Reinecke1-32/+7
2019-08-29scsi: qedf: Decrease the LL2 MTU size to 2500Saurav Kashyap1-1/+1
2019-08-29scsi: qedf: Check for module unloading bit before processing link update AENSaurav Kashyap1-0/+10
2019-08-29scsi: qedf: Add support for 20 Gbps speedSaurav Kashyap1-0/+5
2019-08-29scsi: qedf: Interpret supported caps value correctlySaurav Kashyap1-5/+27
2019-08-29scsi: qedf: Add shutdown callback handlerSaurav Kashyap1-0/+7
2019-08-29scsi: qedf: Update module description stringNilesh Javali1-1/+1
2019-08-29scsi: qedf: Stop sending fipvlan request on unloadSaurav Kashyap1-0/+5
2019-08-29scsi: qedf: Print message during bailout conditionsSaurav Kashyap1-14/+39
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner1-4/+1
2019-05-26qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to useChad Dupuis1-11/+28
2019-04-29scsi: qedf: Add return value to log message if scsi_add_host failsSaurav Kashyap1-2/+3
2019-04-29scsi: qedf: Print fcport information on wait for upload timeoutSaurav Kashyap1-3/+5
2019-04-29scsi: qedf: Check the return value of start_xmitSaurav Kashyap1-1/+6
2019-04-29scsi: qedf: Log message if scsi_add_host failsSaurav Kashyap1-1/+4
2019-04-29scsi: qedf: Check for fcoe_libfc_config failureSaurav Kashyap1-1/+5
2019-04-29scsi: qedf: Change MSI-X load error messageChad Dupuis1-1/+2
2019-03-27scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke1-0/+5
2019-03-27scsi: qedf: Wait for upload and link down processing during soft ctx resetChad Dupuis1-7/+53
2019-03-27scsi: qedf: fixup bit operationsHannes Reinecke1-1/+4
2019-03-27scsi: qedf: missing kref_put in qedf_xmit()Hannes Reinecke1-1/+3
2019-03-27scsi: qedf: Check for link state before processing LL2 packets and send fipvlan retriesSaurav Kashyap1-6/+22
2019-03-27scsi: qedf: Add missing fc_disc_init call after allocating lportChad Dupuis1-0/+2
2019-03-27scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap1-34/+90
2019-03-27scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar1-3/+5
2019-03-27scsi: qedf: Correct xid range overlap between offloaded requests and libfc requestsChad Dupuis1-9/+4
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-12/+17
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: qedf: NULL check before some freeing functions is not neededThomas Meyer1-2/+1
2018-10-17scsi: qedf: fully convert to the generic DMA APIChristoph Hellwig1-4/+4
2018-07-10scsi: qedf: Send the driver state to MFWSaurav Kashyap1-0/+12
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-26/+104
2018-05-22qedf: Add get_generic_tlv_data handler.Chad Dupuis1-0/+17
2018-05-22qedf: Add support for populating ethernet TLVs.Chad Dupuis1-0/+87
2018-05-08scsi: qedf: Update copyright for 2018Chad Dupuis1-1/+1
2018-05-08scsi: qedf: Add more defensive checks for concurrent error conditionsChad Dupuis1-10/+16
2018-05-08scsi: qedf: Set the UNLOADING flag when removing a vportChad Dupuis1-0/+10
2018-05-08scsi: qedf: If qed fails to enable MSI-X fail PCI probeChad Dupuis1-1/+2
2018-05-08scsi: qedf: Honor default_prio module parameter even if DCBX does not convergeChad Dupuis1-1/+8
2018-05-08scsi: qedf: Improve firmware debug dump handlingChad Dupuis1-1/+12
2018-05-08scsi: qedf: Remove setting DCBX pending during soft context resetSaurav Kashyap1-1/+0