aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedi
AgeCommit message (Expand)Author
2019-09-16scsi: qedi: remove set but not used variables 'cdev' and 'udev'YueHaibing
2019-09-16scsi: qedi: remove memset/memcpy to nfunc and use func insteadYueHaibing
2019-08-02scsi: qedi: Abort ep termination if offload not scheduledManish Rangankar
2019-03-08scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar
2019-02-05scsi: qedi: Check for session online before getting iSCSI TLV data.Manish Rangankar
2018-11-04scsi: qedi: Initialize the stats mutex lockNilesh Javali
2018-10-10scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali
2018-07-30scsi: qedi: Fix a potential buffer overflowBart Van Assche
2018-07-10scsi: qedi: Send driver state to MFWManish Rangankar
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon
2018-05-22qedi: Add get_generic_tlv_data handler.Manish Rangankar
2018-05-22qedi: Add support for populating ethernet TLVs.Manish Rangankar
2018-05-07qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-27treewide: Fix typos in printkMasanari Iida
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-03-01scsi: qedi: Fix kernel crash during port toggleManish Rangankar
2018-02-27scsi: qedi: fix build regressionArnd Bergmann
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-02-13scsi: qedi: fix building with LTOArnd Bergmann
2018-02-13scsi: qedi: Cleanup local str variableNilesh Javali
2018-02-13scsi: qedi: Fix truncation of CHAP name and secretAndrew Vasquez
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-22scsi: qedi: Drop cqe response during connection recoveryManish Rangankar
2018-01-10scsi: qedi: Use zeroing allocator instead of allocator/memsetHimanshu Jha
2018-01-02qed*: Advance drivers' version to 8.33.0.20Tomer Tayar
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar
2017-12-20scsi: qedi: Fix a possible sleep-in-atomic bug in qedi_process_tmf_respJia-Ju Bai
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-19qed: Fix iWARP out of order flowMichal Kalderon
2017-10-16scsi: qedi: Delete redundant variablesChristos Gkekas
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-28scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter
2017-08-24scsi: qedi: Limit number for CQ queues.Manish Rangankar
2017-07-24scsi: qedi: Fix return code in qedi_ep_connect()Dan Carpenter
2017-07-24scsi: qedi: Add ISCSI_BOOT_SYSFS to KconfigNilesh Javali
2017-07-12scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King
2017-07-12scsi: qedi: Add support for Boot from SAN over iSCSI offloadNilesh Javali
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-26scsi: qedi: Remove comparison of u16 idx with zero.Christos Gkekas
2017-06-19scsi: qedi: Remove WARN_ON from clear task context.Manish Rangankar
2017-06-19scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval
2017-05-23scsi: qedi: Fix endpoint NULL panic during recovery.manish.rangankar@cavium.com