aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-08scsi: qedf: Check if link is already up when receiving a link up event from qedChad Dupuis1-0/+5
2018-05-08scsi: qedf: Honor priority from DCBX FCoE App tagChad Dupuis1-14/+38
2018-05-08scsi: qedf: Add dcbx_not_wait module parameter so we won't wait for DCBX convergence to start discoveryChad Dupuis1-2/+9
2018-05-08scsi: qedf: Sanity check FCoE/FIP priority value to make sure it's between 0 and 7Chad Dupuis1-0/+7
2018-05-08scsi: qedf: Add missing skb frees in error pathChad Dupuis1-0/+1
2018-05-08scsi: qedf: Increase the number of default FIP VLAN request retries to 60Chad Dupuis1-2/+2
2018-05-07qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru1-1/+1
2018-02-13scsi: qedf: fix LTO-enabled buildArnd Bergmann1-5/+3
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2018-01-22scsi: qedf: Fix error return code in __qedf_probe()Wei Yongjun1-0/+3
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-2/+2
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-4/+4
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-11/+9
2017-08-25scsi: qedf: drop bus reset handlerHannes Reinecke1-11/+0
2017-08-24scsi: qedf: Fix up modinfo parameter name for 'debug' in modinfo output.Chad Dupuis1-1/+1
2017-08-24scsi: qedf: Covert single-threaded workqueues to regular workqueues.Chad Dupuis1-4/+4
2017-08-24scsi: qedf: Corrent VLAN tag insertion in fallback VLAN case.Chad Dupuis1-4/+8
2017-08-24scsi: qedf: Use granted MAC from the FCF for the FCoE source address if it is available.Chad Dupuis1-8/+51
2017-08-24scsi: qedf: Set WWNN and WWPN based on values from qed.Chad Dupuis1-3/+18
2017-07-26scsi: qedf: Limit number of CQsThomas Bogendoerfer1-11/+9
2017-07-12scsi: qedf: fix spelling mistake: "offlading" -> "offloading"Colin Ian King1-1/+1
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-46/+157
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-12scsi: qedf: Merge a few quoted strings split across linesChristophe JAILLET1-12/+6
2017-06-12scsi: qedf: Use 'dma_zalloc_coherent' to reduce code verbosity.Christophe JAILLET1-13/+6
2017-06-12scsi: qedf: Fix a return value in case of error in 'qedf_alloc_global_queues'Christophe JAILLET1-1/+2
2017-06-12scsi: qedf: Add change_queue_depth member to scsi_host_template().Chad Dupuis1-0/+1
2017-06-12scsi: qedf: Change cmd_per_lun in scsi_host_template to 32 to increase performance.Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Move some prints to a debug level so they do not print when no debugging is enabled.Chad Dupuis1-5/+8
2017-06-12scsi: qedf: Add non-offload receive filters.Chad Dupuis1-0/+43
2017-06-12scsi: qedf: Add bus_reset No-op.Chad Dupuis1-0/+11
2017-06-12scsi: qedf: Use same logic for SCSI host reset and FC lip_reset.Chad Dupuis1-16/+23