summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_main.c
AgeCommit message (Expand)AuthorFilesLines
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 perfor...Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Move some prints to a debug level so they do not print when no de...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
2017-06-12scsi: qedf: Set qed logging level to QED_LEVEL_NOTICE.Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Honor qed_ops->common->set_fp_int() return code.Chad Dupuis1-0/+2
2017-06-12scsi: qedf: Update copyright to 2017.Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Enable basic FDMI information.Chad Dupuis1-0/+56
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval1-1/+1
2017-05-08scsi: qedf: Avoid reading past end of bufferKees Cook1-1/+1
2017-04-07scsi: qedf: Fix crash due to unsolicited FIP VLAN response.Chad Dupuis1-0/+1
2017-03-06scsi: qedf: Use vsprintf extension %padJoe Perches1-2/+2
2017-02-22scsi: qedf: Add QLogic FastLinQ offload FCoE driver framework.Dupuis, Chad1-0/+3336