index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fnic
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]