1. 10313cb IPoIB: Allocate priv->tx_ring with vmalloc() by Roland Dreier · 16 years ago
  2. 4200406 IPoIB/cm: Set tx_wr.num_sge in connected mode post_send() by Roland Dreier · 16 years ago
  3. b3e2749 IPoIB: Don't drop multicast sends when they can be queued by Or Gerlitz · 16 years ago
  4. 450bb38 IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packets by Patrick Marchand Latifi · 16 years ago
  5. 2a049e5 IB/ipath: Fix error completion put on send CQ instead of recv CQ by Patrick Marchand Latifi · 17 years ago
  6. 4cd5060 IB/ipath: Fix RC QP initialization by Patrick Marchand Latifi · 17 years ago
  7. 87d5aed IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp() by Patrick Marchand Latifi · 17 years ago
  8. 140277e IB/ipath: Fix IB compliance problems with link state vs physical state by Ralph Campbell · 17 years ago
  9. d7c1fbd RDMA/iwcm: Don't access a cm_id after dropping reference by Steve Wise · 16 years ago
  10. d33ed42 IB/iser: Handle iser_device allocation error gracefully by Arne Redlich · 16 years ago
  11. 9a37827 IB/iser: Fix list iteration bug by Arne Redlich · 16 years ago
  12. 4fa4572 RDMA/cxgb3: Fix iwch_create_cq() off-by-one error by Jon Mason · 16 years ago
  13. 1bab74e RDMA/cxgb3: Return correct max_inline_data when creating a QP by Jon Mason · 16 years ago
  14. 3315529 IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush() by Pete Wyckoff · 16 years ago
  15. 35fb534 Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs" by Pete Wyckoff · 16 years ago
  16. 84ba284 IB/cm: Flush workqueue when removing device by Sean Hefty · 16 years ago
  17. 4b1cc7e RDMA/nes: Fix interrupt moderation low threshold by John Lacombe · 16 years ago
  18. 30da7cf RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endian by Faisal Latif · 16 years ago
  19. a2e9c38 RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen() by Faisal Latif · 16 years ago
  20. f84fba6 RDMA/nes: Fix use-after-free in nes_create_cq() by Glenn Streiff · 16 years ago
  21. a4435fe RDMA/nes: Fix a check-after-use in nes_probe() by Adrian Bunk · 16 years ago
  22. ed0ba33 RDMA/nes: Fix a memory leak in schedule_nes_timer() by Adrian Bunk · 16 years ago
  23. 65b07ec RDMA/nes: Fix off-by-one by Adrian Bunk · 16 years ago
  24. 9300c0c RDMA/nes: Resurrect error path dead code by Chien Tung · 16 years ago
  25. 82d416f RDMA/cxgb3: Fix shift calc in build_phys_page_list() for 1-entry page lists by Bryan Rosenburg · 16 years ago
  26. b7f9c11 IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc() by Roland Dreier · 16 years ago
  27. ec229e5 IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out by Pradeep Satyanarayana · 16 years ago
  28. 51af33e RDMA/nes: Fix possible array overrun by Roland Dreier · 16 years ago
  29. edd2fd6 RDMA/nes: Fix VLAN support by Chien Tung · 16 years ago
  30. 11e0704 RDMA/nes: Fix MAC interrupt erroneously masked on ifdown by Glenn Streiff · 16 years ago
  31. c7482b8 IB: Fix return value in ib_device_register_sysfs() by Li Zefan · 16 years ago
  32. ead595a RDMA/cma: Do not issue MRA if user rejects connection request by Sean Hefty · 16 years ago
  33. e6028c0 IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable() by Jack Morgenstein · 16 years ago
  34. a9d1884 IPoIB: Remove unused struct ipoib_cm_tx.ibwc member by Eli Cohen · 16 years ago
  35. 167c426 IPoIB: On P_Key change event, reset state properly by Jack Morgenstein · 16 years ago
  36. 5163dc1 IB/mthca: Convert to use be16_add_cpu() by Marcin Slusarz · 16 years ago
  37. 8704e9a RDMA/cxgb3: Fail loopback connections by Steve Wise · 16 years ago
  38. 7c7a9bc IB/cm: Fix infiniband_cm class kobject ref counting by Roland Dreier · 16 years ago
  39. ab64b96 IB/cm: Remove debug printk()s that snuck upstream by Roland Dreier · 16 years ago
  40. fe17435 IB/mthca: Add missing sg_init_table() in mthca_map_user_db() by Roland Dreier · 16 years ago
  41. 7143740 IPoIB: Add send gather support by Eli Cohen · 17 years ago
  42. eb14032f IPoIB: Add high DMA feature flag by Eli Cohen · 17 years ago
  43. ea54b10 IB/mlx4: Use multiple WQ blocks to post smaller send WQEs by Jack Morgenstein · 17 years ago
  44. 1c69fc2 IB/mlx4: Consolidate code to get an entry from a struct mlx4_buf by Roland Dreier · 17 years ago
  45. 3c2d774 RDMA/nes: Add a driver for NetEffect RNICs by Glenn Streiff · 17 years ago
  46. 2c78853 IB/mthca: Return proper error codes from mthca_fmr_alloc() by Olaf Kirch · 17 years ago
  47. f33afc2 IB: Avoid marking __devinitdata as const by Roland Dreier · 17 years ago
  48. 68f3948 IB/mlx4: Actually print out the driver version by Roland Dreier · 17 years ago
  49. 1d368c5 IB/ib_mthca: Pre-link receive WQEs in Tavor mode by Eli Cohen · 17 years ago
  50. 1203c42 IB/mthca: Remove checks for srq->first_free < 0 by Eli Cohen · 17 years ago
  51. 1d96354 IB/fmr_pool: Allocate page list for pool FMRs only when caching enabled by Or Gerlitz · 17 years ago
  52. 9fe4bcf IB/srp: Retry stale connections by David Dillow · 17 years ago
  53. 893da75 mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER() by Jack Morgenstein · 17 years ago
  54. 6ccef1d IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER() by Jack Morgenstein · 17 years ago
  55. 7bc531d IPoIB: Remove a misleading debug print by Or Gerlitz · 17 years ago
  56. bafff97 IPoIB: Handle bonding failover race for connected neighbours too by Or Gerlitz · 17 years ago
  57. 0d89fe2 IB/mthca: Fix and simplify page size calculation in mthca_reg_phys_mr() by Roland Dreier · 17 years ago
  58. 2b5e6b1 IB/ehca: Add PMA support by Hoang-Nam Nguyen · 17 years ago
  59. 528b03f7 IB/ehca: Update sma_attr also in case of disruptive config change by Joachim Fenkes · 17 years ago
  60. 2b7274c IB/ehca: Prevent sending UD packets to QP0 by Joachim Fenkes · 17 years ago
  61. 3971c9f IB/cm: Add interim support for routed paths by Sean Hefty · 17 years ago
  62. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
  63. 0ba6c33bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25 by Linus Torvalds · 17 years ago
  64. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 17 years ago
  65. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 17 years ago
  66. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 17 years ago
  67. 6360a02 [IPV4] drivers/infiniband: Use ipv4_is_<type> by Joe Perches · 17 years ago
  68. aff5905 INFINIBAND: Remove 'TOPDIR' from Makefiles by WANG Cong · 17 years ago
  69. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  70. 8176d29 RDMA/cxgb3: Fix the T3A workaround checks by Steve Wise · 17 years ago
  71. f7fca1e IB/ipath: Remove unnecessary cast by Jan Engelhardt · 17 years ago
  72. 1cf18d5a IPoIB: Constify seq_operations function pointer tables by Jan Engelhardt · 17 years ago
  73. c6b5b50 RDMA/cxgb3: Mark QP as privileged based on user capabilities by Steve Wise · 17 years ago
  74. d08ca26 RDMA/cxgb3: Fix page shift calculation in build_phys_page_list() by Steve Wise · 17 years ago
  75. 856b5925 RDMA/cxgb3: Flush the receive queue when closing by Steve Wise · 17 years ago
  76. 4e1e93a IB/ipath: Trivial simplification of ipath_make_ud_req() by Ralph Campbell · 17 years ago
  77. 950529e IB/mthca: Update latest "native Arbel" firmware revision by Roland Dreier · 17 years ago
  78. 48fe5e5 IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler by Krishna Kumar · 17 years ago
  79. 3d68ea3 IB/ipath: Add mappings from HW register to PortInfo port physical state by Ralph Campbell · 17 years ago
  80. 6ac5072 IB/ipath: Changes to support PIO bandwidth check on IBA7220 by Dave Olson · 17 years ago
  81. ddb70c8 IB/ipath: Minor cleanup of unused fields and chip-specific errors by Dave Olson · 17 years ago
  82. 359193e IB/ipath: New sysfs entries to control 7220 features by Michael Albaugh · 17 years ago
  83. c4bce80 IB/ipath: Add new chip-specific functions to older chips, consistent init by Dave Olson · 17 years ago
  84. 7387273 IB/ipath: Remove unused MDIO interface code by Dave Olson · 17 years ago
  85. 2ec8e662 IB/ehca: Prevent RDMA-related connection failures on some eHCA2 hardware by Joachim Fenkes · 17 years ago
  86. bbdd267 IB/ehca: Add "port connection autodetect mode" by Hoang-Nam Nguyen · 17 years ago
  87. b8b50e3 IB/ehca: Define array to store SMI/GSI QPs by Hoang-Nam Nguyen · 17 years ago
  88. 0c86e28 IB/ehca: Remove CQ-QP-link before destroying QP in error path of create_qp() by Hoang-Nam Nguyen · 17 years ago
  89. 6410627 IB/iser: Add change_queue_depth method by Erez Zilber · 17 years ago
  90. a4ef145 IB/iser: Print information about unhandled RDMA CM events by Erez Zilber · 17 years ago
  91. a3cd7d9 IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs by Olaf Kirch · 17 years ago
  92. a656eb7 IB/fmr_pool: Flush serial numbers can get out of sync by Olaf Kirch · 17 years ago
  93. 2fe7e6f IB/umad: Simplify and fix locking by Roland Dreier · 17 years ago
  94. cf9542a IB/ipath: Fix some sparse warnings about shadowed symbols by Roland Dreier · 17 years ago
  95. 1d6e658 RDMA/cxgb3: Endianness annotation for irs field by Roland Dreier · 17 years ago
  96. 1a7d2dc IB/ehca: Use round_jiffies() for EQ polling timer by Anton Blanchard · 17 years ago
  97. 5851bb8 RDMA/cma: Override default responder_resources with user value by Sean Hefty · 17 years ago
  98. 1f813ca IB/ipath: Drop support for the original QHT7040 board by Dave Olson · 17 years ago
  99. 7da0498 IB/ipath: Add ipath_read_ireg() abstraction by Arthur Jones · 17 years ago
  100. 4ea61b5 IB/ipath: Add flag and handling for chips with swapped register bug by Ralph Campbell · 17 years ago