index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MAINTAINERS: Revise lpfc maintainers to reflect Broadcom
James Smart
2016-11-08
1
-4
/
+4
*
scsi: libfc: Replace ->seq_release callback with function call
Hannes Reinecke
2016-11-08
3
-12
/
+4
*
scsi: libfc: Replace ->seq_assign callback with function call
Hannes Reinecke
2016-11-08
3
-12
/
+4
*
scsi: libfc: Replace ->seq_set_resp callback with direct function call
Hannes Reinecke
2016-11-08
3
-18
/
+8
*
scsi: libfc: Replace ->seq_start_next callback with function call
Hannes Reinecke
2016-11-08
6
-17
/
+9
*
scsi: libfc: Replace ->exch_done callback with function call
Hannes Reinecke
2016-11-08
5
-26
/
+15
*
scsi: libfc: Replace ->seq_exch_abort callback with function call
Hannes Reinecke
2016-11-08
3
-20
/
+11
*
scsi: libfc: Replace ->seq_send callback with function call
Hannes Reinecke
2016-11-08
5
-18
/
+9
*
scsi: libfc: Remove fc_rport_init()
Hannes Reinecke
2016-11-08
4
-13
/
+0
*
scsi: libfc: Replace ->rport_flush_queue callback with function call
Hannes Reinecke
2016-11-08
5
-14
/
+6
*
scsi: libfc: Replace ->rport_recv_req callback with function call
Hannes Reinecke
2016-11-08
3
-12
/
+4
*
scsi: libfc: Replace ->rport_logoff callback with function call
Hannes Reinecke
2016-11-08
6
-28
/
+18
*
scsi: libfc: Replace ->rport_login callback with function call
Hannes Reinecke
2016-11-08
5
-25
/
+19
*
scsi: libfc: Replace ->rport_create callback with function call
Hannes Reinecke
2016-11-08
5
-21
/
+11
*
scsi: scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'
Hannes Reinecke
2016-11-08
1
-4
/
+4
*
scsi: libfc: Replace ->rport_lookup callback with function call
Hannes Reinecke
2016-11-08
4
-19
/
+12
*
scsi: libfc: Replace ->rport_destroy callback with function call
Hannes Reinecke
2016-11-08
5
-56
/
+43
*
scsi: libfc: Replace ->exch_seq_send callback with function call
Hannes Reinecke
2016-11-08
6
-55
/
+45
*
scsi: libfc: Replace ->lport_recv with function call
Hannes Reinecke
2016-11-08
3
-15
/
+6
*
scsi: libfc: Replace ->lport_reset callback with function call
Hannes Reinecke
2016-11-08
4
-12
/
+2
*
scsi: libfc: Replace ->seq_els_rsp_send callback with function call
Hannes Reinecke
2016-11-08
6
-32
/
+24
*
scsi: ibmvscsis: Issues from Dan Carpenter/Smatch
Michael Cyr
2016-11-08
1
-10
/
+3
*
scsi: ibmvscsis: Return correct partition name/# to client
Michael Cyr
2016-11-08
1
-1
/
+4
*
scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
Michael Cyr
2016-11-08
1
-0
/
+7
*
scsi: ibmvscsis: Synchronize cmds at remove time
Michael Cyr
2016-11-08
2
-5
/
+37
*
scsi: ibmvscsis: Synchronize cmds at tpg_enable_store time
Michael Cyr
2016-11-08
2
-188
/
+38
*
scsi: ibmvscsis: Rearrange functions for future patches
Michael Cyr
2016-11-08
1
-328
/
+330
*
scsi: g_NCR5380: add HAS_IOPORT_MAP dependency
Arnd Bergmann
2016-11-08
1
-1
/
+1
*
scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()
Hannes Reinecke
2016-11-08
1
-1
/
+1
*
scsi: lpfc: Use %zd format string for size_t
Arnd Bergmann
2016-11-08
1
-1
/
+1
*
scsi: fcoe: filter out frames from invalid vlans
Hannes Reinecke
2016-11-08
1
-1
/
+11
*
scsi: fcoe: correct sending FIP VLAN packets on VLAN 0
Hannes Reinecke
2016-11-08
1
-1
/
+2
*
scsi: fcoe: FIP debugging
Hannes Reinecke
2016-11-08
1
-4
/
+44
*
scsi: fcoe: catch invalid values for the 'enabled' attribute
Hannes Reinecke
2016-11-08
1
-2
/
+10
*
scsi: fcoe: set default TC priority
Hannes Reinecke
2016-11-08
1
-2
/
+6
*
scsi: libfc: Check xid when looking up REC exchanges
Hannes Reinecke
2016-11-08
1
-4
/
+12
*
scsi: libfc: wait for E_D_TOV when out-of-order sequence is received
Hannes Reinecke
2016-11-08
1
-18
/
+20
*
scsi: libfc: reset timeout on queue full
Hannes Reinecke
2016-11-08
2
-4
/
+19
*
scsi: libfc: Do not drop out-of-order frames
Hannes Reinecke
2016-11-08
1
-3
/
+0
*
scsi: libfc: don't fail sequence abort for completed exchanges
Hannes Reinecke
2016-11-08
1
-10
/
+30
*
scsi: libfc: quarantine timed out xids
Hannes Reinecke
2016-11-08
3
-17
/
+30
*
scsi: libfc: safeguard against invalid exchange index
Hannes Reinecke
2016-11-08
1
-7
/
+14
*
scsi: libfc: Clarify ramp-down messages
Hannes Reinecke
2016-11-08
1
-3
/
+9
*
scsi: libfc: Return LS_RJT_BUSY for PRLI in status PLOGI
Hannes Reinecke
2016-11-08
1
-0
/
+17
*
scsi: libfc: Rework PRLI handling
Hannes Reinecke
2016-11-08
1
-18
/
+38
*
scsi: libfc: Implement RTV responder
Hannes Reinecke
2016-11-08
1
-1
/
+40
*
scsi: libfc: use error code for fc_rport_error()
Hannes Reinecke
2016-11-08
2
-40
/
+66
*
scsi: libfc: do not overwrite DID_TIME_OUT status
Hannes Reinecke
2016-11-08
1
-3
/
+9
*
scsi: fcoe: make R_A_TOV and E_D_TOV configurable
Hannes Reinecke
2016-11-08
2
-2
/
+81
*
scsi: libfc: sanitize E_D_TOV and R_A_TOV setting
Hannes Reinecke
2016-11-08
3
-9
/
+14
[prev]
[next]