| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: fnic: Remove set but not used variable 'vdev' | YueHaibing | 2019-01-29 | 2 | -6/+0 |
* | scsi: fnic: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-29 | 5 | -108/+10 |
* | scsi: fnic: Update fnic driver version to 1.6.0.47 | Satish Kharat | 2019-01-23 | 1 | -1/+1 |
* | scsi: fnic: Enable fnic devcmd2 interface | Satish Kharat | 2019-01-23 | 3 | -1/+29 |
* | scsi: fnic: Adding devcmd2 init and posting interfaces | Satish Kharat | 2019-01-23 | 1 | -4/+219 |
* | scsi: fnic: Add devcmd2 initialization helpers | Satish Kharat | 2019-01-23 | 2 | -0/+74 |
* | scsi: fnic: fnic devcmd2 controller definitions | Satish Kharat | 2019-01-23 | 1 | -2/+28 |
* | scsi: fnic: fnic devcmd2 interface definitions | Satish Kharat | 2019-01-23 | 2 | -2/+163 |
* | scsi: fnic: Impose upper limit on max. # of CQs processed per intr | Satish Kharat | 2019-01-23 | 3 | -4/+11 |
* | scsi: fnic: RQ enable and then post descriptors | Satish Kharat | 2019-01-23 | 2 | -3/+4 |
* | scsi: fnic: delaying vnic dev enable till after req intr | Satish Kharat | 2019-01-23 | 1 | -2/+2 |
* | scsi: fnic: Warn when calling done for IO not issued to fw | Satish Kharat | 2019-01-23 | 1 | -2/+8 |
* | scsi: fnic: fnic stats for max CQs processed and ISR time | Satish Kharat | 2019-01-23 | 3 | -0/+28 |
* | scsi: fnic: Add port speed stat to fnic debug stats | Satish Kharat | 2019-01-23 | 3 | -0/+12 |
* | scsi: fnic: use fnic_lock to guard fnic->state_flags | Satish Kharat | 2019-01-23 | 1 | -6/+5 |
* | scsi: fnic: vnic_rq_clean change BUG_ON to WARN_ON | Satish Kharat | 2019-01-23 | 1 | -1/+1 |
* | scsi: fnic: change fnic queue depth to 256 | Satish Kharat | 2019-01-23 | 1 | -1/+1 |
* | scsi: fnic: support to display 20G port speed | Satish Kharat | 2019-01-23 | 3 | -1/+9 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 2 | -3/+1 |
|\ |
|
| * | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
| * | scsi: fnic: Use vzalloc | Sabyasachi Gupta | 2018-12-08 | 1 | -2/+1 |
* | | fnic: fix fnic_scsi_host_{start,end}_tag | Christoph Hellwig | 2018-11-10 | 1 | -2/+2 |
|/ |
|
* | scsi: fnic: replace gross legacy tag hack with blk-mq hack | Jens Axboe | 2018-10-18 | 1 | -49/+12 |
* | scsi: fnic: switch to generic DMA API | Christoph Hellwig | 2018-10-18 | 4 | -75/+49 |
* | treewide: Use array_size() in vmalloc() | Kees Cook | 2018-06-13 | 2 | -9/+13 |
* | scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort" | Colin Ian King | 2018-04-19 | 1 | -1/+1 |
* | scsi: fnic: use 64-bit timestamps | Arnd Bergmann | 2018-01-23 | 3 | -32/+32 |
* | scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_resp | Rasmus Villemoes | 2018-01-17 | 1 | -3/+1 |
* | scsi: fnic: add a space after %p in printf format | Nicolas Iooss | 2017-12-12 | 1 | -1/+1 |
* | scsi: fnic: Fix coccinelle warnings | Vasyl Gomonovych | 2017-12-05 | 1 | -19/+1 |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 1 | -8/+6 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | scsi: fnic: do not call host reset from command abort | Hannes Reinecke | 2017-08-25 | 1 | -4/+0 |
* | scsi: fnic: fix format string overflow warning | Arnd Bergmann | 2017-08-07 | 1 | -1/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-07-06 | 7 | -4/+92 |
|\ |
|
| * | scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ... | Satish Kharat | 2017-06-28 | 1 | -2/+14 |
| * | scsi: fnic: correct speed display and add support for 25,40 and 100G | Satish Kharat | 2017-06-28 | 3 | -2/+45 |
| * | scsi: fnic: added timestamp reporting in fnic debug stats | Satish Kharat | 2017-06-28 | 3 | -0/+32 |
| * | scsi: fnic: Zero io_cmpl_skip on fw reset completion | Satish Kharat | 2017-06-28 | 1 | -0/+1 |
* | | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -4/+3 |
* | | networking: make skb_pull & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
|/ |
|
* | scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_req | Satish Kharat | 2017-03-23 | 1 | -1/+1 |
* | scsi: fnic: Adding debug IO and Abort latency counter to fnic stats | Satish Kharat | 2017-03-23 | 4 | -5/+102 |
* | scsi: fnic: Adding Check Condition counter to misc fnicstats | Satish Kharat | 2017-03-23 | 3 | -0/+6 |
* | scsi: fnic: Avoid false out-of-order detection for aborted command | Satish Kharat | 2017-03-23 | 1 | -22/+18 |
* | scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negative | Satish Kharat | 2017-03-23 | 1 | -6/+10 |
* | scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else case | Satish Kharat | 2017-03-23 | 1 | -2/+1 |
* | scsi: fnic: Ratelimit printks to avoid flooding when vlan is not set by the s... | Satish Kharat | 2017-03-23 | 1 | -8/+13 |
* | scsi: fnic: switch to pci_alloc_irq_vectors | Christoph Hellwig | 2017-03-23 | 2 | -29/+13 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-02-21 | 1 | -0/+1 |
|\ |
|