summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner2019-06-051-4/+1Star
* | qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to useChad Dupuis2019-05-261-11/+28
|/
* scsi: qedf: Add return value to log message if scsi_add_host failsSaurav Kashyap2019-04-291-2/+3
* scsi: qedf: Print fcport information on wait for upload timeoutSaurav Kashyap2019-04-291-3/+5
* scsi: qedf: Check the return value of start_xmitSaurav Kashyap2019-04-291-1/+6
* scsi: qedf: Log message if scsi_add_host failsSaurav Kashyap2019-04-291-1/+4
* scsi: qedf: Check for fcoe_libfc_config failureSaurav Kashyap2019-04-291-1/+5
* scsi: qedf: Change MSI-X load error messageChad Dupuis2019-04-291-1/+2
* scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke2019-03-281-0/+5
* scsi: qedf: Wait for upload and link down processing during soft ctx resetChad Dupuis2019-03-281-7/+53
* scsi: qedf: fixup bit operationsHannes Reinecke2019-03-281-1/+4
* scsi: qedf: missing kref_put in qedf_xmit()Hannes Reinecke2019-03-281-1/+3
* scsi: qedf: Check for link state before processing LL2 packets and send fipvl...Saurav Kashyap2019-03-281-6/+22
* scsi: qedf: Add missing fc_disc_init call after allocating lportChad Dupuis2019-03-281-0/+2
* scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap2019-03-281-34/+90
* scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar2019-03-281-3/+5
* scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Chad Dupuis2019-03-281-9/+4Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-1/+1
|\
| * scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-201-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-12/+17
|/
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: qedf: NULL check before some freeing functions is not neededThomas Meyer2018-12-081-2/+1Star
* scsi: qedf: fully convert to the generic DMA APIChristoph Hellwig2018-10-181-4/+4
* scsi: qedf: Send the driver state to MFWSaurav Kashyap2018-07-111-0/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-26/+104
|\
| * scsi: qedf: Update copyright for 2018Chad Dupuis2018-05-081-1/+1
| * scsi: qedf: Add more defensive checks for concurrent error conditionsChad Dupuis2018-05-081-10/+16
| * scsi: qedf: Set the UNLOADING flag when removing a vportChad Dupuis2018-05-081-0/+10
| * scsi: qedf: If qed fails to enable MSI-X fail PCI probeChad Dupuis2018-05-081-1/+2
| * scsi: qedf: Honor default_prio module parameter even if DCBX does not convergeChad Dupuis2018-05-081-1/+8
| * scsi: qedf: Improve firmware debug dump handlingChad Dupuis2018-05-081-1/+12
| * scsi: qedf: Remove setting DCBX pending during soft context resetSaurav Kashyap2018-05-081-1/+0Star
| * scsi: qedf: Check if link is already up when receiving a link up event from qedChad Dupuis2018-05-081-0/+5
| * scsi: qedf: Honor priority from DCBX FCoE App tagChad Dupuis2018-05-081-14/+38
| * scsi: qedf: Add dcbx_not_wait module parameter so we won't wait for DCBX conv...Chad Dupuis2018-05-081-2/+9
| * scsi: qedf: Sanity check FCoE/FIP priority value to make sure it's between 0 ...Chad Dupuis2018-05-081-0/+7
| * scsi: qedf: Add missing skb frees in error pathChad Dupuis2018-05-081-0/+1
| * scsi: qedf: Increase the number of default FIP VLAN request retries to 60Chad Dupuis2018-05-081-2/+2
* | qedf: Add get_generic_tlv_data handler.Chad Dupuis2018-05-231-0/+17
* | qedf: Add support for populating ethernet TLVs.Chad Dupuis2018-05-231-0/+87
* | qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-081-1/+1
|/
* scsi: qedf: fix LTO-enabled buildArnd Bergmann2018-02-141-5/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-6/+6
|\
| * qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-2/+2
| * qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-4/+4
* | scsi: qedf: Fix error return code in __qedf_probe()Wei Yongjun2018-01-231-0/+3
|/
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-11/+9Star
|\
| * scsi: qedf: Limit number of CQsThomas Bogendoerfer2017-07-271-11/+9Star
* | scsi: qedf: drop bus reset handlerHannes Reinecke2017-08-251-11/+0Star