index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
anycast.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-02
scsi: mptfc: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+2
2016-09-02
scsi: bfa: Do not dereference port before it is null checked
Colin Ian King
1
-2
/
+2
2016-09-02
scsi: qla4xxx: Mark symbols static where possible
Baoyou Xie
1
-1
/
+1
2016-08-31
scsi: move function declarations to scsi_priv.h
Baoyou Xie
2
-2
/
+2
2016-08-31
scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"
Colin Ian King
1
-3
/
+3
2016-08-31
scsi: ncr5380: Avoid a compiler warning
Finn Thain
2
-8
/
+7
2016-08-31
scsi: Documentation/scsi: Remove nodisconnect parameter
Finn Thain
2
-4
/
+0
2016-08-31
scsi: ibmvscsis: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-2
/
+1
2016-08-31
scsi: be2iscsi: Add missing unlock for mbox_lock
Jitendra Bhivare
1
-1
/
+3
2016-08-31
scsi: be2iscsi: Remove redundant iscsi_wrb desc memset
Jitendra Bhivare
2
-5
/
+3
2016-08-31
scsi: be2iscsi: Fix error return code
Christophe JAILLET
1
-9
/
+13
2016-08-31
scsi: megaraid_sas: Fix the search of first memory bar
Christophe JAILLET
1
-1
/
+1
2016-08-31
scsi: sg: Use mult_frac, drop MULDIV macro
Paul Burton
1
-15
/
+4
2016-08-31
scsi: sg: Avoid overflow when USER_HZ > HZ
Paul Burton
1
-2
/
+3
2016-08-26
scsi: ibmvfc: add FC Class 3 Error Recovery support
Tyrel Datwyler
2
-0
/
+11
2016-08-26
scsi: ibmvfc: Set READ FCP_XFER_READY DISABLED bit in PRLI
Tyrel Datwyler
1
-0
/
+1
2016-08-26
scsi: aic94xx: Add missing error code assignment before test
Christophe JAILLET
1
-1
/
+1
2016-08-26
scsi: configure runtime pm before calling device_add in scsi_add_host_with_dma
Heiner Kallweit
1
-4
/
+8
2016-08-26
scsi: ipr: Add asynchronous error notification
Brian King
2
-14
/
+118
2016-08-26
scsi: hisi_sas: update version to 1.6
John Garry
1
-1
/
+1
2016-08-26
scsi: hisi_sas: add TMF success check
John Garry
1
-0
/
+6
2016-08-26
scsi: hisi_sas: fail tmf task prep when port detached
John Garry
1
-1
/
+1
2016-08-26
scsi: hisi_sas: add v2 hw slot complete internal abort support
John Garry
1
-0
/
+31
2016-08-26
scsi: hisi_sas: add prep_abort_v2_hw()
John Garry
1
-0
/
+33
2016-08-26
scsi: hisi_sas: add internal abort to hisi_sas_abort_task()
John Garry
1
-6
/
+10
2016-08-26
scsi: hisi_sas: add internal abort in hisi_sas_dev_gone()
John Garry
1
-0
/
+3
2016-08-26
scsi: hisi_sas: add internal abort main code
John Garry
2
-0
/
+171
2016-08-26
scsi: esas2r: don't reinitialize adapter's req_table
Shawn Lin
1
-4
/
+0
2016-08-26
scsi: esas2r: not need to alloc zero buffer for local_atto_ioctl
Shawn Lin
1
-1
/
+1
2016-08-24
scsi: megaraid_sas: Use memdup_user() rather than duplicating its implementation
Markus Elfring
1
-8
/
+3
2016-08-24
MAINTAINERS: Update be2iscsi contact info
Jitendra Bhivare
1
-5
/
+5
2016-08-24
scsi: be2iscsi: Update the driver version
Jitendra Bhivare
1
-1
/
+1
2016-08-24
scsi: be2iscsi: Update copyright information
Jitendra Bhivare
9
-24
/
+24
2016-08-24
scsi: be2iscsi: Fix queue and connection parameters
Jitendra Bhivare
2
-2
/
+2
2016-08-24
scsi: be2iscsi: Fix bad WRB index error
Jitendra Bhivare
1
-12
/
+6
2016-08-24
scsi: be2iscsi: Fix async PDU handling path
Jitendra Bhivare
2
-505
/
+461
2016-08-24
scsi: be2iscsi: Add FUNCTION_RESET during driver unload
Jitendra Bhivare
3
-1
/
+6
2016-08-24
scsi: be2iscsi: Fail the sessions immediately after TPE
Jitendra Bhivare
2
-3
/
+22
2016-08-24
scsi: be2iscsi: Add TPE recovery feature
Jitendra Bhivare
7
-430
/
+629
2016-08-24
scsi: be2iscsi: Add V1 of EPFW cleanup IOCTL
Jitendra Bhivare
5
-108
/
+73
2016-08-24
scsi: be2iscsi: Fix POST check and reset sequence
Jitendra Bhivare
4
-196
/
+164
2016-08-24
scsi: be2iscsi: Move functions to right files
Jitendra Bhivare
7
-295
/
+293
2016-08-24
scsi: be2iscsi: Add IOCTL to check UER supported
Jitendra Bhivare
5
-19
/
+89
2016-08-24
scsi: be2iscsi: Fix to add timer for UE detection
Jitendra Bhivare
6
-51
/
+75
2016-08-24
scsi: be2iscsi: Fix to make boot discovery non-blocking
Jitendra Bhivare
7
-657
/
+725
2016-08-24
scsi: be2iscsi: Fix checks for HBA in error state
Jitendra Bhivare
5
-113
/
+134
2016-08-24
scsi: be2iscsi: Remove isr_lock and dead code
Jitendra Bhivare
3
-87
/
+49
2016-08-24
scsi: be2iscsi: Remove alloc_mcc_tag & beiscsi_pci_soft_reset
Jitendra Bhivare
2
-77
/
+0
2016-08-24
scsi: be2iscsi: Check all zeroes IP before issuing IOCTL
Jitendra Bhivare
5
-47
/
+69
2016-08-24
scsi: be2iscsi: Handle only NET_PARAM in iface_get_param
Jitendra Bhivare
1
-0
/
+2
[next]