1. ad69698 IB/srp: Release transport before removing host by Dave Dillow · 17 years ago
  2. b0e47c8 IB/srp: Fix list corruption/oops on module reload by David Dillow · 17 years ago
  3. 1401b53 IPoIB: Fix oops if xmit is called when priv->broadcast is NULL by Jack Morgenstein · 17 years ago
  4. a316b79 IB/iser: Add missing counter increment in iser_data_buf_aligned_len() by Erez Zilber · 17 years ago
  5. 09f60f8 IPoIB/cm: Fix receive QP cleanup by Roland Dreier · 17 years ago
  6. 0b776eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  7. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  8. 1b52496 IPoIB/cm: Use common CQ for CM send completions by Michael S. Tsirkin · 17 years ago
  9. fd31256 IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" by Roland Dreier · 17 years ago
  10. 69fc507 IPoIB: Use round_jiffies() for ah_reap_task by Anton Blanchard · 17 years ago
  11. 53d412f infiniband: sg chaining support by Jens Axboe · 17 years ago
  12. 200d171 IB/ipoib: Verify address handle validity on send by Moni Shoua · 17 years ago
  13. 732a217 IB/ipoib: Bound the net device to the ipoib_neigh structue by Moni Shoua · 17 years ago
  14. df3d80f Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  15. aebd5e4 [SCSI] transport_srp: add rport roles attribute by FUJITA Tomonori · 18 years ago
  16. 3236822 [SCSI] ib_srp: convert to use the srp transport class by FUJITA Tomonori · 18 years ago
  17. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  18. 9153f66 IPoIB: Fix unused variable warning by Roland Dreier · 17 years ago
  19. de90351 [IPoIB]: Convert to netdevice internal stats by Roland Dreier · 17 years ago
  20. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  21. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  22. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  23. 335a64a5a IPoIB: Allow setting policy to ignore multicast groups by Or Gerlitz · 17 years ago
  24. ede6bc0 IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp() by Dotan Barak · 17 years ago
  25. ec2a134 IB/iser: Remove unnecessary includes by Roland Dreier · 17 years ago
  26. 247e020 IB/srp: Add QoS support through service ID by Sean Hefty · 17 years ago
  27. 8166883 IPoIB: Specify Traffic Class with path record queries for QoS support by Sean Hefty · 17 years ago
  28. ca6de17 IPoIB: Fix error path memory leak by Eli Cohen · 17 years ago
  29. b3ac60f IPoIB: Fix typo to end statement with ';' instead of ',' by Eli Cohen · 17 years ago
  30. ce423ef IPoIB: Make sure no receives are handled when stopping device by Roland Dreier · 17 years ago
  31. 6958e82 IPoIB: Fix leak in ipoib_transport_dev_init() error path by Jack Morgenstein · 17 years ago
  32. 3d1ff48 IB/srp: Add OUI for new Cisco targets by Raghava Kondapalli · 17 years ago
  33. 5d7cbfd IB/srp: Wrap OUI checking for workarounds in helper functions by Roland Dreier · 17 years ago
  34. 7974392 [SCSI] iscsi_tcp, ib_iser Enable module refcounting for iscsi host template by Mike Christie · 17 years ago
  35. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  36. 41179e2 IB/iser: Make a couple of functions static by Roland Dreier · 17 years ago
  37. bc06cff Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  38. 1d84612 IB/cm: Include HCA ACK delay in local ACK timeout by Sean Hefty · 18 years ago
  39. 1b844af IPoIB: Recycle loopback skbs instead of freeing and reallocating by Roland Dreier · 18 years ago
  40. 20089ca IPoIB/cm: Fix warning if IPV6 is not enabled by Roland Dreier · 18 years ago
  41. 06cc850 IB: Use menuconfig for InfiniBand menu by Jan Engelhardt · 18 years ago
  42. 841adfc IPoIB/cm: Partial error clean up unmaps wrong address by Ralph Campbell · 18 years ago
  43. 13ef5f4 IPoIB/cm: Remove dead definition of struct ipoib_cm_id by Roland Dreier · 18 years ago
  44. 82c3aca IPoIB/cm: Fix interoperability when MTU doesn't match by Michael S. Tsirkin · 18 years ago
  45. 3ec7393 IPoIB/cm: Initialize RX before moving QP to RTR by Michael S. Tsirkin · 18 years ago
  46. da9c0c7 [SCSI] iscsi_iser: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  47. bb350d1 [SCSI] ib_srp: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
  48. d8196ed [SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attr by Mike Christie · 18 years ago
  49. 1548271 [SCSI] libiscsi: make can_queue configurable by Mike Christie · 18 years ago
  50. 77a23c2 [SCSI] libiscsi: fix iscsi cmdsn allocation by Mike Christie · 18 years ago
  51. b2c6416 [SCSI] iscsi class, iscsi_tcp, ib_iser: add sysfs chap file by Mike Christie · 18 years ago
  52. 857ae0b [SCSI] iscsi: Some fixes in preparation for bidirectional support - total_length by Mike Christie · 18 years ago
  53. 8ad5781 [SCSI] iscsi class, qla4xxx, iscsi_tcp, ib_iser: export/set initiator name by Mike Christie · 18 years ago
  54. 0801c24 [SCSI] libiscsi, iscsi_tcp, ib_iser : add sw iscsi host get/set params helpers by Mike Christie · 18 years ago
  55. ec56dc0 IPoIB/cm: Fix performance regression on Mellanox by Michael S. Tsirkin · 18 years ago
  56. 2dfbfc3 IPoIB/cm: Drain cq in ipoib_cm_dev_stop() by Michael S. Tsirkin · 18 years ago
  57. 8fd357a IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop() by Michael S. Tsirkin · 18 years ago
  58. 518b164 IPoIB/cm: Fix SRQ WR leak by Michael S. Tsirkin · 18 years ago
  59. 24bd1e4 IB/ipoib: Fix typos in error messages by Michael S. Tsirkin · 18 years ago
  60. 26bbf13 IPoIB: Handle P_Key table reordering by Yosef Etigin · 18 years ago
  61. 7c5b9ef IPoIB/cm: Optimize stale connection detection by Michael S. Tsirkin · 18 years ago
  62. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  63. 972d45f Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  64. 8d1cc86 IPoIB: Convert to NAPI by Roland Dreier · 18 years ago
  65. f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 18 years ago
  66. b7f008f IB/srp: Set proc_name by Roland Dreier · 18 years ago
  67. 3633b3d IB/srp: Add orig_dgid sysfs attribute to scsi_host by Ishai Rabinovitz · 18 years ago
  68. d6ef7d6 IPoIB/cm: Don't crash if remote side uses one QP for both directions by Michael S. Tsirkin · 18 years ago
  69. 4f7a307 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  70. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 18 years ago
  71. 347fcfb IPoIB/cm: Fix error handling in ipoib_cm_dev_open() by Michael S. Tsirkin · 18 years ago
  72. afc2e82 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  73. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  74. 37aebbde IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacements by Roland Dreier · 18 years ago
  75. 46f1b3d IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr by Sean Hefty · 18 years ago
  76. a89875f IPoIB: Remove pointless opcode field from debugging output by Roland Dreier · 18 years ago
  77. 6371ea3 IPoIB/cm: Fix DMA direction typo by Michael S. Tsirkin · 18 years ago
  78. 1d426d6 IB/iser: Don't defer connection failure notification to workqueue by Erez Zilber · 18 years ago
  79. a26b5fc Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  80. 3104a21 IB/iser: Handle aborting a command after it is sent by Erez Zilber · 18 years ago
  81. ecbb416 [NET]: Fix neighbour destructor handling. by Alexey Kuznetsov · 18 years ago
  82. 77d8e1e IB/ipoib: Fix thinko in packet length checks by Michael S. Tsirkin · 18 years ago
  83. d04d01b IPoIB: Fix use-after-free in path_rec_completion() by Michael S. Tsirkin · 18 years ago
  84. e07832b IPoIB: Fix race in detaching from mcast group before attaching by Sean Hefty · 18 years ago
  85. 60a596d IPoIB/cm: Fix reaping of stale connections by Michael S. Tsirkin · 18 years ago
  86. bf32ed3 [SCSI] iscsi: rename DEFAULT_MAX_RECV_DATA_SEGMENT_LENGTH by Mike Christie · 18 years ago
  87. 55c9add IPoIB: Turn on interface's carrier after broadcast group is joined by Shirley Ma · 18 years ago
  88. a27cbe8 IPoIB: Only handle async events for one port by Roland Dreier · 18 years ago
  89. 843613b IPoIB: Correct debugging output when path record lookup fails by Roland Dreier · 18 years ago
  90. 658bcef IPoIB: Remove unused local_rate tracking by Roland Dreier · 18 years ago
  91. 1812063 IPoIB/cm: Improve small message bandwidth by Michael S. Tsirkin · 18 years ago
  92. faec2f7 IB/sa: Track multicast join/leave requests by Sean Hefty · 18 years ago
  93. 8a2e65f IPoIB: CM error handling thinko fix by Michael S. Tsirkin · 18 years ago
  94. 551fd61 IPoIB: Only allow root to change between datagram and connected mode by Roland Dreier · 18 years ago
  95. 93bbad8 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  96. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 18 years ago
  97. 839fcab IPoIB: Connected mode experimental support by Michael S. Tsirkin · 18 years ago
  98. b437735 [PATCH] iscsi endianness annotations by Al Viro · 18 years ago
  99. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 23 years ago
  100. 1033ff6 IB/srp: Don't wait for response when QP is in error state. by Ishai Rabinovitz · 18 years ago