| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-28 | scsi: fnic: Make fnic_queuecommand() easier to analyze | Bart Van Assche | 1 | -6/+3 |
| 2026-02-24 | scsi: fnic: Bump up version number | Karan Tilak Kumar | 1 | -1/+1 |
| 2026-02-24 | scsi: fnic: Refactor in_remove flag and call to fnic_fcpio_reset() | Karan Tilak Kumar | 1 | -5/+2 |
| 2026-02-24 | scsi: fnic: Rename fnic_scsi_fcpio_reset() | Karan Tilak Kumar | 6 | -58/+55 |
| 2026-02-24 | scsi: fnic: Do not use GFP_ZERO for mempools | Karan Tilak Kumar | 1 | -4/+4 |
| 2026-02-24 | scsi: fnic: Use mempool for receive frames | Karan Tilak Kumar | 4 | -22/+66 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 5 | -7/+7 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -14/+14 |
| 2026-01-23 | scsi: Change the return type of the .queuecommand() callback | Bart Van Assche | 2 | -2/+4 |
| 2025-12-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
| 2025-11-19 | scsi: fnic: Switch to use %ptSp | Andy Shevchenko | 1 | -31/+24 |
| 2025-10-20 | scsi: fnic: Self-assignment of intr_time_type has no effect | Qiang Liu | 1 | -1/+0 |
| 2025-08-14 | scsi: fnic: Remove a useless struct mempool forward declaration | Christoph Hellwig | 1 | -2/+0 |
| 2025-06-19 | scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() | Thomas Fourier | 1 | -0/+2 |
| 2025-06-19 | scsi: fnic: Set appropriate logging level for log message | Karan Tilak Kumar | 1 | -1/+1 |
| 2025-06-19 | scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths | Karan Tilak Kumar | 1 | -7/+58 |
| 2025-06-19 | scsi: fnic: Turn off FDMI ACTIVE flags on link down | Karan Tilak Kumar | 2 | -4/+7 |
| 2025-06-19 | scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out | Karan Tilak Kumar | 3 | -29/+87 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 3 | -8/+10 |
| 2025-05-20 | scsi: fnic: Replace memset() with eth_zero_addr() | Chen Ni | 1 | -4/+4 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 3 | -18/+18 |
| 2025-03-17 | scsi: fnic: Remove unnecessary NUL-terminations | Thorsten Blum | 1 | -3/+0 |
| 2025-03-17 | scsi: fnic: Remove redundant flush_workqueue() calls | Chen Ni | 1 | -3/+2 |
| 2025-03-03 | scsi: fnic: Remove unnecessary spinlock locking and unlocking | Karan Tilak Kumar | 1 | -17/+7 |
| 2025-03-03 | scsi: fnic: Replace fnic->lock_flags with local flags | Karan Tilak Kumar | 1 | -5/+6 |
| 2025-03-03 | scsi: fnic: Replace use of sizeof with standard usage | Karan Tilak Kumar | 1 | -2/+1 |
| 2025-03-03 | scsi: fnic: Fix indentation and remove unnecessary parenthesis | Karan Tilak Kumar | 1 | -13/+13 |
| 2025-03-03 | scsi: fnic: Remove unnecessary debug print | Karan Tilak Kumar | 1 | -4/+0 |
| 2025-01-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 19 | -1943/+9312 |
| 2025-01-14 | Merge patch series "Introduce support for Fabric Discovery and Login Services" | Martin K. Petersen | 19 | -1927/+9306 |
| 2025-01-10 | scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init() | Arun Easi | 1 | -1/+1 |
| 2025-01-10 | scsi: fnic: Test for memory allocation failure and return error code | Karan Tilak Kumar | 1 | -0/+14 |
| 2025-01-10 | scsi: fnic: Return appropriate error code from failure of scsi drv init | Karan Tilak Kumar | 1 | -1/+2 |
| 2025-01-10 | scsi: fnic: Return appropriate error code for mem alloc failure | Karan Tilak Kumar | 1 | -4/+12 |
| 2025-01-10 | scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro | Arun Easi | 3 | -62/+39 |
| 2025-01-10 | scsi: fnic: Fix use of uninitialized value in debug message | Dheeraj Reddy Jonnalagadda | 1 | -2/+1 |
| 2025-01-10 | scsi: fnic: Delete incorrect debugfs error handling | Dan Carpenter | 1 | -24/+1 |
| 2025-01-10 | scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP | Karan Tilak Kumar | 1 | -9/+8 |
| 2025-01-10 | scsi: fnic: Remove extern definition from .c files | Karan Tilak Kumar | 3 | -3/+2 |
| 2025-01-10 | scsi: fnic: Remove unnecessary else and unnecessary break in FDLS | Karan Tilak Kumar | 1 | -10/+6 |
| 2025-01-02 | scsi: fnic: Increment driver version | Karan Tilak Kumar | 1 | -1/+1 |
| 2025-01-02 | scsi: fnic: Add support to handle port channel RSCN | Karan Tilak Kumar | 4 | -9/+138 |
| 2025-01-02 | scsi: fnic: Code cleanup | Karan Tilak Kumar | 9 | -622/+610 |
| 2025-01-02 | scsi: fnic: Add stats and related functionality | Karan Tilak Kumar | 6 | -19/+196 |
| 2025-01-02 | scsi: fnic: Modify fnic interfaces to use FDLS | Karan Tilak Kumar | 9 | -247/+398 |
| 2025-01-02 | scsi: fnic: Modify IO path to use FDLS | Karan Tilak Kumar | 5 | -367/+502 |
| 2025-01-02 | scsi: fnic: Add functionality in fnic to support FDLS | Karan Tilak Kumar | 6 | -173/+567 |
| 2025-01-02 | scsi: fnic: Add and integrate support for FIP | Karan Tilak Kumar | 7 | -824/+1289 |
| 2025-01-02 | scsi: fnic: Add and integrate support for FDMI | Karan Tilak Kumar | 3 | -2/+676 |
| 2025-01-02 | scsi: fnic: Add Cisco hardware model names | Karan Tilak Kumar | 4 | -1/+214 |
| 2025-01-02 | scsi: fnic: Add support for unsolicited requests and responses | Karan Tilak Kumar | 1 | -0/+683 |
| 2025-01-02 | scsi: fnic: Add support for target based solicited requests and responses | Karan Tilak Kumar | 3 | -2/+1367 |
| 2025-01-02 | scsi: fnic: Add support for fabric based solicited requests and responses | Karan Tilak Kumar | 8 | -192/+2592 |
| 2025-01-02 | scsi: fnic: Add headers and definitions for FDLS | Karan Tilak Kumar | 2 | -0/+686 |
| 2025-01-02 | scsi: fnic: Replace shost_printk() with dev_info()/dev_err() | Karan Tilak Kumar | 2 | -102/+51 |
| 2024-12-23 | scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues | Daniel Wagner | 1 | -2/+1 |
| 2024-12-09 | scsi: Constify struct pci_device_id | Christophe JAILLET | 1 | -1/+1 |
| 2024-12-04 | Merge patch series "Replace the "slave_*" function names" | Martin K. Petersen | 1 | -2/+2 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 1 | -2/+2 |
| 2024-12-04 | scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0) | Thorsten Blum | 1 | -13/+3 |
| 2024-10-03 | scsi: fnic: Move flush_work initialization out of if block | Martin Wilck | 1 | -1/+1 |
| 2024-08-22 | scsi: Expand all create*_workqueue() invocations | Bart Van Assche | 1 | -2/+4 |
| 2024-03-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -6/+5 |
| 2024-02-12 | scsi: fnic: Move fnic_fnic_flush_tx() to a work queue | Lee Duncan | 4 | -5/+8 |
| 2024-01-29 | scsi: fnic: Convert snprintf() to sysfs_emit() | Li Zhijian | 1 | -4/+3 |
| 2024-01-23 | scsi: fnic: Clean up some inconsistent indenting | Jiapeng Chong | 1 | -2/+2 |
| 2024-01-11 | scsi: fnic: unlock on error path in fnic_queuecommand() | Dan Carpenter | 1 | -0/+1 |
| 2023-12-13 | Merge patch series "Introduce support for multiqueue (MQ) in fnic" | Martin K. Petersen | 10 | -541/+845 |
| 2023-12-13 | scsi: fnic: Increment driver version | Karan Tilak Kumar | 1 | -1/+1 |
| 2023-12-13 | scsi: fnic: Improve logs and add support for multiqueue (MQ) | Karan Tilak Kumar | 2 | -140/+154 |
| 2023-12-13 | scsi: fnic: Add support for multiqueue (MQ) in fnic driver | Karan Tilak Kumar | 3 | -254/+328 |
| 2023-12-13 | scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c | Karan Tilak Kumar | 2 | -34/+77 |
| 2023-12-13 | scsi: fnic: Remove usage of host_lock | Karan Tilak Kumar | 1 | -24/+31 |
| 2023-12-13 | scsi: fnic: Define stats to track multiqueue (MQ) IOs | Karan Tilak Kumar | 2 | -0/+13 |
| 2023-12-13 | scsi: fnic: Modify ISRs to support multiqueue (MQ) | Karan Tilak Kumar | 5 | -72/+142 |
| 2023-12-13 | scsi: fnic: Refactor and redefine fnic.h for multiqueue | Karan Tilak Kumar | 1 | -8/+22 |
| 2023-12-13 | scsi: fnic: Get copy workqueue count and interrupt mode from config | Karan Tilak Kumar | 1 | -6/+36 |
| 2023-12-13 | scsi: fnic: Rename wq_copy to hw_copy_wq | Karan Tilak Kumar | 5 | -15/+15 |
| 2023-12-13 | scsi: fnic: Add and improve log messages | Karan Tilak Kumar | 4 | -34/+49 |
| 2023-12-13 | scsi: fnic: Add and use fnic number | Karan Tilak Kumar | 2 | -2/+17 |
| 2023-12-13 | scsi: fnic: Modify definitions to sync with VIC firmware | Karan Tilak Kumar | 1 | -2/+11 |
| 2023-12-05 | scsi: fnic: Return error if vmalloc() failed | Artem Chernyshev | 1 | -1/+2 |
| 2023-11-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -5/+6 |
| 2023-09-27 | scsi: fnic: Clean up some inconsistent indenting | Jiapeng Chong | 1 | -5/+6 |
| 2023-09-27 | scsi: fnic: Fix sg_reset success path | Karan Tilak Kumar | 4 | -18/+54 |
| 2023-08-30 | scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag() | Yang Li | 1 | -33/+0 |
| 2023-08-30 | Merge branch '6.5/scsi-fixes' into 6.6/scsi-staging | Martin K. Petersen | 2 | -3/+5 |
| 2023-08-25 | scsi: fnic: Replace sgreset tag with max_tag_id | Karan Tilak Kumar | 2 | -12/+11 |
| 2023-07-31 | scsi: fnic: Replace return codes in fnic_clean_pending_aborts() | Karan Tilak Kumar | 2 | -3/+5 |
| 2023-07-05 | scsi: fnic: Use vmalloc_array() and vcalloc() | Julia Lawall | 1 | -1/+1 |
| 2023-05-31 | scsi: fnic: Use vzalloc() | Christophe JAILLET | 1 | -6/+2 |
| 2023-03-24 | Merge patch series "Constify most SCSI host templates" | Martin K. Petersen | 1 | -1/+1 |
| 2023-03-24 | scsi: fnic: Declare host template const | Bart Van Assche | 1 | -1/+1 |
| 2023-03-16 | scsi: fnic: Switch to use %ptTs | Andy Shevchenko | 1 | -12/+5 |
| 2022-08-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -11/+34 |
| 2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 38 | -510/+42 |
| 2022-07-13 | scsi: fnic: Refactor code in fnic probe to initialize SCSI layer | Karan Tilak Kumar | 1 | -11/+34 |
| 2022-07-06 | blk-mq: Drop 'reserved' arg of busy_tag_iter_fn | John Garry | 1 | -8/+4 |
| 2022-07-06 | scsi: fnic: Drop reserved request handling | John Garry | 1 | -2/+0 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p... | Thomas Gleixner | 38 | -510/+42 |
| 2022-05-19 | scsi: fnic: Replace DMA mask of 64 bits with 47 bits | Karan Tilak Kumar | 2 | -4/+4 |
| 2022-04-25 | scsi: fnic: Remove unneeded flush_workqueue() | ran jianping | 1 | -3/+1 |
| 2022-04-25 | scsi: fnic: Remove redundant NULL check | Haowen Bai | 1 | -2/+1 |
| 2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -154/+163 |
| 2022-03-15 | scsi: fnic: Finish scsi_cmnd before dropping the spinlock | David Jeffery | 1 | -7/+6 |
| 2022-02-22 | scsi: fnic: Stop using the SCSI pointer | Bart Van Assche | 3 | -154/+163 |
| 2022-02-22 | scsi: fnic: Fix a tracing statement | Bart Van Assche | 1 | -1/+1 |
| 2021-10-16 | scsi: fnic: Switch to attribute groups | Bart Van Assche | 3 | -6/+15 |
| 2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 1 | -1/+2 |
| 2021-10-16 | scsi: fnic: Call scsi_done() directly | Bart Van Assche | 1 | -63/+52 |
| 2021-08-16 | scsi: fnic: Stop setting scsi_cmnd.tag | John Garry | 1 | -1/+1 |
| 2021-08-11 | scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -26/+25 |
| 2021-05-02 | scsi: fnic: Use scsi_host_busy_iter() to traverse commands | Hannes Reinecke | 1 | -445/+374 |
| 2021-05-02 | scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() | Hannes Reinecke | 1 | -6/+3 |
| 2021-04-05 | scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD() | Yang Yingliang | 1 | -3/+0 |
| 2021-03-29 | scsi: fnic: Remove bogus ratelimit messages | Lee Duncan | 1 | -6/+8 |
| 2021-03-24 | scsi: fnic: Remove unnecessary cast | Wang Qing | 1 | -2/+1 |
| 2021-03-18 | scsi: fnic: Kernel-doc headers must contain the function name | Lee Jones | 1 | -1/+1 |
| 2021-03-18 | scsi: fnic: Demote non-conformant kernel-doc headers | Lee Jones | 1 | -3/+3 |
| 2021-03-18 | scsi: fnic: Rudimentary spelling fixes | Bhaskar Chowdhury | 1 | -9/+9 |
| 2021-01-12 | scsi: fnic: Fix memleak in vnic_dev_init_devcmd2 | Dinghao Liu | 1 | -3/+5 |
| 2020-12-07 | scsi: fnic: Fix error return code in fnic_probe() | Zhang Changzhong | 1 | -0/+1 |
| 2020-11-23 | scsi: fnic: Validate io_req before others | Karan Tilak Kumar | 2 | -6/+5 |
| 2020-11-23 | scsi: fnic: Set scsi_set_resid() only for underflow | Karan Tilak Kumar | 2 | -3/+4 |
| 2020-11-23 | scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG() | Karan Tilak Kumar | 2 | -2/+2 |
| 2020-11-23 | scsi: fnic: Avoid looping in TRANS ETH on unload | Karan Tilak Kumar | 4 | -2/+8 |
| 2020-11-23 | scsi: fnic: Change shost_printk() to FNIC_FCS_DBG() | Karan Tilak Kumar | 2 | -4/+4 |
| 2020-10-07 | scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc() | Liu Shixin | 1 | -7/+1 |
| 2020-10-02 | scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.c | Ye Bin | 1 | -3/+3 |
| 2020-10-02 | scsi: fnic: Do not call 'scsi_done()' for unhandled commands | Hannes Reinecke | 1 | -2/+1 |
| 2020-09-15 | scsi: fnic: Remove unneeded semicolon | Jason Yan | 1 | -1/+1 |
| 2020-09-02 | scsi: fnic: Remove set but not used 'eth_hdrs_stripped' | Jason Yan | 1 | -3/+0 |
| 2020-09-02 | scsi: fnic: Remove set but not used 'fr_len' | Jason Yan | 1 | -2/+0 |
| 2020-09-02 | scsi: fnic: Remove set but not used variable in is_fnic_fip_flogi_reject() | Jason Yan | 1 | -4/+0 |
| 2020-09-02 | scsi: fnic: Remove set but not used 'old_vlan' | Jason Yan | 1 | -2/+1 |
| 2020-07-24 | scsi: fnic: Use eth_broadcast_addr() to assign broadcast address | Miaohe Lin | 1 | -1/+2 |
| 2020-05-07 | scsi: fnic: Use true, false for fnic->internal_reset_inprogress | Jason Yan | 1 | -3/+3 |
| 2020-04-17 | scsi: fnic: make vnic_wq_get_ctrl and vnic_wq_alloc_ring static | Jason Yan | 1 | -2/+2 |
| 2020-04-17 | scsi: fnic: make fnic_list and fnic_list_lock static | Jason Yan | 1 | -2/+2 |
| 2020-04-17 | scsi: fnic: make some symbols static | Jason Yan | 1 | -6/+6 |
| 2020-03-17 | scsi: fnic: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -29/+29 |
| 2020-03-11 | scsi: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-01-20 | scsi: fnic: do not queue commands during fwreset | Hannes Reinecke | 1 | -0/+3 |
| 2020-01-15 | scsi: fnic: fix invalid stack access | Arnd Bergmann | 1 | -10/+10 |
| 2019-11-06 | scsi: fnic: fix use after free | Pan Bian | 1 | -1/+2 |
| 2019-09-30 | scsi: fnic: make array dev_cmd_err static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
| 2019-09-07 | scsi: fnic: fix msix interrupt allocation | Govindarajulu Varadarajan | 1 | -2/+2 |
| 2019-08-30 | scsi: fnic: print port speed only at driver init or speed change | John Pittman | 2 | -5/+11 |
| 2019-08-19 | scsi: fnic: remove redundant assignment of variable rc | Colin Ian King | 1 | -3/+1 |
| 2019-01-29 | scsi: fnic: Remove set but not used variable 'vdev' | YueHaibing | 2 | -6/+0 |
| 2019-01-29 | scsi: fnic: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 5 | -108/+10 |
| 2019-01-22 | scsi: fnic: Update fnic driver version to 1.6.0.47 | Satish Kharat | 1 | -1/+1 |
| 2019-01-22 | scsi: fnic: Enable fnic devcmd2 interface | Satish Kharat | 3 | -1/+29 |
| 2019-01-22 | scsi: fnic: Adding devcmd2 init and posting interfaces | Satish Kharat | 1 | -4/+219 |
| 2019-01-22 | scsi: fnic: Add devcmd2 initialization helpers | Satish Kharat | 2 | -0/+74 |
| 2019-01-22 | scsi: fnic: fnic devcmd2 controller definitions | Satish Kharat | 1 | -2/+28 |
| 2019-01-22 | scsi: fnic: fnic devcmd2 interface definitions | Satish Kharat | 2 | -2/+163 |
| 2019-01-22 | scsi: fnic: Impose upper limit on max. # of CQs processed per intr | Satish Kharat | 3 | -4/+11 |
| 2019-01-22 | scsi: fnic: RQ enable and then post descriptors | Satish Kharat | 2 | -3/+4 |
| 2019-01-22 | scsi: fnic: delaying vnic dev enable till after req intr | Satish Kharat | 1 | -2/+2 |
| 2019-01-22 | scsi: fnic: Warn when calling done for IO not issued to fw | Satish Kharat | 1 | -2/+8 |
| 2019-01-22 | scsi: fnic: fnic stats for max CQs processed and ISR time | Satish Kharat | 3 | -0/+28 |
| 2019-01-22 | scsi: fnic: Add port speed stat to fnic debug stats | Satish Kharat | 3 | -0/+12 |
| 2019-01-22 | scsi: fnic: use fnic_lock to guard fnic->state_flags | Satish Kharat | 1 | -6/+5 |
| 2019-01-22 | scsi: fnic: vnic_rq_clean change BUG_ON to WARN_ON | Satish Kharat | 1 | -1/+1 |
| 2019-01-22 | scsi: fnic: change fnic queue depth to 256 | Satish Kharat | 1 | -1/+1 |
| 2019-01-22 | scsi: fnic: support to display 20G port speed | Satish Kharat | 3 | -1/+9 |
| 2018-12-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -3/+1 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-12-07 | scsi: fnic: Use vzalloc | Sabyasachi Gupta | 1 | -2/+1 |
| 2018-11-10 | fnic: fix fnic_scsi_host_{start,end}_tag | Christoph Hellwig | 1 | -2/+2 |
| 2018-10-17 | scsi: fnic: replace gross legacy tag hack with blk-mq hack | Jens Axboe | 1 | -49/+12 |
| 2018-10-17 | scsi: fnic: switch to generic DMA API | Christoph Hellwig | 4 | -75/+49 |
| 2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 2 | -9/+13 |
| 2018-04-18 | scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort" | Colin Ian King | 1 | -1/+1 |
| 2018-01-22 | scsi: fnic: use 64-bit timestamps | Arnd Bergmann | 3 | -32/+32 |
| 2018-01-17 | scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_resp | Rasmus Villemoes | 1 | -3/+1 |
| 2017-12-11 | scsi: fnic: add a space after %p in printf format | Nicolas Iooss | 1 | -1/+1 |
| 2017-12-04 | scsi: fnic: Fix coccinelle warnings | Vasyl Gomonovych | 1 | -19/+1 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -8/+6 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-25 | scsi: fnic: do not call host reset from command abort | Hannes Reinecke | 1 | -4/+0 |
| 2017-08-07 | scsi: fnic: fix format string overflow warning | Arnd Bergmann | 1 | -1/+1 |
| 2017-07-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 7 | -4/+92 |
| 2017-06-27 | scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ... | Satish Kharat | 1 | -2/+14 |
| 2017-06-27 | scsi: fnic: correct speed display and add support for 25,40 and 100G | Satish Kharat | 3 | -2/+45 |
| 2017-06-27 | scsi: fnic: added timestamp reporting in fnic debug stats | Satish Kharat | 3 | -0/+32 |
| 2017-06-27 | scsi: fnic: Zero io_cmpl_skip on fw reset completion | Satish Kharat | 1 | -0/+1 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -4/+3 |
| 2017-06-16 | networking: make skb_pull & friends return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-03-23 | scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_req | Satish Kharat | 1 | -1/+1 |
| 2017-03-23 | scsi: fnic: Adding debug IO and Abort latency counter to fnic stats | Satish Kharat | 4 | -5/+102 |
| 2017-03-23 | scsi: fnic: Adding Check Condition counter to misc fnicstats | Satish Kharat | 3 | -0/+6 |
| 2017-03-23 | scsi: fnic: Avoid false out-of-order detection for aborted command | Satish Kharat | 1 | -22/+18 |
| 2017-03-23 | scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negative | Satish Kharat | 1 | -6/+10 |
| 2017-03-23 | scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else case | Satish Kharat | 1 | -2/+1 |
| 2017-03-23 | scsi: fnic: Ratelimit printks to avoid flooding when vlan is not set by the s... | Satish Kharat | 1 | -8/+13 |
| 2017-03-23 | scsi: fnic: switch to pci_alloc_irq_vectors | Christoph Hellwig | 2 | -29/+13 |
| 2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
| 2017-02-06 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 1 | -0/+1 |