1. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  2. 64613d94 net/mlx5_core: Extend struct mlx5_interface to support multiple protocols by Saeed Mahameed · 9 years ago
  3. ce0f750 net/mlx5_core: Modify arm CQ in preparation for upcoming Ethernet driver by Saeed Mahameed · 9 years ago
  4. 233d05d net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_core by Saeed Mahameed · 9 years ago
  5. 6cf0a15 IB/mlx5: Fix Mellanox copyright note by Saeed Mahameed · 9 years ago
  6. b812b54 net/mlx5_core: Clear doorbell record inside mlx5_db_alloc() by Saeed Mahameed · 9 years ago
  7. 7bef7ad net/mlx5_core: Coding style fix by Eli Cohen · 9 years ago
  8. c3c6c9c net/mlx5_core: Fix call to mlx5_core_qp_modify by Haggai Abramonvsky · 9 years ago
  9. a130b59 net/mlx4: Add SET_PORT opcode modifiers enumeration by Ido Shamay · 9 years ago
  10. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  11. 61a3855 IB/mlx4: Saturate RoCE port PMA counters in case of overflow by Majd Dibbiny · 9 years ago
  12. 217e8b1 IB/mlx4: Verify net device validity on port change event by Moni Shoua · 9 years ago
  13. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  14. b5ccb07 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 9 years ago
  15. 147d1da Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-next by Roland Dreier · 9 years ago
  16. da12c1f IB/qib: Add blank line after declaration by Mike Marciniszyn · 9 years ago
  17. a46a280 IB/qib: Fix checkpatch warnings by Mike Marciniszyn · 9 years ago
  18. a95104f Infiniband: Fix potential NULL d_inode dereference by David Howells · 9 years ago
  19. 1707cb4 IB/mlx5: Enable the ODP capability query verb by Haggai Eran · 9 years ago
  20. 1fc8190 RDMA/cxgb4: Don't hang threads forever waiting on WR replies by Hariprasad S · 10 years ago
  21. 59a39ca RDMA/ocrdma: Fix off by one in ocrdma_query_gid() by Dan Carpenter · 9 years ago
  22. f3070e7 RDMA/ocrdma: Use unsigned for bit index by Rasmus Villemoes · 9 years ago
  23. ba64fdc RDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bit by Rasmus Villemoes · 9 years ago
  24. 0ba5dc5 RDMA/ocrdma: Update the ocrdma module version string by Mitesh Ahuja · 10 years ago
  25. 29565f2 RDMA/ocrdma: set vlan present bit for user AH by Devesh Sharma · 10 years ago
  26. d2b8f7b RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structure by Mitesh Ahuja · 10 years ago
  27. b4dbe8d RDMA/ocrdma: Add support for interrupt moderation by Mitesh Ahuja · 10 years ago
  28. a601dc7 RDMA/ocrdma: Honor return value of ocrdma_resolve_dmac by Devesh Sharma · 10 years ago
  29. 043e9de RDMA/ocrdma: Allow expansion of the SQ CQEs via buddy CQ expansion of the QP by Selvin Xavier · 10 years ago
  30. 380676e RDMA/ocrdma: Discontinue support of RDMA-READ-WITH-INVALIDATE by Devesh Sharma · 10 years ago
  31. 4b8180a RDMA/ocrdma: Host crash on destroying device resources by Mitesh Ahuja · 10 years ago
  32. 43c706b RDMA/ocrdma: Report correct state in ibv_query_qp by Padmanabh Ratnakar · 10 years ago
  33. ad56ebb RDMA/ocrdma: Debugfs enhancments for ocrdma driver by Selvin Xavier · 10 years ago
  34. 0c0eacd RDMA/ocrdma: Report correct count of interrupt vectors while registering ocrdma device by Devesh Sharma · 10 years ago
  35. 9ba1377 RDMA/ocrdma: Move PD resource management to driver. by Mitesh Ahuja · 10 years ago
  36. 978cb6a RDMA/ocrdma: Increase the GID table size. by Mitesh Ahuja · 10 years ago
  37. cad1fbb RDMA/ocrdma: Add support for IB stack compliant stats in sysfs. by Mitesh Ahuja · 10 years ago
  38. 7eae20d IB/mlx5: Update the dev in reg_create by Majd Dibbiny · 9 years ago
  39. 98e8be8 IB/mlx4: In mlx4_ib_demux_cm, print out GUID in host-endian order by Jack Morgenstein · 9 years ago
  40. 8ab9406 IB/mlx4: Bug fixes in mlx4_ib_resize_cq by Majd Dibbiny · 9 years ago
  41. bede98e IB/mlx4: Fix memory leak in __mlx4_ib_modify_qp by Majd Dibbiny · 9 years ago
  42. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  43. 041af0b IB/qib: Fix sizeof checkpatch warnings by Mike Marciniszyn · 9 years ago
  44. 590c3fe IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_keys.c by Andreea-Cristina Bernat · 9 years ago
  45. 03c8859 IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_qp.c by Andreea-Cristina Bernat · 9 years ago
  46. f614fc1 IB/mlx5: Fix error code in get_port_caps() by Dan Carpenter · 9 years ago
  47. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 9 years ago
  48. 0e6bbba IB/qib: Add support for the new QMH7360 card by Vinit Agnihotri · 9 years ago
  49. 18c0b82 IB/qib: Do not write EEPROM by Mitko Haralanov · 9 years ago
  50. e9a7faf IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach by Or Gerlitz · 10 years ago
  51. d652222 IB/ipath: Remove unused function in ipath_wc_ppc64 by Rickard Strandqvist · 10 years ago
  52. c62e689 RDMA/cxgb4: Serialize CQ event upcalls with CQ destruction by Hariprasad S · 10 years ago
  53. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  54. 35f05da IB/mlx4: Reset flow support for IB kernel ULPs by Yishai Hadas · 9 years ago
  55. 824c25c IB/mlx4: Always use the correct port for mirrored multicast attachments by Moni Shoua · 9 years ago
  56. 43c61165 Revert "IB/core: Add support for extended query device caps" by Yann Droneaud · 9 years ago
  57. c621574 IB/mlx4: Load balance ports in port aggregation mode by Moni Shoua · 9 years ago
  58. 146d6e1 IB/mlx4: Create mirror flows in port aggregation mode by Moni Shoua · 9 years ago
  59. a575009 IB/mlx4: Add port aggregation support by Moni Shoua · 9 years ago
  60. 2f48485 IB/mlx4: Reuse mlx4_mac_to_u64() by Moni Shoua · 9 years ago
  61. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  62. 872bf2f net/mlx4_core: Maintain a persistent memory for mlx4 device by Yishai Hadas · 9 years ago
  63. cf7fe64 iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h by Hariprasad Shenai · 9 years ago
  64. a56c66e iw_cxgb4: Cleanup register defines/MACROS defined in t4.h by Hariprasad Shenai · 9 years ago
  65. 5eff6da net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steering by Or Gerlitz · 9 years ago
  66. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  67. 7835bfb infiniband: mlx5: avoid a compile-time warning by Arnd Bergmann · 9 years ago
  68. bdc590b iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages by Hariprasad Shenai · 9 years ago
  69. 6c53e93 iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messages by Hariprasad Shenai · 9 years ago
  70. f612b81 RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines by Hariprasad Shenai · 9 years ago
  71. a7cfef2 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-next by Roland Dreier · 10 years ago
  72. b4cfe44 IB/mlx5: Implement on demand paging by adding support for MMU notifiers by Haggai Eran · 10 years ago
  73. eab668a IB/mlx5: Add support for RDMA read/write responder page faults by Haggai Eran · 10 years ago
  74. 7bdf65d IB/mlx5: Handle page faults by Haggai Eran · 10 years ago
  75. 6aec21f IB/mlx5: Page faults handling infrastructure by Haggai Eran · 10 years ago
  76. 832a6b0 IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation by Haggai Eran · 10 years ago
  77. cc149f75 IB/mlx5: Changes in memory region creation to support on-demand paging by Haggai Eran · 10 years ago
  78. 8cdd312 IB/mlx5: Implement the ODP capability query verb by Haggai Eran · 10 years ago
  79. c1395a2 IB/mlx5: Add function to read WQE from user-space by Haggai Eran · 10 years ago
  80. 406f9e5 IB/core: Replace ib_umem's offset field with a full address by Haggai Eran · 10 years ago
  81. 968e78d IB/mlx5: Enhance UMR support to allow partial page table update by Haggai Eran · 10 years ago
  82. 21af2c3 IB/mlx5: Remove per-MR pas and dma pointers by Haggai Eran · 10 years ago
  83. e5f0508 RDMA/ocrdma: Always resolve destination mac from GRH for UD QPs by Devesh Sharma · 10 years ago
  84. 95bf009 RDMA/ocrdma: Fix ocrdma_query_qp() to report q_key value for UD QPs by Mitesh Ahuja · 10 years ago
  85. 9f35e89 IB/mlx4: Fix an incorrectly shadowed variable in mlx4_ib_rereg_user_mr by Jack Morgenstein · 10 years ago
  86. e6b1116 RDMA/cxgb4: Handle NET_XMIT return codes by Hariprasad S · 10 years ago
  87. 5b341808 RDMA/cxgb4: Wake up waiters after flushing the qp by Steve Wise · 10 years ago
  88. 2550a88 RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devices by Hariprasad Shenai · 10 years ago
  89. 10be6b4 RDMA/cxgb4: Fix locking issue in process_mpa_request by Hariprasad Shenai · 10 years ago
  90. 123bc2a RDMA/cxgb4: Configure 0B MRs to match HW implementation by Pramod Kumar · 10 years ago
  91. 63a71ba RDMA/cxgb4: Increase epd buff size for debug interface by Pramod Kumar · 10 years ago
  92. d57febe net/mlx4: Add A0 hybrid steering by Matan Barak · 10 years ago
  93. ddae034 net/mlx4: Change QP allocation scheme by Eugenia Emantayev · 10 years ago
  94. 3dca0f42 net/mlx4_core: Use tasklet for user-space CQ completion events by Matan Barak · 10 years ago
  95. d14e711 mlx5: Fix error flow in add_keys by Eli Cohen · 10 years ago
  96. 6a4f139 mlx5: Fix sparse warnings by Eli Cohen · 10 years ago
  97. b2e1a3f RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FW by Hariprasad Shenai · 10 years ago
  98. 5167865 RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDST by Hariprasad Shenai · 10 years ago
  99. 77a80e2 RDMA/cxgb4: Cleanup Filter related macros/register defines by Hariprasad Shenai · 10 years ago
  100. 479163f mlx5: don't duplicate kvfree() by Al Viro · 10 years ago