1. 6694095 scsi: be2iscsi: Add IOCTL to check UER supported by Jitendra Bhivare · 8 years ago
  2. 10bcd47 scsi: be2iscsi: Fix to add timer for UE detection by Jitendra Bhivare · 8 years ago
  3. 50a4b82 scsi: be2iscsi: Fix to make boot discovery non-blocking by Jitendra Bhivare · 8 years ago
  4. 9122e99 scsi: be2iscsi: Fix checks for HBA in error state by Jitendra Bhivare · 8 years ago
  5. a3095016 scsi: be2iscsi: Remove isr_lock and dead code by Jitendra Bhivare · 8 years ago
  6. 1f5e847 scsi: be2iscsi: Remove alloc_mcc_tag & beiscsi_pci_soft_reset by Jitendra Bhivare · 8 years ago
  7. 290aa37 scsi: be2iscsi: Check all zeroes IP before issuing IOCTL by Jitendra Bhivare · 8 years ago
  8. d8383b3 scsi: be2iscsi: Handle only NET_PARAM in iface_get_param by Jitendra Bhivare · 8 years ago
  9. 96b48b9 scsi: be2iscsi: Rename iface get/set/create/destroy APIs by Jitendra Bhivare · 8 years ago
  10. c5bf888 scsi: be2iscsi: Update iface handle before any set param by Jitendra Bhivare · 8 years ago
  11. db02aea scsi: be2iscsi: Move VLAN code to common iface_set_param by Jitendra Bhivare · 8 years ago
  12. 0152a7e scsi: be2iscsi: Fix release of DHCP IP in static mode by Jitendra Bhivare · 8 years ago
  13. 37f2164 scsi: be2iscsi: Fix gateway APIs to support IPv4 & IPv6 by Jitendra Bhivare · 8 years ago
  14. f7dd017 scsi: be2iscsi: Set and return right iface v4/v6 states by Jitendra Bhivare · 8 years ago
  15. 3c9e36a scsi: be2iscsi: Reduce driver load/unload time by Jitendra Bhivare · 8 years ago
  16. 96eb8d4 scsi: be2iscsi: Replace _bh version for mcc_lock spinlock by Jitendra Bhivare · 8 years ago
  17. ea89604 scsi: be2iscsi: Fix to use correct configuration values by Jitendra Bhivare · 8 years ago
  18. a7dee8f Merge branch 'fixes' into misc by James Bottomley · 9 years ago
  19. 84bd649 be2iscsi: set the boot_kset pointer to NULL in case of failure by Maurizio Lombardi · 9 years ago
  20. e729b50 be2iscsi: Remove unnecessary synchronize_irq() before free_irq() by Lars-Peter Clausen · 9 years ago
  21. c6fff32 be2iscsi:Add missing error check in beiscsi_eeh_resume by Nicholas Krause · 9 years ago
  22. 0c88740 be2iscsi: Fix memory leak in beiscsi_alloc_mem() by Maurizio Lombardi · 9 years ago
  23. f64d92e be2iscsi: Add lock to protect WRB alloc and free by Jitendra Bhivare · 9 years ago
  24. 10139fe be2iscsi: _bh for io_sgl_lock and mgmt_sgl_lock by Jitendra Bhivare · 9 years ago
  25. 1868379 be2iscsi: Fix ExpStatSn in management tasks by Jitendra Bhivare · 9 years ago
  26. 090e218 be2iscsi: Couple MCC tag and WRB alloc and free by Jitendra Bhivare · 9 years ago
  27. 291fef2 be2iscsi: Fix MCC WRB leak in open_connection by Jitendra Bhivare · 9 years ago
  28. c448427 be2iscsi: Cleanup processing of BMBX completion by Jitendra Bhivare · 9 years ago
  29. 69fd6d7 be2iscsi: Fix be_mcc_compl_poll to use tag_state by Jitendra Bhivare · 9 years ago
  30. a264f5e be2iscsi: Remove be_mbox_notify_wait function by Jitendra Bhivare · 9 years ago
  31. 8884033 be2iscsi: Rename MCC and BMBX processing functions by Jitendra Bhivare · 9 years ago
  32. 2e4e8f6 be2iscsi: Remove redundant MCC processing code by Jitendra Bhivare · 9 years ago
  33. 67296ad be2iscsi: Use macros for MCC WRB and CQE fields by Jitendra Bhivare · 9 years ago
  34. 9c890a7 be2iscsi: Remove unused mcc_cq_lock by Jitendra Bhivare · 9 years ago
  35. e049362 be2iscsi: add checks for dma mapping errors by Alexey Khoroshilov · 9 years ago
  36. 1db1194 be2iscsi: Update the driver version by Jitendra Bhivare · 9 years ago
  37. cb564c6 be2iscsi: Fix WRB leak in login/logout path by Jitendra Bhivare · 9 years ago
  38. 9c4f8b0 be2iscsi: Fix async link event processing by Jitendra Bhivare · 9 years ago
  39. 048084c be2iscsi: Fix to process 25G link speed info from FW by Jitendra Bhivare · 9 years ago
  40. 1094cf6 be2iscsi: Fix IOPOLL implementation by Jitendra Bhivare · 9 years ago
  41. 23d7ccf1 be2iscsi: Fix return value for MCC completion by Jitendra Bhivare · 9 years ago
  42. 4570f16 be2iscsi: Add FW config validation by Jitendra Bhivare · 9 years ago
  43. 53aefe2 be2iscsi: Fix to handle misconfigured optics events by Jitendra Bhivare · 9 years ago
  44. c9beb6f be2iscsi: Fix VLAN support for IPv6 network by Jitendra Bhivare · 9 years ago
  45. cdaa4de be2iscsi: Fix to remove shutdown entry point by Jitendra Bhivare · 9 years ago
  46. 3c9d903 be2iscsi: Added return value check for mgmt_get_all_if_id by Jitendra Bhivare · 9 years ago
  47. 9ec6f6b be2iscsi: Set mbox timeout to 30s by Jitendra Bhivare · 9 years ago
  48. 12843f0 be2iscsi: Fix to synchronize tag allocation using spin_lock by Jitendra Bhivare · 9 years ago
  49. cdde668 be2iscsi: Fix to use atomic bit operations for tag_state by Jitendra Bhivare · 9 years ago
  50. c03a50f be2iscsi: Fix mbox synchronization replacing spinlock with mutex by Jitendra Bhivare · 9 years ago
  51. 6ac999e be2iscsi: Fix soft lockup in mgmt_get_all_if_id path using bmbx by Jitendra Bhivare · 9 years ago
  52. ea51190 irq_poll: fold irq_poll_sched_prep into irq_poll_sched by Christoph Hellwig · 9 years ago
  53. 78d0264 irq_poll: don't disable new irq_poll instances by Christoph Hellwig · 9 years ago
  54. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  55. febdfbd Merge tag '4.4-scsi-mkp' into misc by James Bottomley · 9 years ago
  56. dd29dae be2iscsi: Fix bogus WARN_ON length check by Tim Gardner · 9 years ago
  57. fb9c54d be2iscsi: Bump the driver version by John Soni Jose · 9 years ago
  58. 340c99e be2iscsi: Fix updating the next pointer during WRB posting by John Soni Jose · 9 years ago
  59. c4f39bd be2iscsi: Revert ownership to Emulex by Ketan Mukadam · 10 years ago
  60. d56dfb4 be2iscsi : Bump the driver version by John Soni Jose · 10 years ago
  61. 3f4134c be2iscsi : Logout of FW Boot Session by John Soni Jose · 10 years ago
  62. eb1c469 be2iscsi : Fix memory check before unmapping. by John Soni Jose · 10 years ago
  63. 4e2bdf7 be2iscsi : Fix memory leak in the unload path by John Soni Jose · 10 years ago
  64. e307f3a be2iscsi : Fix the PCI request region reserving. by John Soni Jose · 10 years ago
  65. 3efde86 be2iscsi : Fix the retry count for boot targets by John Soni Jose · 10 years ago
  66. 4627de9 MAINTAINERS, be2iscsi: change email domain by Minh Tran · 10 years ago
  67. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  68. 2e7cee0 be2iscsi: Fix kernel panic when device initialization fails by John Soni Jose · 10 years ago
  69. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  70. c8c6c9b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  71. f76a610 fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit. by Minh Duc Tran · 10 years ago
  72. 0f989f7 MODULE_DEVICE_TABLE: fix some callsites by Andrew Morton · 10 years ago
  73. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  74. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  75. a41a9ad be2iscsi: check ip buffer before copying by Mike Christie · 10 years ago
  76. 49b552d be2iscsi : Bump the driver version by John Soni Jose · 10 years ago
  77. 53281ed be2iscsi : Fix kernel panic during reboot/shutdown by John Soni Jose · 10 years ago
  78. e149fc1 be2iscsi: Use pci_enable_msix_range() by Alexander Gordeev · 10 years ago
  79. a07b671 be2iscsi: Bump the driver version by Jayamohan Kallickal · 10 years ago
  80. b7ab35b be2iscsi: Fix processing CQE before connection resources are freed by Jayamohan Kallickal · 10 years ago
  81. a3d313e be2iscsi: Fix updating the boot enteries in sysfs by Jayamohan Kallickal · 10 years ago
  82. 65c5efa be2iscsi: Fix the copyright year by Jayamohan Kallickal · 10 years ago
  83. 3903341 be2iscsi: Fix the sparse warning introduced in previous submission by Jayamohan Kallickal · 10 years ago
  84. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  85. 7c845eb scsi: use pci_zalloc_consistent by Joe Perches · 10 years ago
  86. 6d67726 be2iscsi: Fix memory leak in mgmt_set_ip() by Maurizio Lombardi · 11 years ago
  87. 915aafd bnx2i, be2iscsi: fix custom stats length by Mike Christie · 11 years ago
  88. beff654 be2iscsi: remove potential junk pointer free by Tomas Henzl · 11 years ago
  89. 5f2d25e be2iscsi: add an missing goto in error path by Tomas Henzl · 11 years ago
  90. 4f96827 Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed" by Christoph Hellwig · 11 years ago
  91. 82a40ae be2iscsi: Bump the driver version by Jayamohan Kallickal · 11 years ago
  92. 1120608 be2iscsi: Fix processing cqe for cxn whose endpoint is freed by Jayamohan Kallickal · 11 years ago
  93. 2318816 be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyed by Jayamohan Kallickal · 11 years ago
  94. 8fc01ea be2iscsi: Fix memory corruption in MBX path by Jayamohan Kallickal · 11 years ago
  95. b3c202d be2iscsi: Fix TCP parameters while connection offloading. by Jayamohan Kallickal · 11 years ago
  96. 73af08e be2iscsi: Fix interrupt Coalescing mechanism. by Jayamohan Kallickal · 11 years ago
  97. 0598b8a be2iscsi: Fix exposing Host in sysfs after adapter initialization is complete by Jayamohan Kallickal · 11 years ago
  98. daa8dc0 be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path by Jayamohan Kallickal · 11 years ago
  99. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  100. 659743b [SCSI] libiscsi: Reduce locking contention in fast path by Shlomo Pongratz · 11 years ago