1. 8622196 [SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocation by Chris Leech · 15 years ago
  2. 93e6d5a [SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.c by Robert Love · 15 years ago
  3. 8866a5d [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines by Robert Love · 15 years ago
  4. 255f638 [SCSI] libfc: Remove fc_fcp_complete by Robert Love · 15 years ago
  5. 1a7b75a [SCSI] libfc: Move non-common routines and prototypes out of libfc.h by Robert Love · 15 years ago
  6. 229b8d7 [SCSI] libfc: add queue_depth ramp up by Vasu Dev · 15 years ago
  7. 14caf44 [SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfc by Vasu Dev · 15 years ago
  8. 5c20848 [SCSI] libfc: convert to scsi_track_queue_full by Mike Christie · 15 years ago
  9. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  10. b4a9c7e [SCSI] libfc: fix free of fc_rport_priv with timer pending by Joe Eykholt · 15 years ago
  11. 8f550f9 [SCSI] libfc: fix memory corruption caused by double frees and bad error handling by Chris Leech · 15 years ago
  12. d37322a [SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data by Yi Zou · 15 years ago
  13. e95147d [SCSI] libfc: removes unused disc_work and ex_list by Vasu Dev · 15 years ago
  14. 3f127ad [SCSI] libfc: adds missing exch release for accepted RRQ by Vasu Dev · 15 years ago
  15. 89f19a5 [SCSI] libfc: removes initializing fc_cpu_order and fc_cpu_mask per lport by Vasu Dev · 15 years ago
  16. 22655ac [SCSI] libfc: don't WARN_ON in lport_timeout for RESET state by Joe Eykholt · 15 years ago
  17. 1b69bc0 [SCSI] libfc: lport: fix minor documentation errors by Joe Eykholt · 15 years ago
  18. 4347fa6 [SCSI] libfc: Fix wrong scsi return status under FC_DATA_UNDRUN by Yi Zou · 15 years ago
  19. c340111 [SCSI] libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abort by Robert Love · 15 years ago
  20. 473e285 [SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily by Robert Love · 15 years ago
  21. 5e472d0 [SCSI] libfc: fix ddp in fc_fcp for 0 xid by Yi Zou · 15 years ago
  22. 85b5893 [SCSI] libfc: fix typo in retry check on received PRLI by Joe Eykholt · 15 years ago
  23. 1d490ce [SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJT by Joe Eykholt · 15 years ago
  24. 2ab7e1e [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs. by Joe Eykholt · 15 years ago
  25. 8abbe3a [SCSI] libfc: fix handling of incoming Discover Address (ADISC) requests by Joe Eykholt · 15 years ago
  26. 370c3bd [SCSI] libfc: use ADISC to verify rport login state by Joe Eykholt · 15 years ago
  27. 68a1750 [SCSI] libfc: LOGO response code had extraeous enter_rtv by Joe Eykholt · 15 years ago
  28. feab4ae [SCSI] libfc: re-login to remote ports that send us LOGO by Joe Eykholt · 15 years ago
  29. 83fe6a9 [SCSI] libfc: fix rport error handling for login-required and invalid ops by Joe Eykholt · 15 years ago
  30. 3ac6f98 [SCSI] libfc: correctly handle incoming PLOGI request. by Joe Eykholt · 15 years ago
  31. f657d29 [SCSI] libfc: improve debug messages for ELS response handlers by Joe Eykholt · 15 years ago
  32. 25b37b9 [SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup by Joe Eykholt · 15 years ago
  33. 131203a [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c. by Joe Eykholt · 15 years ago
  34. 6bd054c [SCSI] libfc: Always reset remote port roles when receiving PRLI by Robert Love · 15 years ago
  35. 9737e6a [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create by Robert Love · 15 years ago
  36. 935d0fc [SCSI] libfc: don't do discovery before callback is set by Joe Eykholt · 15 years ago
  37. 29d898e [SCSI] libfc: clean up point-to-point discovery code. by Joe Eykholt · 15 years ago
  38. 81a67b9 [SCSI] libfc: discovery gpn_ft parse bug by Joe Eykholt · 15 years ago
  39. 3667d7e [SCSI] libfc: discovery retry should clear pending first. by Joe Eykholt · 15 years ago
  40. c762608 [SCSI] libfc: fix: empty zone causes endless discovery retries. by Joe Eykholt · 15 years ago
  41. 883a337 [SCSI] libfc: handle discovery failure more correctly. by Joe Eykholt · 15 years ago
  42. a1c1e4e [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp() by Joe Eykholt · 15 years ago
  43. c356afd [SCSI] libfc: discovery restart sequence error fix by Joe Eykholt · 15 years ago
  44. 0f6c614 [SCSI] libfc: do not log off rports before or after discovery by Joe Eykholt · 15 years ago
  45. 8025b5d [SCSI] libfc: move rport_lookup into fc_rport.c by Joe Eykholt · 15 years ago
  46. 8345592 [SCSI] libfc: change to make remote port callback optional by Joe Eykholt · 15 years ago
  47. 19f97e3 [SCSI] libfc: have rport_create do a lookup for pre-existing rports first by Joe Eykholt · 15 years ago
  48. 48f0090 [SCSI] libfc: make rport module maintain the rport list by Joe Eykholt · 15 years ago
  49. b5cbf08 [SCSI] libfc: simplify fc_lport_rport_callback by Joe Eykholt · 15 years ago
  50. cdbe6df [SCSI] libfc: rport debug messages were printing pointer values by Joe Eykholt · 15 years ago
  51. b84c796 [SCSI] libfc: remove unused disc->delay element by Joe Eykholt · 15 years ago
  52. 786681b [SCSI] libfc: eliminate disc->event by Joe Eykholt · 15 years ago
  53. 00fea93 [SCSI] libfc: fix rport event race between READY and LOGO by Joe Eykholt · 15 years ago
  54. 9e9d045 [SCSI] libfc: don't create dummy (rogue) remote ports by Joe Eykholt · 15 years ago
  55. 4c0f62b [SCSI] libfc: rename rport event CREATED to READY by Joe Eykholt · 15 years ago
  56. 629f442 [SCSI] libfc: rearrange code in fc_rport_work by Joe Eykholt · 15 years ago
  57. f211fa5 [SCSI] libfc: make rport structure optional by Joe Eykholt · 15 years ago
  58. a46f327 [SCSI] libfc: change elsct to use FC_ID instead of rdata by Joe Eykholt · 15 years ago
  59. 9fb9d32 [SCSI] libfc: make fc_rport_priv the primary rport interface. by Joe Eykholt · 15 years ago
  60. 795d86f [SCSI] libfc: change interface for rport_create by Joe Eykholt · 15 years ago
  61. ab28f1f [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv by Joe Eykholt · 15 years ago
  62. b2f0091 [SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lock by Vasu Dev · 15 years ago
  63. e4bc50b [SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM) by Vasu Dev · 15 years ago
  64. cd305ce [SCSI] libfc: Fix misleading debug statement by Robert Love · 15 years ago
  65. 53fcfbb [SCSI] libfc: Remove page flags check for sglist by Yi Zou · 15 years ago
  66. 537029f [SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_data by Yi Zou · 15 years ago
  67. d717968 [SCSI] fcoe, libfc: adds offload EM per eth device with only single xid range per EM by Vasu Dev · 15 years ago
  68. 52ff878 [SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor list by Vasu Dev · 15 years ago
  69. d459b7e [SCSI] libfc: Remove the FC_EM_DBG macro by Robert Love · 15 years ago
  70. 9631609 [SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIs by Vasu Dev · 15 years ago
  71. 201e579 [SCSI] libfc: fix: cancel rport retry timer by Joe Eykholt · 15 years ago
  72. 5f7ea3b [SCSI] libfc: fc_rport_logoff should not drop the lock by Joe Eykholt · 15 years ago
  73. 1419405 [SCSI] libfc: rename rport state "NONE" to "DELETE". by Joe Eykholt · 15 years ago
  74. 84b0544 [SCSI] libfc: fix WARNING from fc_seq_start_next on closed exchanges by Joe Eykholt · 15 years ago
  75. e9ba8b4 [SCSI] libfc: in fc_lport_destroy, flush rports after turning off link by Joe Eykholt · 15 years ago
  76. 1190d92 [SCSI] libfc: stop login after fabric logoff by Joe Eykholt · 15 years ago
  77. b1d9fd5 [SCSI] libfc: rename lport NONE state to DISABLED by Joe Eykholt · 15 years ago
  78. a0cc1ec [SCSI] libfc: fix a circular locking warning during sending RRQ by Vasu Dev · 15 years ago
  79. 7414705 libfc: Add runtime debugging with debug_logging module parameter by Robert Love · 15 years ago
  80. 30121d1 [SCSI] libfc: Check if exchange is completed when receiving a sequence by Steve Ma · 16 years ago
  81. d5e6054 [SCSI] libfc: use DID_ERROR when we have internall aborted command by Mike Christie · 16 years ago
  82. a366695 [SCSI] libfc,fcoe,fnic: Separate rport and lport max retry counts by Abhijeet Joglekar · 16 years ago
  83. b0d428a [SCSI] fcoe, libfc: fix function declarations to be ANSI-compliant by Randy Dunlap · 16 years ago
  84. a29e764 [SCSI] libfc: Fix compilation warnings with allmodconfig by Robert Love · 16 years ago
  85. 55c7a60 [SCSI] libfc: whenever queueing delete ev for rport, set state to NONE by Abhijeet Joglekar · 16 years ago
  86. bbf1566 [SCSI] libfc: Change state to NONE in fc_lport_destroy by Abhijeet Joglekar · 16 years ago
  87. a0fd2e4 [SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns port by Abhijeet Joglekar · 16 years ago
  88. b4c6f54 [SCSI] libfc: Track rogue remote ports by Abhijeet Joglekar · 16 years ago
  89. 76f6804 [SCSI] libfc: Do not retry if the new state is not the same as old state by Abhijeet Joglekar · 16 years ago
  90. 0d228c0 [SCSI] libfc: Hold disc mutex while processing gpn ft resp by Abhijeet Joglekar · 16 years ago
  91. 9b34ecf [SCSI] fcoe, libfc: add libfcoe module by Vasu Dev · 16 years ago
  92. 582b45b [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array by Robert Love · 16 years ago
  93. b277d2a [SCSI] libfc: add support of large receive offload by ddp in fc_fcp by Yi Zou · 16 years ago
  94. 276d681 [SCSI] libfc: use lso_max for sequence offload by Yi Zou · 16 years ago
  95. aa6cd29 [SCSI] libfc: Correct use of ! and & by Julia Lawall · 16 years ago
  96. 1c9fbaf [SCSI] Remove SUGGEST flags by Martin K. Petersen · 16 years ago
  97. 6e7490c [SCSI] libfc: fix compile warning by FUJITA Tomonori · 16 years ago
  98. 422819c [SCSI] libfc: do not change the fh_rx_id of a recevied frame by Yi Zou · 16 years ago
  99. b2ab99c [SCSI] libfc, fcoe: Cleanup function formatting and minor typos by Robert Love · 16 years ago
  100. 34f42a0 [SCSI] libfc, fcoe: Fix kerneldoc comments by Robert Love · 16 years ago