aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-13scsi: qedf: use correct strncpy() sizeArnd Bergmann1-1/+1
2018-02-13scsi: qedf: fix LTO-enabled buildArnd Bergmann3-15/+16
2018-02-13scsi: qedf: remove redundant initialization of 'fcport'Colin Ian King1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-112/+54
2018-01-22scsi: qedf: Fix error return code in __qedf_probe()Wei Yongjun1-0/+3
2018-01-02qed*: Advance drivers' version to 8.33.0.20Tomer Tayar1-4/+4
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar4-88/+30
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar6-20/+20
2017-09-07Merge branch 'fixes' into miscJames Bottomley3-18/+19
2017-08-25scsi: qedf: drop bus reset handlerHannes Reinecke1-11/+0
2017-08-24scsi: qedf: Update driver version to 8.20.5.0.Chad Dupuis1-3/+3
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 Dupuis3-16/+15
2017-08-24scsi: qedf: Use granted MAC from the FCF for the FCoE source address if it is available.Chad Dupuis3-26/+51
2017-08-24scsi: qedf: Set WWNN and WWPN based on values from qed.Chad Dupuis1-3/+18
2017-08-23scsi: qedf: Fix a potential NULL pointer dereferenceChristophe JAILLET1-6/+8
2017-07-26scsi: qedf: Limit number of CQsThomas Bogendoerfer2-12/+11
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 Torvalds14-106/+247
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
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: Check if sense buffer has been allocated during completionDupuis, Chad1-4/+7
2017-06-12scsi: qedf: Update version number to 8.18.22.0.Chad Dupuis1-3/+3
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: Fixup unnecessary parantheses around test_bit operations.Chad Dupuis2-4/+4
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: Add fka_period SCSI host attribute to show fip keep alive period.Chad Dupuis1-19/+38
2017-06-12scsi: qedf: Check that fcport is offloaded before dereferencing pointers in initiate_abts|cleanup.Chad Dupuis1-6/+16
2017-06-12scsi: qedf: Look at all descriptors when processing a clear virtual link.Chad Dupuis1-11/+9
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 Dupuis14-14/+14
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-05-08scsi: qedf: Cleanup the type of io_log->opDan Carpenter1-1/+1
2017-05-08scsi: qedf: properly update arguments position in function callGustavo A. R. Silva1-1/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2017-04-19scsi: qedi: qedf: Use designated initializersKees Cook1-1/+1
2017-04-07scsi: qedf: Fix crash due to unsolicited FIP VLAN response.Chad Dupuis2-1/+3