aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-14scsi: csiostor: Fix completion usageDaniel Wagner1-3/+2
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-2/+0
2015-05-25csiostor: fix an error code in csio_hw_init()Dan Carpenter1-0/+1
2015-03-19cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai1-1/+1
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-6/+3
2015-02-04csiostor:Use firmware version from cxgb4/t4fw_version.hPraveen Madhavan3-8/+7
2015-01-27csiostor:T5 Firmware fix and cleanup.Praveen Madhavan3-256/+127
2015-01-19csiostor:Removed file csio_hw_t4.cPraveen Madhavan2-405/+1
2015-01-19csiostor:Remove T4 FCoE Support.Praveen Madhavan4-101/+24
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai2-3/+3
2015-01-12csiostor:fix sparse warningsPraveen Madhavan1-3/+3
2015-01-08csiostor:firmware upgrade fixPraveen Madhavan3-82/+247
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai5-105/+101
2015-01-05cxgb4/csiostor: Cleanup TP, MPS and TCAM related register definesHariprasad Shenai2-57/+60
2015-01-05cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register definesHariprasad Shenai4-120/+122
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai6-150/+151
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai3-87/+91
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-4/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-355/+278
2014-12-11cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai2-6/+1
2014-12-04fc: FCP_PTA_SIMPLE is 0Christoph Hellwig1-4/+1
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai2-94/+19
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FWHariprasad Shenai3-14/+14
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai1-10/+10
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai1-59/+60
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDSTHariprasad Shenai3-31/+31
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2-2/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-5/+3
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-25/+4
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai6-119/+119
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai3-20/+22
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-16/+10
2014-09-16scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap1-1/+1
2014-09-16csiostor: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2-14/+10
2014-09-16csiostor: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-3/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08scsi: use pci_zalloc_consistentJoe Perches1-7/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-12/+12
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
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 Inna5-192/+2
2013-05-02[SCSI] csiostor: off by one errorDan Carpenter2-2/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-530/+1205
2013-04-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-6/+6
2013-04-10[SCSI] csiostor: remove unused variable in csio_process_fwevtq_entry()Wei Yongjun1-5/+0