summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_main.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedf: fully convert to the generic DMA APIChristoph Hellwig2018-10-171-4/+4
* scsi: qedf: Send the driver state to MFWSaurav Kashyap2018-07-101-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/+0
| * 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-221-0/+17
* | qedf: Add support for populating ethernet TLVs.Chad Dupuis2018-05-221-0/+87
* | qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-071-1/+1
|/
* scsi: qedf: fix LTO-enabled buildArnd Bergmann2018-02-131-5/+3
* 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-221-0/+3
|/
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-11/+9
|\
| * scsi: qedf: Limit number of CQsThomas Bogendoerfer2017-07-261-11/+9
* | scsi: qedf: drop bus reset handlerHannes Reinecke2017-08-251-11/+0
* | scsi: qedf: Fix up modinfo parameter name for 'debug' in modinfo output.Chad Dupuis2017-08-241-1/+1
* | scsi: qedf: Covert single-threaded workqueues to regular workqueues.Chad Dupuis2017-08-241-4/+4
* | scsi: qedf: Corrent VLAN tag insertion in fallback VLAN case.Chad Dupuis2017-08-241-4/+8
* | scsi: qedf: Use granted MAC from the FCF for the FCoE source address if it is...Chad Dupuis2017-08-241-8/+51
* | scsi: qedf: Set WWNN and WWPN based on values from qed.Chad Dupuis2017-08-241-3/+18
|/
* scsi: qedf: fix spelling mistake: "offlading" -> "offloading"Colin Ian King2017-07-121-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-46/+157
|\
| * scsi: qedf: Merge a few quoted strings split across linesChristophe JAILLET2017-06-121-12/+6
| * scsi: qedf: Use 'dma_zalloc_coherent' to reduce code verbosity.Christophe JAILLET2017-06-121-13/+6
| * scsi: qedf: Fix a return value in case of error in 'qedf_alloc_global_queues'Christophe JAILLET2017-06-121-1/+2
| * scsi: qedf: Add change_queue_depth member to scsi_host_template().Chad Dupuis2017-06-121-0/+1
| * scsi: qedf: Change cmd_per_lun in scsi_host_template to 32 to increase perfor...Chad Dupuis2017-06-121-1/+1
| * scsi: qedf: Move some prints to a debug level so they do not print when no de...Chad Dupuis2017-06-121-5/+8
| * scsi: qedf: Add non-offload receive filters.Chad Dupuis2017-06-121-0/+43
| * scsi: qedf: Add bus_reset No-op.Chad Dupuis2017-06-121-0/+11
| * scsi: qedf: Use same logic for SCSI host reset and FC lip_reset.Chad Dupuis2017-06-121-16/+23
| * scsi: qedf: Set qed logging level to QED_LEVEL_NOTICE.Chad Dupuis2017-06-121-1/+1
| * scsi: qedf: Honor qed_ops->common->set_fp_int() return code.Chad Dupuis2017-06-121-0/+2
| * scsi: qedf: Update copyright to 2017.Chad Dupuis2017-06-121-1/+1
| * scsi: qedf: Enable basic FDMI information.Chad Dupuis2017-06-121-0/+56
* | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* | qed: Replace set_id() api with set_name()Mintz, Yuval2017-05-241-1/+1
|/
OpenPOWER on IntegriCloud