summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_main.c
AgeCommit message (Expand)Author
2018-08-24scsi: qedf: Send the driver state to MFWSaurav Kashyap
2018-08-03scsi: qedf: Set the UNLOADING flag when removing a vportChad Dupuis
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-25scsi: qedf: drop bus reset handlerHannes Reinecke
2017-08-24scsi: qedf: Fix up modinfo parameter name for 'debug' in modinfo output.Chad Dupuis
2017-08-24scsi: qedf: Covert single-threaded workqueues to regular workqueues.Chad Dupuis
2017-08-24scsi: qedf: Corrent VLAN tag insertion in fallback VLAN case.Chad Dupuis
2017-08-24scsi: qedf: Use granted MAC from the FCF for the FCoE source address if it is...Chad Dupuis
2017-08-24scsi: qedf: Set WWNN and WWPN based on values from qed.Chad Dupuis
2017-07-26scsi: qedf: Limit number of CQsThomas Bogendoerfer
2017-07-12scsi: qedf: fix spelling mistake: "offlading" -> "offloading"Colin Ian King
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-12scsi: qedf: Merge a few quoted strings split across linesChristophe JAILLET
2017-06-12scsi: qedf: Use 'dma_zalloc_coherent' to reduce code verbosity.Christophe JAILLET
2017-06-12scsi: qedf: Fix a return value in case of error in 'qedf_alloc_global_queues'Christophe JAILLET
2017-06-12scsi: qedf: Add change_queue_depth member to scsi_host_template().Chad Dupuis
2017-06-12scsi: qedf: Change cmd_per_lun in scsi_host_template to 32 to increase perfor...Chad Dupuis
2017-06-12scsi: qedf: Move some prints to a debug level so they do not print when no de...Chad Dupuis
2017-06-12scsi: qedf: Add non-offload receive filters.Chad Dupuis
2017-06-12scsi: qedf: Add bus_reset No-op.Chad Dupuis
2017-06-12scsi: qedf: Use same logic for SCSI host reset and FC lip_reset.Chad Dupuis
2017-06-12scsi: qedf: Set qed logging level to QED_LEVEL_NOTICE.Chad Dupuis
2017-06-12scsi: qedf: Honor qed_ops->common->set_fp_int() return code.Chad Dupuis
2017-06-12scsi: qedf: Update copyright to 2017.Chad Dupuis
2017-06-12scsi: qedf: Enable basic FDMI information.Chad Dupuis
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval
2017-05-08scsi: qedf: Avoid reading past end of bufferKees Cook
2017-04-07scsi: qedf: Fix crash due to unsolicited FIP VLAN response.Chad Dupuis
2017-03-06scsi: qedf: Use vsprintf extension %padJoe Perches
2017-02-22scsi: qedf: Add QLogic FastLinQ offload FCoE driver framework.Dupuis, Chad