1. d2fce8a mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN traffic by Or Gerlitz · 10 years ago
  2. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  3. e3b1fd5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  4. d087f6a Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-next by Roland Dreier · 10 years ago
  5. da05be2 IB/srp: Fix return value check in srp_init_module() by Wei Yongjun · 10 years ago
  6. 96c51ab RDMA/ocrdma: report asic-id in query device by Mitesh Ahuja · 10 years ago
  7. 8ac0c7c RDMA/ocrdma: Update sli data structure for endianness by Devesh Sharma · 10 years ago
  8. 0ea8726 RDMA/ocrdma: Obtain SL from device structure by Devesh Sharma · 10 years ago
  9. 2aa1cf6 IB/srpt: Handle GID change events by Doug Ledford · 10 years ago
  10. a8f731e IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  11. a57f23f IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  12. 859976d RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf() by Dan Carpenter · 10 years ago
  13. e42fa20 IPoIB: Remove unnecessary test for NULL before debugfs_remove() by Fabian Frederick · 10 years ago
  14. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  15. 1471cb6 IB/mad: Add user space RMPP support by Ira Weiny · 10 years ago
  16. 0f29b46 IB/mad: add new ioctl to ABI to support new registration options by Ira Weiny · 10 years ago
  17. 9ad13a4 IB/mad: Add dev_notice messages for various umad/mad registration failures by Ira Weiny · 10 years ago
  18. 7ef5d4b IB/mad: Update module to [pr|dev]_* style print messages by Ira Weiny · 10 years ago
  19. dd57c93 IB/ipoib: Avoid multicast join attempts with invalid P_key by Alex Estrin · 10 years ago
  20. f426a40 IB/umad: Update module to [pr|dev]_* style print messages by Ira Weiny · 10 years ago
  21. 9011a67 infiniband: use pci_zalloc_consistent by Joe Perches · 10 years ago
  22. 4eae374 IB/ipoib: Avoid flushing the workqueue from worker context by Erez Shitrit · 10 years ago
  23. db84f88 IB/ipoib: Use P_Key change event instead of P_Key polling mechanism by Erez Shitrit · 10 years ago
  24. e316453 IB/ipath: Add P_Key change event support by Or Gerlitz · 10 years ago
  25. 2f0304d RDMA/iwcm: Use a default listen backlog if needed by Steve Wise · 10 years ago
  26. e714531 IB/srp: Fix residual handling by Bart Van Assche · 10 years ago
  27. bcc0591 IB/srp: Fix deadlock between host removal and multipathd by Bart Van Assche · 10 years ago
  28. 9376932 IB/mlx4_ib: Add support for user MR re-registration by Matan Barak · 10 years ago
  29. 7e6edb9 IB/core: Add user MR re-registration support by Matan Barak · 10 years ago
  30. 8d4aca7 IB/iser: Clarify a duplicate counters check by Roi Dayan · 10 years ago
  31. 9a6d323 IB/iser: Replace connection waitqueue with completion object by Ariel Nahum · 10 years ago
  32. 504130c IB/iser: Protect iser state machine with a mutex by Ariel Nahum · 10 years ago
  33. f1a8bf0 IB/iser: Remove redundant return code in iser_free_ib_conn_res() by Sagi Grimberg · 10 years ago
  34. 0a69075 IB/iser: Seperate iser_conn and iscsi_endpoint storage space by Ariel Nahum · 10 years ago
  35. 2ea3293 IB/iser: Fix responder resources advertisement by Sagi Grimberg · 10 years ago
  36. 9579d60 IB/iser: Add TIMEWAIT_EXIT event handling by Roi Dayan · 10 years ago
  37. 96ed02d IB/iser: Support IPv6 address family by Roi Dayan · 10 years ago
  38. 741742e RDMA/ocrdma: Update the ocrdma module version string by Selvin Xavier · 10 years ago
  39. 1b09a0c RDMA/ocrdma: Fix a sparse warning by Selvin Xavier · 10 years ago
  40. b880632 RDMA/ocrdma: Initialize the GID table while registering the device by Selvin Xavier · 10 years ago
  41. 4f1df84 RDMA/ocrdma: Increase the size of STAG array in dev structure to 16K by Selvin Xavier · 10 years ago
  42. 920de55 RDMA/ocrdma: Add missing adapter mailbox opcodes by Selvin Xavier · 10 years ago
  43. 033edd4 RDMA/ocrdma: Return proper value for max_mr_size by Mitesh Ahuja · 10 years ago
  44. 6dab026 RDMA/ocrdma: Do proper cleanup even if FW is in error state by Mitesh Ahuja · 10 years ago
  45. f252b5d RDMA/ocrdma: Allow only SEND opcode in case of UD QPs by Mitesh Ahuja · 10 years ago
  46. a96ffb1 RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEs by Selvin Xavier · 10 years ago
  47. daac968 RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table creation by Devesh Sharma · 10 years ago
  48. a53d77a RDMA/ocrdma: Remove hardcoding of the max DPP QPs supported by Devesh Sharma · 10 years ago
  49. efe4593 RDMA/ocrdma: Handle shutdown event from be2net driver by Devesh Sharma · 10 years ago
  50. 4808b18 RDMA/ocrdma: Add hca_type and fixing fw_version string in device atrributes by Selvin Xavier · 10 years ago
  51. 31dbdd9 RDMA/ocrdma: Query and initalize the PFC SL by Selvin Xavier · 10 years ago
  52. f50f31e RDMA/ocrdma: Avoid posting DPP requests for RDMA READ by Devesh Sharma · 10 years ago
  53. 678ea9b RDMA/cxgb4: Only call CQ completion handler if it is armed by Steve Wise · 10 years ago
  54. 4d2f9bb mlx5: Adjust events to use unsigned long param instead of void * by Jack Morgenstein · 10 years ago
  55. f241e74 mlx5: minor fixes (mainly avoidance of hidden casts) by Jack Morgenstein · 10 years ago
  56. 9603b61 mlx5: Move pci device handling from mlx5_ib to mlx5_core by Jack Morgenstein · 10 years ago
  57. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 91244bb iw_cxgb4: Don't limit TPTE count to 32KB by Hariprasad Shenai · 10 years ago
  59. 66eb19a iw_cxgb4: advertise the correct device max attributes by Hariprasad Shenai · 10 years ago
  60. 3e5c02c iw_cxgb4: Support query_qp() verb by Hariprasad Shenai · 10 years ago
  61. dd92b12 iw_cxgb4: log detailed warnings for negative advice by Hariprasad Shenai · 10 years ago
  62. da38897 iw_cxgb4: fix for 64-bit integer division by Hariprasad Shenai · 10 years ago
  63. 3ded29a cxgb4/iw_cxgb4: Move common defines to cxgb4 by Anish Bhatt · 10 years ago
  64. 56c5333 Merge branches 'cxgb4' and 'mlx5' into for-next by Roland Dreier · 10 years ago
  65. 652c1a0 IB/mlx5: Enable "block multicast loopback" for kernel consumers by Or Gerlitz · 10 years ago
  66. 7730b4c cxgb4/iw_cxgb4: work request logging feature by Hariprasad Shenai · 10 years ago
  67. 031cf47 cxgb4/iw_cxgb4: display TPTE on errors by Hariprasad Shenai · 10 years ago
  68. 4c2c576 cxgb4/iw_cxgb4: use firmware ord/ird resource limits by Hariprasad Shenai · 10 years ago
  69. 04e10e2 iw_cxgb4: Detect Ing. Padding Boundary at run-time by Hariprasad Shenai · 10 years ago
  70. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  71. 46c1376 RDMA/cxgb4: Call iwpm_init() only once by Steve Wise · 10 years ago
  72. 6b54d54 RDMA/cxgb4: Initialize the device status page by Steve Wise · 10 years ago
  73. 5dab6d3 RDMA/cxgb4: Clean up connection on ARP error by Hariprasad S · 10 years ago
  74. 233b430 RDMA/cxgb4: Fix skb_leak in reject_cr() by Hariprasad S · 10 years ago
  75. 35b1de5 rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Passthrough by Hariprasad Shenai · 10 years ago
  76. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  77. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  78. d77e653 libiscsi, iser: Adjust data_length to include protection information by Sagi Grimberg · 10 years ago
  79. 22c7aaa Target/iscsi: Fix sendtargets response pdu for iser transport by Sagi Grimberg · 10 years ago
  80. e0546fc Target/iser: Fix a wrong dereference in case discovery session is over iser by Sagi Grimberg · 10 years ago
  81. b408ff2 iw_cxgb4: don't truncate the recv window size by Hariprasad Shenai · 10 years ago
  82. 92e7ae7 iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connections by Hariprasad Shenai · 10 years ago
  83. cf38be6 iw_cxgb4: Allocate and use IQs specifically for indirect interrupts by Hariprasad Shenai · 10 years ago
  84. 1d21b1b Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  85. eeaddf3 Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  86. 9eccfe1 RDMA/cxgb4: Add support for iWARP Port Mapper user space service by Steve Wise · 10 years ago
  87. 5647263 RDMA/nes: Add support for iWARP Port Mapper user space service by Tatyana Nikolova · 10 years ago
  88. 30dc5e6 RDMA/core: Add support for iWARP Port Mapper user space service by Tatyana Nikolova · 10 years ago
  89. 6fcd8d0 IB/mlx4: Fix gfp passing in create_qp_common() by Jiri Kosina · 10 years ago
  90. 052e5c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  91. 60e1751 IB/umad: Fix use-after-free on close by Bart Van Assche · 10 years ago
  92. 584482a IB/core: Fix kobject leak on device register error flow by Haggai Eran · 10 years ago
  93. b7dfa88 RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_resp by Yann Droneaud · 10 years ago
  94. cad6d02 IB/core: Fix port kobject deletion during error flow by Haggai Eran · 10 years ago
  95. 373c0ea IB/core: Remove unneeded kobject_get/put calls by Haggai Eran · 10 years ago
  96. 8385fd8 IB/core: Fix sparse warnings about redeclared functions by Roland Dreier · 10 years ago
  97. 6cc44a6 iser-target: Add missing target_put_sess_cmd for ImmedateData failure by Nicholas Bellinger · 10 years ago
  98. 5343c00 IB/mad: Fix sparse warning about gfp_t use by Roland Dreier · 10 years ago
  99. 40f2287 IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO by Jiri Kosina · 10 years ago
  100. 09b9308 IB: Add a QP creation flag to use GFP_NOIO allocations by Or Gerlitz · 10 years ago