aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-16scsi: fnic: Switch to attribute groupsBart Van Assche3-6/+15
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+2
2021-10-16scsi: fnic: Call scsi_done() directlyBart Van Assche1-65/+54
2021-08-16scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry1-1/+1
2021-08-11scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-26/+25
2021-05-02scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke1-446/+375
2021-05-02scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke1-6/+3
2021-04-05scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD()Yang Yingliang1-3/+0
2021-03-29scsi: fnic: Remove bogus ratelimit messagesLee Duncan1-6/+8
2021-03-24scsi: fnic: Remove unnecessary castWang Qing1-2/+1
2021-03-18scsi: fnic: Kernel-doc headers must contain the function nameLee Jones1-1/+1
2021-03-18scsi: fnic: Demote non-conformant kernel-doc headersLee Jones1-3/+3
2021-03-18scsi: fnic: Rudimentary spelling fixesBhaskar Chowdhury1-9/+9
2021-01-12scsi: fnic: Fix memleak in vnic_dev_init_devcmd2Dinghao Liu1-3/+5
2020-12-07scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong1-0/+1
2020-11-23scsi: fnic: Validate io_req before othersKaran Tilak Kumar2-6/+5
2020-11-23scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar2-3/+4
2020-11-23scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG()Karan Tilak Kumar2-2/+2
2020-11-23scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar4-2/+8
2020-11-23scsi: fnic: Change shost_printk() to FNIC_FCS_DBG()Karan Tilak Kumar2-4/+4
2020-10-07scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc()Liu Shixin1-7/+1
2020-10-02scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.cYe Bin1-3/+3
2020-10-02scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke1-2/+1
2020-09-15scsi: fnic: Remove unneeded semicolonJason Yan1-1/+1
2020-09-02scsi: fnic: Remove set but not used 'eth_hdrs_stripped'Jason Yan1-3/+0
2020-09-02scsi: fnic: Remove set but not used 'fr_len'Jason Yan1-2/+0
2020-09-02scsi: fnic: Remove set but not used variable in is_fnic_fip_flogi_reject()Jason Yan1-4/+0
2020-09-02scsi: fnic: Remove set but not used 'old_vlan'Jason Yan1-2/+1
2020-07-24scsi: fnic: Use eth_broadcast_addr() to assign broadcast addressMiaohe Lin1-1/+2
2020-05-07scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan1-3/+3
2020-04-17scsi: fnic: make vnic_wq_get_ctrl and vnic_wq_alloc_ring staticJason Yan1-2/+2
2020-04-17scsi: fnic: make fnic_list and fnic_list_lock staticJason Yan1-2/+2
2020-04-17scsi: fnic: make some symbols staticJason Yan1-6/+6
2020-03-17scsi: fnic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-29/+29
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-20scsi: fnic: do not queue commands during fwresetHannes Reinecke1-0/+3
2020-01-15scsi: fnic: fix invalid stack accessArnd Bergmann1-10/+10
2019-11-06scsi: fnic: fix use after freePan Bian1-1/+2
2019-09-30scsi: fnic: make array dev_cmd_err static const, makes object smallerColin Ian King1-1/+1
2019-09-07scsi: fnic: fix msix interrupt allocationGovindarajulu Varadarajan1-2/+2
2019-08-30scsi: fnic: print port speed only at driver init or speed changeJohn Pittman2-5/+11
2019-08-19scsi: fnic: remove redundant assignment of variable rcColin Ian King1-3/+1
2019-01-29scsi: fnic: Remove set but not used variable 'vdev'YueHaibing2-6/+0
2019-01-29scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-108/+10
2019-01-22scsi: fnic: Update fnic driver version to 1.6.0.47Satish Kharat1-1/+1
2019-01-22scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat3-1/+29
2019-01-22scsi: fnic: Adding devcmd2 init and posting interfacesSatish Kharat1-4/+219
2019-01-22scsi: fnic: Add devcmd2 initialization helpersSatish Kharat2-0/+74
2019-01-22scsi: fnic: fnic devcmd2 controller definitionsSatish Kharat1-2/+28
2019-01-22scsi: fnic: fnic devcmd2 interface definitionsSatish Kharat2-2/+163