summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
AgeCommit message (Expand)AuthorLines
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-106/+247
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-2/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-1/+1
2017-06-12scsi: qedf: Merge a few quoted strings split across linesChristophe JAILLET-12/+6
2017-06-12scsi: qedf: Use 'dma_zalloc_coherent' to reduce code verbosity.Christophe JAILLET-13/+6
2017-06-12scsi: qedf: Fix a return value in case of error in 'qedf_alloc_global_queues'Christophe JAILLET-1/+2
2017-06-12scsi: qedf: Check if sense buffer has been allocated during completionDupuis, Chad-4/+7
2017-06-12scsi: qedf: Update version number to 8.18.22.0.Chad Dupuis-3/+3
2017-06-12scsi: qedf: Add change_queue_depth member to scsi_host_template().Chad Dupuis-0/+1
2017-06-12scsi: qedf: Change cmd_per_lun in scsi_host_template to 32 to increase perfor...Chad Dupuis-1/+1
2017-06-12scsi: qedf: Move some prints to a debug level so they do not print when no de...Chad Dupuis-5/+8
2017-06-12scsi: qedf: Fixup unnecessary parantheses around test_bit operations.Chad Dupuis-4/+4
2017-06-12scsi: qedf: Add non-offload receive filters.Chad Dupuis-0/+43
2017-06-12scsi: qedf: Add bus_reset No-op.Chad Dupuis-0/+11
2017-06-12scsi: qedf: Use same logic for SCSI host reset and FC lip_reset.Chad Dupuis-16/+23
2017-06-12scsi: qedf: Set qed logging level to QED_LEVEL_NOTICE.Chad Dupuis-1/+1
2017-06-12scsi: qedf: Add fka_period SCSI host attribute to show fip keep alive period.Chad Dupuis-19/+38
2017-06-12scsi: qedf: Check that fcport is offloaded before dereferencing pointers in i...Chad Dupuis-6/+16
2017-06-12scsi: qedf: Look at all descriptors when processing a clear virtual link.Chad Dupuis-11/+9
2017-06-12scsi: qedf: Honor qed_ops->common->set_fp_int() return code.Chad Dupuis-0/+2
2017-06-12scsi: qedf: Update copyright to 2017.Chad Dupuis-14/+14
2017-06-12scsi: qedf: Enable basic FDMI information.Chad Dupuis-0/+56
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval-1/+1
2017-05-08scsi: qedf: Avoid reading past end of bufferKees Cook-1/+1
2017-05-08scsi: qedf: Cleanup the type of io_log->opDan Carpenter-1/+1
2017-05-08scsi: qedf: properly update arguments position in function callGustavo A. R. Silva-1/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-04-19scsi: qedi: qedf: Use designated initializersKees Cook-1/+1
2017-04-07scsi: qedf: Fix crash due to unsolicited FIP VLAN response.Chad Dupuis-1/+3
2017-03-23qedf: fix wrong le16 conversionArnd Bergmann-3/+3
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+13
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval-451/+681
2017-03-06scsi: qedf: Use vsprintf extension %padJoe Perches-2/+2
2017-03-06scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches-8/+11
2017-02-23scsi: qedf: fixup compilation warning about atomic_t usageDupuis, Chad-7/+7
2017-02-22scsi: qedf: Add QLogic FastLinQ offload FCoE driver framework.Dupuis, Chad-0/+8808