aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor/csio_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-08-24scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-24scsi: csiostor: Mark known unused variable as __always_unusedLee Jones1-1/+1
2019-09-30scsi: csiostor: Fix spelling typosArkadiusz Drabczyk1-10/+10
2018-08-27scsi: csiostor: fix incorrect port capabilitiesVarun Prakash1-11/+44
2018-08-27scsi: csiostor: add a check for NULL pointer after kmalloc()Varun Prakash1-7/+9
2018-08-02scsi: csiostor: update csio_get_flash_params()Arjun Vynipadath1-13/+102
2018-05-23cxgb4: change the port capability bits definitionGanesh Goudar1-1/+1
2018-03-15scsi: csiostor: add support for 32 bit port capabilitiesVarun Prakash1-5/+270
2017-11-01scsi: csiostor: Convert timers to use timer_setup()Kees Cook1-9/+6
2017-08-16scsi: csiostor: fail probe if fw does not support FCoEVarun Prakash1-1/+3
2017-06-12scsi: csiostor: add check for supported fw versionVarun Prakash1-0/+19
2017-06-12scsi: csiostor: add support for Chelsio T6 adaptersVarun Prakash1-13/+66
2017-05-18scsi: csiostor: fix use after free in csio_hw_use_fwconfig()Varun Prakash1-1/+4
2015-05-25csiostor: fix an error code in csio_hw_init()Dan Carpenter1-0/+1
2015-02-04csiostor:Use firmware version from cxgb4/t4fw_version.hPraveen Madhavan1-2/+4
2015-01-27csiostor:T5 Firmware fix and cleanup.Praveen Madhavan1-216/+126
2015-01-19csiostor:Remove T4 FCoE Support.Praveen Madhavan1-46/+15
2015-01-12csiostor:fix sparse warningsPraveen Madhavan1-3/+3
2015-01-08csiostor:firmware upgrade fixPraveen Madhavan1-76/+201
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai1-95/+91
2015-01-05cxgb4/csiostor: Cleanup TP, MPS and TCAM related register definesHariprasad Shenai1-55/+58
2015-01-05cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register definesHariprasad Shenai1-62/+63
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai1-16/+17
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai1-29/+29
2014-12-11cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai1-5/+1
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FWHariprasad Shenai1-9/+9
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDSTHariprasad Shenai1-10/+10
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-7/+7
2013-09-23[SCSI] csiostor: Use pcie_capability_clear_and_set_word() to simplify codeYijing Wang1-18/+4
2013-06-04[SCSI] csiostor: Retain default adapter configuration in absence of config file.Naresh Kumar Inna1-91/+0
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-440/+119
2013-04-10[SCSI] csiostor: remove unused variable in csio_process_fwevtq_entry()Wei Yongjun1-5/+0
2013-03-14csiostor: Cleanup chip specific operations.Arvind Bhushan1-440/+119
2013-01-30[SCSI] csiostor: Don't leak mem or fail to release firmware in csio_hw_flash_config()Jesper Juhl1-6/+9
2012-11-30[SCSI] csiostor: Fix sparse warnings.Naresh Kumar Inna1-7/+7
2012-11-27[SCSI] csiostor: Chelsio FCoE offload driverNaresh Kumar Inna1-0/+4395