1. 877f075 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  2. f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
  3. 2d8f57d RDMA/ocrdma: Unregister inet notifier when unloading ocrdma by Selvin Xavier · 11 years ago
  4. 7a1e89d RDMA/ocrdma: Fix warnings about pointer <-> integer casts by Roland Dreier · 11 years ago
  5. fad51b7 RDMA/ocrdma: Code clean-up by Devesh Sharma · 11 years ago
  6. 334b8db RDMA/ocrdma: Display FW version by Selvin Xavier · 11 years ago
  7. a51f06e RDMA/ocrdma: Query controller information by Selvin Xavier · 11 years ago
  8. bbc5ec5 RDMA/ocrdma: Support non-embedded mailbox commands by Selvin Xavier · 11 years ago
  9. 1228056 RDMA/ocrdma: Handle CQ overrun error by Selvin Xavier · 11 years ago
  10. ac578ae RDMA/ocrdma: Display proper value for max_mw by Selvin Xavier · 11 years ago
  11. cf5788a RDMA/ocrdma: Use non-zero tag in SRQ posting by Selvin Xavier · 11 years ago
  12. 9d1878a RDMA/ocrdma: Memory leak fix in ocrdma_dereg_mr() by Selvin Xavier · 11 years ago
  13. 2e6e9f2 RDMA/ocrdma: Increment abi version count by Devesh Sharma · 11 years ago
  14. 0154410 RDMA/ocrdma: Update version string by Devesh Sharma · 11 years ago
  15. b6b87d2 RDMA/ocrdma: ABI versioning between ocrdma and be2net by Devesh Sharma · 11 years ago
  16. 1eebbb6 RDMA/ocrdma: Allow DPP QP creation by Devesh Sharma · 11 years ago
  17. 21c3391 RDMA/ocrdma: Read ASIC_ID register to select asic_gen by Devesh Sharma · 11 years ago
  18. 2df84fa8 RDMA/ocrdma: SQ and RQ doorbell offset clean up by Devesh Sharma · 11 years ago
  19. ea61762 RDMA/ocrdma: EQ full catastrophe avoidance by Devesh Sharma · 11 years ago
  20. 96bb270 RDMA/cxgb4: Disable DSGL use by default by Steve Wise · 11 years ago
  21. c529fb5 RDMA/cxgb4: rx_data() needs to hold the ep mutex by Steve Wise · 11 years ago
  22. 977116c RDMA/cxgb4: Drop RX_DATA packets if the endpoint is gone by Steve Wise · 11 years ago
  23. a7db89e RDMA/cxgb4: Lock around accept/reject downcalls by Steve Wise · 11 years ago
  24. b2853fd6 IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handler by Moni Shoua · 11 years ago
  25. f3585a6 IB/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads by Mike Marciniszyn · 11 years ago
  26. 49c5c27 IB/ipath: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads by Mike Marciniszyn · 11 years ago
  27. 446bf43 IB/qib: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads by Mike Marciniszyn · 11 years ago
  28. 5de2ad9 IB/iser: Bump driver version to 1.3 by Or Gerlitz · 11 years ago
  29. 3ee07d2 IB/iser: Update Mellanox copyright note by Or Gerlitz · 11 years ago
  30. 4f9208a IB/iser: Print QP information once connection is established by Or Gerlitz · 11 years ago
  31. 4667f5d IB/iser: Remove struct iscsi_iser_conn by Ariel Nahum · 11 years ago
  32. 1d6c2b7 IB/iser: Drain the tx cq once before looping on the rx cq by Roi Dayan · 11 years ago
  33. 39c978c IB/iser: Fix sector_t format warning by Randy Dunlap · 11 years ago
  34. 4661bd7 mlx4_core: Make buffer larger to avoid overflow warning by Dan Carpenter · 11 years ago
  35. 3839d8a mlx4_core: Fix some indenting in mlx4_ib_add() by Dan Carpenter · 11 years ago
  36. 2c34e68 IB/mad: Check and handle potential DMA mapping errors by Yan Burman · 11 years ago
  37. 5bdb0f02 IB/ehca: Returns an error on ib_copy_to_udata() failure by Yann Droneaud · 11 years ago
  38. 08e74c4 IB/mthca: Return an error on ib_copy_to_udata() failure by Yann Droneaud · 11 years ago
  39. bfd2793 RDMA/cxgb4: set error code on kmalloc() failure by Yann Droneaud · 11 years ago
  40. e471b40 mlx4: Use actual number of PCI functions (PF + VFs) for alias GUID logic by Matan Barak · 11 years ago
  41. 9c88aa0 RDMA/cxgb4: Update snd_seq when sending MPA messages by Steve Wise · 11 years ago
  42. be13b2d RDMA/cxgb4: Connect_request_upcall fixes by Steve Wise · 11 years ago
  43. 70b9c66 RDMA/cxgb4: Ignore read reponse type 1 CQEs by Steve Wise · 11 years ago
  44. 1ce1d47 RDMA/cxgb4: Fix possible memory leak in RX_PKT processing by Steve Wise · 11 years ago
  45. dbb084c RDMA/cxgb4: Don't leak skb in c4iw_uld_rx_handler() by Steve Wise · 11 years ago
  46. b3fe628 IB/srp: Fix a race condition between failing I/O and I/O completion by Bart Van Assche · 11 years ago
  47. ac72d76 IB/srp: Avoid that writing into "add_target" hangs due to a cable pull by Bart Van Assche · 11 years ago
  48. a702adc IB/srp: Make writing into the "add_target" sysfs attribute interruptible by Bart Van Assche · 11 years ago
  49. 2d7091b IB/srp: Avoid duplicate connections by Bart Van Assche · 11 years ago
  50. e7ffde0 IB/srp: Add more logging by Bart Van Assche · 11 years ago
  51. 2088ca6 IB/srp: Check ib_query_gid return value by Sagi Grimberg · 11 years ago
  52. 449fc48 net/mlx4: Adapt code for N-Port VF by Matan Barak · 11 years ago
  53. 8237370 IB/mlx4_ib: Adapt code to use caps.num_ports instead of a constant by Matan Barak · 11 years ago
  54. 186f8ba IB/qib: Cleanup qib_register_observer() by Dan Carpenter · 11 years ago
  55. 49c0e24 IB/qib: Change SDMA progression mode depending on single- or multi-rail by CQ Tang · 11 years ago
  56. eda6d1d RDMA/cxgb4: Save the correct map length for fast_reg_page_lists by Steve Wise · 11 years ago
  57. df2d513 RDMA/cxgb4: Default peer2peer mode to 1 by Steve Wise · 11 years ago
  58. ba32de9 RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributes by Steve Wise · 11 years ago
  59. 8a9c399 RDMA/cxgb4: Fix incorrect BUG_ON conditions by Steve Wise · 11 years ago
  60. ebf0006 RDMA/cxgb4: Always release neigh entry by Steve Wise · 11 years ago
  61. f8e8190 RDMA/cxgb4: Allow loopback connections by Steve Wise · 11 years ago
  62. ffd4359 RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZE by Steve Wise · 11 years ago
  63. e24a72a RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq() by Dan Carpenter · 11 years ago
  64. ff1706f RDMA/cxgb4: Fix underflows in c4iw_create_qp() by Dan Carpenter · 11 years ago
  65. 6192d4e IB/iser: Publish T10-PI support to SCSI midlayer by Sagi Grimberg · 11 years ago
  66. 0a7a08a IB/iser: Implement check_protection by Sagi Grimberg · 11 years ago
  67. 177e31bd IB/iser: Support T10-PI operations by Sagi Grimberg · 11 years ago
  68. 6b5a8fb IB/iser: Initialize T10-PI resources by Alex Tabachnik · 11 years ago
  69. 7f73384 IB/iser: Introduce pi_enable, pi_guard module parameters by Alex Tabachnik · 11 years ago
  70. 5f588e3 IB/iser: Generalize fall_to_bounce_buf routine by Sagi Grimberg · 11 years ago
  71. 9a8b08f IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg by Sagi Grimberg · 11 years ago
  72. 73bc06b IB/iser: Replace fastreg descriptor valid bool with indicators container by Sagi Grimberg · 11 years ago
  73. 65198d6 IB/iser: Keep IB device attributes under iser_device by Sagi Grimberg · 11 years ago
  74. 310b347 IB/iser: Move fast_reg_descriptor initialization to a function by Sagi Grimberg · 11 years ago
  75. d11ec4e IB/iser: Push the decision what memory key to use into fast_reg_mr routine by Sagi Grimberg · 11 years ago
  76. 7306b8f IB/iser: Avoid FRWR notation, use fastreg instead by Sagi Grimberg · 11 years ago
  77. db523b8 IB/iser: Suppress completions for fast registration work requests by Sagi Grimberg · 11 years ago
  78. 0e9855d IB/mlx4: Fix a sparse endianness warning by Bart Van Assche · 11 years ago
  79. bc1b04a RDMA/ocrdma: Fix compiler warning by Prarit Bhargava · 11 years ago
  80. 349850f RDMA/nes: Clean up a condition by Dan Carpenter · 11 years ago
  81. db49882 IB/qib: Remove duplicate check in get_a_ctxt() by Dan Carpenter · 11 years ago
  82. 970918b IB/usnic: Remove '0x' when using %pa format by Fabio Estevam · 11 years ago
  83. 9d194d1 IB/nes: Return an error on ib_copy_from_udata() failure instead of NULL by Yann Droneaud · 11 years ago
  84. 06064a1 IB/qib: Fix memory leak of recv context when driver fails to initialize. by Dennis Dalessandro · 11 years ago
  85. 8572de9 IB/qib: fixup indentation in qib_ib_rcv() by Yann Droneaud · 11 years ago
  86. 37a9676 IB/qib: add missing braces in do_qib_user_sdma_queue_create() by Yann Droneaud · 11 years ago
  87. 7d7632a IB/qib: Modify software pma counters to use percpu variables by Mike Marciniszyn · 11 years ago
  88. 1ed88dd IB/qib: Add percpu counter replacing qib_devdata int_counter by Mike Marciniszyn · 11 years ago
  89. f8b6c47 IB/qib: Fix debugfs ordering issue with multiple HCAs by Mike Marciniszyn · 11 years ago
  90. a2cb0eb IB/ipath: Fix potential buffer overrun in sending diag packet routine by Dennis Dalessandro · 11 years ago
  91. 1c20c81 IB/qib: Fix potential buffer overrun in sending diag packet routine by Dennis Dalessandro · 11 years ago
  92. 43adff3 RDMA/nes: Fix for passing a valid QP pointer to the user space library by Tatyana Nikolova · 11 years ago
  93. 4ac79a7 RDMA/nes: Fixes for IRD/ORD negotiation with MPA v2 by Tatyana Nikolova · 11 years ago
  94. 05eb238 cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes by Steve Wise · 11 years ago
  95. 7a2cea2 cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice by Steve Wise · 11 years ago
  96. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  97. aa9a2d5 mlx4: Activate RoCE/SRIOV by Jack Morgenstein · 11 years ago
  98. ceb5433 mlx4_ib: Fix SIDR support of for UD QPs under SRIOV/RoCE by Shani Michaelli · 11 years ago
  99. 5ea8bbf mlx4: Implement IP based gids support for RoCE/SRIOV by Jack Morgenstein · 11 years ago
  100. 2f5bb47 mlx4: Add ref counting to port MAC table for RoCE by Jack Morgenstein · 11 years ago