summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedf: Update version number to 8.33.16.20Chad Dupuis2018-05-081-2/+2
* scsi: qedf: Update copyright for 2018Chad Dupuis2018-05-0815-15/+15
* scsi: qedf: Add more defensive checks for concurrent error conditionsChad Dupuis2018-05-083-14/+58
* scsi: qedf: Set the UNLOADING flag when removing a vportChad Dupuis2018-05-081-0/+10
* scsi: qedf: Add additional checks when restarting an rport due to ABTS timeoutChad Dupuis2018-05-081-0/+31
* 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-083-2/+15
* scsi: qedf: Remove setting DCBX pending during soft context resetSaurav Kashyap2018-05-081-1/+0Star
* scsi: qedf: Add task id to kref_get_unless_zero() debug messages when flushin...Chad Dupuis2018-05-081-3/+3
* scsi: qedf: Check if link is already up when receiving a link up event from qedChad Dupuis2018-05-081-0/+5
* scsi: qedf: Return request as DID_NO_CONNECT if MSI-X is not enabledChad Dupuis2018-05-081-0/+9
* scsi: qedf: Release RRQ reference correctly when RRQ command times outChad Dupuis2018-05-081-0/+8
* scsi: qedf: Honor priority from DCBX FCoE App tagChad Dupuis2018-05-082-14/+39
* 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 check for offload before flushing I/Os for targetChad Dupuis2018-05-081-0/+6
* scsi: qedf: Fix VLAN display when printing sent FIP framesChad Dupuis2018-05-081-1/+1
* scsi: qedf: Add missing skb frees in error pathChad Dupuis2018-05-082-0/+2
* scsi: qedf: Increase the number of default FIP VLAN request retries to 60Chad Dupuis2018-05-081-2/+2
* scsi: qedf: Synchronize rport restarts when multiple ELS commands time outChad Dupuis2018-05-082-0/+13
* scsi: qedf: use correct strncpy() sizeArnd Bergmann2018-02-141-1/+1
* scsi: qedf: fix LTO-enabled buildArnd Bergmann2018-02-143-15/+16
* scsi: qedf: remove redundant initialization of 'fcport'Colin Ian King2018-02-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-318-112/+54Star
|\
| * qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2018-01-021-4/+4
| * qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-024-88/+30Star
| * qed*: HSI renaming for different types of HWTomer Tayar2018-01-026-20/+20
* | scsi: qedf: Fix error return code in __qedf_probe()Wei Yongjun2018-01-231-0/+3
|/
* Merge branch 'fixes' into miscJames Bottomley2017-09-073-18/+19
|\
| * scsi: qedf: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-241-6/+8
| * scsi: qedf: Limit number of CQsThomas Bogendoerfer2017-07-272-12/+11Star
* | scsi: qedf: drop bus reset handlerHannes Reinecke2017-08-251-11/+0Star
* | scsi: qedf: Update driver version to 8.20.5.0.Chad Dupuis2017-08-251-3/+3
* | scsi: qedf: Fix up modinfo parameter name for 'debug' in modinfo output.Chad Dupuis2017-08-251-1/+1
* | scsi: qedf: Covert single-threaded workqueues to regular workqueues.Chad Dupuis2017-08-251-4/+4
* | scsi: qedf: Corrent VLAN tag insertion in fallback VLAN case.Chad Dupuis2017-08-253-16/+15Star
* | scsi: qedf: Use granted MAC from the FCF for the FCoE source address if it is...Chad Dupuis2017-08-253-26/+51
* | scsi: qedf: Set WWNN and WWPN based on values from qed.Chad Dupuis2017-08-251-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-0614-106/+247
|\
| * scsi: qedf: Merge a few quoted strings split across linesChristophe JAILLET2017-06-131-12/+6Star
| * scsi: qedf: Use 'dma_zalloc_coherent' to reduce code verbosity.Christophe JAILLET2017-06-131-13/+6Star
| * scsi: qedf: Fix a return value in case of error in 'qedf_alloc_global_queues'Christophe JAILLET2017-06-131-1/+2
| * scsi: qedf: Check if sense buffer has been allocated during completionDupuis, Chad2017-06-131-4/+7
| * scsi: qedf: Update version number to 8.18.22.0.Chad Dupuis2017-06-131-3/+3
| * scsi: qedf: Add change_queue_depth member to scsi_host_template().Chad Dupuis2017-06-131-0/+1
| * scsi: qedf: Change cmd_per_lun in scsi_host_template to 32 to increase perfor...Chad Dupuis2017-06-131-1/+1
| * scsi: qedf: Move some prints to a debug level so they do not print when no de...Chad Dupuis2017-06-131-5/+8
| * scsi: qedf: Fixup unnecessary parantheses around test_bit operations.Chad Dupuis2017-06-132-4/+4