1. d4a0d60 [SCSI] bnx2i: fix the bit manipulation when setting the error mask by Tomas Henzl · 12 years ago
  2. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  3. b83908c [SCSI] bnx2i: removed the individual PCI DEVICE ID checking by Eddie Wai · 12 years ago
  4. d653220 [SCSI] bnx2i: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offload by Eddie Wai · 12 years ago
  5. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  6. 12aba9e bnx2i: use strlcpy() instead of memcpy() for strings by Dan Carpenter · 12 years ago
  7. a771718 [SCSI] bnx2i: Removed the reference to the netdev->base_addr by Eddie Wai · 12 years ago
  8. 2e499d3 bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities advertisement by Barak Witkowski · 12 years ago
  9. 9ebd99c [SCSI] bnx2i: Updated version and copyright year by Eddie Wai · 12 years ago
  10. 6f9c04f [SCSI] bnx2i: Added the setting of target can_queue via target_alloc by Eddie Wai · 12 years ago
  11. 934e18b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  12. 8ec3e70 cnic: Fix parity error code conflict by Michael Chan · 12 years ago
  13. 70fc872 [SCSI] bnx2i: Fixed the override of the error_mask module param by Eddie Wai · 13 years ago
  14. 93713f3 [SCSI] bnx2i: use kthread_create_on_node() by Eric Dumazet · 13 years ago
  15. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  16. a878185 [SCSI] bnx2i: Fixed kernel panic caused by unprotected task->sc->request deref by Eddie Wai · 13 years ago
  17. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  18. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  19. 610602f [SCSI] bnx2i: Fixed the endian on TTT for NOP out transmission by Eddie Wai · 13 years ago
  20. f27fb2e [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs by Mike Christie · 13 years ago
  21. 1d063c1 [SCSI] iscsi class: sysfs group is_visible callout for session attrs by Mike Christie · 13 years ago
  22. 3128c6c [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs by Mike Christie · 13 years ago
  23. 4c78893 cnic: Fix select dependencies in bnx2fc/bnx2i Kconfig. by David S. Miller · 13 years ago
  24. adfc521 broadcom: Move the Broadcom drivers by Jeff Kirsher · 13 years ago
  25. 91d41fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  26. 55bdabd iscsi: Use struct scsi_lun in iscsi structs instead of u8[8] by Andy Grover · 13 years ago
  27. 1235218 iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi by Nicholas Bellinger · 13 years ago
  28. d4e0670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  29. 0d83ab6 [SCSI] bnx2i: Fixed kernel panic due to illegal usage of sc->request->cpu by Eddie Wai · 13 years ago
  30. 415199f cnic: Add VLAN ID as a parameter during netevent upcall by Michael Chan · 13 years ago
  31. ea9582d [SCSI] bnx2i: Updated copyright and bump version by Eddie Wai · 13 years ago
  32. 3601b53 [SCSI] bnx2i: Modified to skip CNIC registration if iSCSI is not supported by Eddie Wai · 13 years ago
  33. b5cf6b6 [SCSI] bnx2i: Added the use of kthreads to handle SCSI cmd completion by Eddie Wai · 13 years ago
  34. 516f43a [SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8] by Andy Grover · 13 years ago
  35. f4b5ad2 cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840 by Michael Chan · 13 years ago
  36. 619c5cb New 7.0 FW: bnx2x, cnic, bnx2i, bnx2fc by Vlad Zolotarov · 13 years ago
  37. 9ae58e1 [SCSI] bnx2i: Optimized the iSCSI offload performance by Eddie Wai · 13 years ago
  38. d5307a07 [SCSI] bnx2i: Updated the connection shutdown/cleanup timeout by Eddie Wai · 13 years ago
  39. 7287c63 [SCSI] bnx2i: Fixed packet error created when the sq_size is set to 16 by Eddie Wai · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. d8585bc [SCSI] bnx2i: fix null ptr ref in conn get param by Mike Christie · 13 years ago
  42. fc33638 [SCSI] bnx2i: Updated to version 2.6.2.3 by Eddie Wai · 13 years ago
  43. 09813ba [SCSI] bnx2i: Added iSCSI text pdu support for iSCSI offload by Eddie Wai · 13 years ago
  44. 4518835 [SCSI] bnx2i: Added jumbo MTU support for the no shost case by Eddie Wai · 13 years ago
  45. 8a4a0f3 [SCSI] bnx2i: Added support for the 57712(E) devices by Eddie Wai · 13 years ago
  46. a977d2c [SCSI] bnx2i: Added handling for unsupported iSCSI offload hba by Eddie Wai · 13 years ago
  47. ee15bd2 [SCSI] bnx2i: Fixed the 32-bit swapping of the LUN field for nopouts for 5771X by Eddie Wai · 13 years ago
  48. ec8933b [SCSI] bnx2i: Allow ep CONNECT_FAILED condition to go through proper cleanup by Eddie Wai · 13 years ago
  49. 70e1472 [SCSI] bnx2i: Added reconnect fix connecting against Lefthand targets by Eddie Wai · 14 years ago
  50. da40d03 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  51. 939b82e cnic: Improve ->iscsi_nl_msg_send() by Michael Chan · 14 years ago
  52. 3db8635 [SCSI] bnx2i: Updated version to 2.6.2.2 by Eddie Wai · 14 years ago
  53. 11cec1e [SCSI] bnx2i: Updated copyright and maintainer info by Eddie Wai · 14 years ago
  54. a91031a [SCSI] bnx2i: Cleaned up various error conditions in ep_connect/disconnect by Eddie Wai · 14 years ago
  55. bee3487 [SCSI] bnx2i: Added return code check for chip kwqe submission request by Eddie Wai · 14 years ago
  56. 842158d [SCSI] bnx2i: Modified the bnx2i stop path to compensate for in progress ops by Eddie Wai · 14 years ago
  57. 016ef69 [SCSI] bnx2i: Removed the dynamic registration of CNIC by Eddie Wai · 14 years ago
  58. 7a2962c [SCSI] bnx2i: Added mutex lock protection to conn_get_param by Eddie Wai · 14 years ago
  59. 252e4480 [SCSI] bnx2i: Allow to abort the connection if connect request times out by Eddie Wai · 14 years ago
  60. 94810e8 [SCSI] bnx2i: Fixed the remote TCP RST handling for the 570X (1g) by Eddie Wai · 14 years ago
  61. 5bf3f39 [SCSI] bnx2i: Fixed a cid leak issue for 5771X (10g) by Eddie Wai · 14 years ago
  62. cf464fc [SCSI] bnx2i: Fixed the endian bug in the TMF LUN cmd send by Eddie Wai · 14 years ago
  63. 8eea2f5 [SCSI] bnx2i: Added fix for NOP-Out response panic from unsolicited NOP-In by Eddie Wai · 14 years ago
  64. 5ee3257 [SCSI] bnx2i: Fixed bugs in the handling of unsolicited NOP-Ins by Eddie Wai · 14 years ago
  65. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  66. fdf2408 cnic: Defer iscsi connection cleanup by Michael Chan · 14 years ago
  67. 523224a bnx2x, cnic, bnx2i: use new FW/HSI by Dmitry Kravkov · 14 years ago
  68. fc91961 [SCSI] bnx2i: Updated version to bnx2i-2.1.3 by Eddie Wai · 14 years ago
  69. 250ae98 [SCSI] bnx2i: Added chip cleanup for the remove module path by Eddie Wai · 14 years ago
  70. 2c2255e [SCSI] bnx2i: Recouple the CFC delete cleanup with cm_abort/close completion by Eddie Wai · 14 years ago
  71. c47b401 [SCSI] bxn2i: Added support for other TMFs besides ABORT_TASK by Eddie Wai · 14 years ago
  72. 3930407 [SCSI] bnx2i: Fixed a protocol violation on nopout responses by Eddie Wai · 14 years ago
  73. 5c90ad9 scsi: fix bnx2i build errors by Randy Dunlap · 14 years ago
  74. a2f1d13 [SCSI] bnx2i: Updated version from 2.1.1 to 2.1.2 by Eddie Wai · 14 years ago
  75. 625986c [SCSI] bnx2i: Added host param ISCSI_HOST_PARAM_IPADDRESS by Michael Chan · 14 years ago
  76. 2eefb20 [SCSI] bnx2i: Fixed the TCP graceful termination initiation by Eddie Wai · 14 years ago
  77. e37d2c4 [SCSI] bnx2i: Fine tuned conn destroy and context destroy timeout values by Eddie Wai · 14 years ago
  78. 55e15c97 [SCSI] bnx2i: Optimized the bnx2i_stop connection clean up procedure by Eddie Wai · 14 years ago
  79. 46012e8 [SCSI] bnx2i: Created an active linklist which holds bnx2i endpoints by Eddie Wai · 14 years ago
  80. 6447f28 [SCSI] bnx2i: Separated the hardware's cleanup procedure from ep_disconnect by Eddie Wai · 14 years ago
  81. 95bb335 [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6 by James Bottomley · 14 years ago
  82. 490475a [SCSI] bnx2i: Bug fixes related to MTU change issue when there are active iscsi sessions by Anil Veerabhadrappa · 14 years ago
  83. 457549d [SCSI] bnx2i: Update version and module description by Anil Veerabhadrappa · 14 years ago
  84. ce2d763 [SCSI] bnx2i: link bnx2i hba and cnic device before registering the device by Anil Veerabhadrappa · 14 years ago
  85. 2e15efc [SCSI] bnx2i: make firmware use statsn field when constructing header by Anil Veerabhadrappa · 14 years ago
  86. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  87. 309ce15 [SCSI] libiscsi: Make iscsi_eh_target_reset start with session reset by Jayamohan Kallickal · 14 years ago
  88. 9f9127f [SCSI] bnx2i: set change_queue_depth function by Mike Christie · 14 years ago
  89. d9573e7 [SCSI] cxgb3i, bnx2i: remove uses of nipquad use %pi4 by Joe Perches · 14 years ago
  90. 45ca38e [SCSI] bnx2i: minor code cleanup and update driver version by Anil Veerabhadrappa · 15 years ago
  91. 85fef20 [SCSI] bnx2i: Task management ABORT TASK fixes by Anil Veerabhadrappa · 15 years ago
  92. 8776193 [SCSI] bnx2i: update CQ arming algorith for 5771x chipsets by Anil Veerabhadrappa · 15 years ago
  93. f8c9abe [SCSI] bnx2i: Adjust sq_size module parametr to power of 2 only if a non-zero value is specified by Anil Veerabhadrappa · 15 years ago
  94. 5d9e1fa [SCSI] bnx2i: Add 5771E device support to bnx2i driver by Anil Veerabhadrappa · 15 years ago
  95. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  96. 3fe5ae8 [SCSI] libiscsi: add warm target reset tmf support by Mike Christie · 15 years ago
  97. 24246de [SCSI] bnx2i: use common iscsi suspend queue by Mike Christie · 15 years ago
  98. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  99. b8b9e1b8 [SCSI] libiscsi: iscsi_session_setup to allow for private space by Jayamohan Kallickal · 15 years ago
  100. 5320324 [SCSI] bnx2i: Fix context mapping issue for architectures with PAGE_SIZE != 4096 by Anil Veerabhadrappa · 15 years ago