summaryrefslogtreecommitdiff
path: root/drivers/scsi/bfa
AgeCommit message (Expand)Author
2020-01-14scsi: bfa: release allocated memory in case of errorNavid Emamdoost
2018-12-08scsi: bfa: convert to strlcpy/strlcatArnd Bergmann
2017-12-20scsi: bfa: integer overflow in debugfsDan Carpenter
2017-08-06scsi: bfa: Increase requested firmware version to 3.2.5.1Benjamin Poirier
2016-09-02scsi: bfa: Do not dereference port before it is null checkedColin Ian King
2016-05-19scripts/spelling.txt: add "fimware" misspellingKees Cook
2016-05-09bfa: fix bfa_fcb_itnim_alloc() error handlingDan Carpenter
2016-02-23bfa: deinline __bfa_trc() and __bfa_trc32()Denys Vlasenko
2016-02-23bfa: use strncpy() instead of memcpy()Dan Carpenter
2015-12-02bfa: Update driver version to 3.2.25.0Anil Gurumurthy
2015-12-02bfa: File header and user visible string changesAnil Gurumurthy
2015-12-02bfa: Fix for crash when bfa_itnim is NULLAnil Gurumurthy
2015-12-02bfa: Update copyright messagesAnil Gurumurthy
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-09-06bfa: Fix incorrect de-reference of pointerAnil Gurumurthy
2015-09-06bfa: Fix indentationAnil Gurumurthy
2015-08-12bfa: fix leak of bfad_im_port_index on module unloadAlexey Khoroshilov
2015-04-17bfs: bfad_worker cleanupJiri Slaby
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-20bfa: replace 2 kzalloc/copy_from_user by memdup_userFabian Frederick
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig
2014-07-29bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-07-29bfa: Cleanup bfad_setup_intr() functionAlexander Gordeev
2014-07-29bfa: Do not call pci_enable_msix() after it failed onceAlexander Gordeev
2014-07-25bfa: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-07-25bfa: remove useless return variablesPeter Senna Tschudin
2014-07-25bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA addressBen Hutchings
2014-07-25bfa: Use dma_zalloc_coherentJoe Perches
2014-05-19bfa: allocate memory with GFP_ATOMIC in spinlock contextAlexey Khoroshilov
2014-03-19[SCSI] bfa: Replace large udelay() with mdelay()Ben Hutchings
2014-03-15[SCSI] bfa: set correct command return codeHannes Reinecke
2014-03-15[SCSI] bfa: Fix smatch warningsVijaya Mohan Guvva
2014-03-15[SCSI] bfa: fix missing unlock on error in bfad_iocmd_cfg_trunk()Wei Yongjun
2014-01-22Merge branch 'misc' into for-linusJames Bottomley
2013-12-19[SCSI] bfa: Driver version upgrade to 3.2.23.0Vijaya Mohan Guvva
2013-12-19[SCSI] bfa: change FC_ELS_TOV to 20secVijaya Mohan Guvva
2013-12-19[SCSI] bfa: Observed auto D-port mode instead of manualVijaya Mohan Guvva
2013-12-19[SCSI] bfa: Fix for bcu or hcm faa query hangVijaya Mohan Guvva
2013-12-19[SCSI] bfa: LUN discovery issue in direct attach modeVijaya Mohan Guvva
2013-12-19[SCSI] bfa: Register port with SCSI even on port init failureVijaya Mohan Guvva
2013-12-19[SCSI] bfa: Firmware patch simplificationVijaya Mohan Guvva
2013-12-18[SCSI] bfa: Chinook quad port 16G FC HBA claim issueVijaya Mohan Guvva
2013-12-03[SCSI] bfa: Fix crash when symb name set for offline vportVijaya Mohan Guvva
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-23[SCSI] bfa: Use pcie_set()/get_readrq() to simplify codeYijing Wang
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-04treewide: Convert retrun typos to returnJoe Perches