1. 2866196 IB/ipoib: increase the max mcast backlog queue by Doug Ledford · 9 years ago
  2. c3852ab IB/ipoib: Make sendonly multicast joins create the mcast group by Doug Ledford · 9 years ago
  3. bd99b2e IB/ipoib: Expire sendonly multicast joins by Christoph Lameter · 9 years ago
  4. d1178cb IB/ipoib: Suppress warning for send only join failures by Jason Gunthorpe · 9 years ago
  5. c3acdc0 IB/ipoib: Clean up send-only multicast joins by Doug Ledford · 9 years ago
  6. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  7. 77b1f99 IB/ipoib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  8. 73fec7f IB/cm: Remove compare_data checks by Haggai Eran · 9 years ago
  9. ddde896 IB/ipoib: Return IPoIB devices matching connection parameters by Guy Shapiro · 9 years ago
  10. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  11. efc1eed IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CM by Jason Gunthorpe · 9 years ago
  12. edcd2a7 IB/ipoib: Set MTU to max allowed by mode when mode changes by Erez Shitrit · 9 years ago
  13. c426877 IB/ipoib: Scatter-Gather support in connected mode by Yuval Shaia · 9 years ago
  14. 8b7cce0 IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flush by Haggai Eran · 9 years ago
  15. 58e9cc9 IB/IPoIB: Fix bad error flow in ipoib_add_port() by Amir Vadai · 9 years ago
  16. 4139032 IB: Add rdma_cap_ib_switch helper and use where appropriate by Hal Rosenstock · 9 years ago
  17. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  18. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  19. 5237496 IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init() by Bart Van Assche · 9 years ago
  20. 8e37ab6 IB/Verbs: Reform IB-ulp ipoib by Michael Wang · 9 years ago
  21. 8f71c1a IPoIB/CM: Fix indentation level by Bart Van Assche · 9 years ago
  22. 7c034df Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 9 years ago
  23. 2c15395 IB/ipoib: Fix ndo_get_iflink by Erez Shitrit · 9 years ago
  24. 0e5544d IB/ipoib: Remove IPOIB_MCAST_RUN bit by Erez Shitrit · 9 years ago
  25. 1e85b80 IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb's by Erez Shitrit · 9 years ago
  26. 2c01073 IB/ipoib: Handle QP in SQE state by Erez Shitrit · 9 years ago
  27. 3fd0605 IB/ipoib: Update broadcast record values after each successful join request by Erez Shitrit · 9 years ago
  28. a44878d IB/ipoib: Use one linear skb in RX flow by Erez Shitrit · 9 years ago
  29. 1c0453d IB/ipoib: drop mcast_mutex usage by Doug Ledford · 9 years ago
  30. d2fe937 IB/ipoib: deserialize multicast joins by Doug Ledford · 9 years ago
  31. 6991141 IB/ipoib: fix MCAST_FLAG_BUSY usage by Doug Ledford · 9 years ago
  32. efc82ee IB/ipoib: No longer use flush as a parameter by Doug Ledford · 9 years ago
  33. 0b39578 IB/ipoib: Use dedicated workqueues per interface by Doug Ledford · 9 years ago
  34. 894021a IB/ipoib: Make the carrier_on_task race aware by Doug Ledford · 9 years ago
  35. c84ca6d IB/ipoib: Consolidate rtnl_lock tasks in workqueue by Doug Ledford · 9 years ago
  36. be7aa66 IB/ipoib: change init sequence ordering by Doug Ledford · 9 years ago
  37. e135106 IB/ipoib: factor out ah flushing by Doug Ledford · 9 years ago
  38. 5aa7add infiniband/ipoib: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  39. 4143a95 Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue" by Roland Dreier · 10 years ago
  40. c6a7ec7 Revert "IPoIB: Make the carrier_on_task race aware" by Roland Dreier · 10 years ago
  41. e7a623d Revert "IPoIB: fix MCAST_FLAG_BUSY usage" by Roland Dreier · 10 years ago
  42. 962121b Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race" by Roland Dreier · 10 years ago
  43. bb75963 Revert "IPoIB: change init sequence ordering" by Roland Dreier · 10 years ago
  44. 0306eda Revert "IPoIB: Use dedicated workqueues per interface" by Roland Dreier · 10 years ago
  45. 4e0ab20 Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue" by Roland Dreier · 10 years ago
  46. a84544a Revert "IPoIB: No longer use flush as a parameter" by Roland Dreier · 10 years ago
  47. ce347ab IPoIB: No longer use flush as a parameter by Doug Ledford · 10 years ago
  48. bb42a6d IPoIB: Make ipoib_mcast_stop_thread flush the workqueue by Doug Ledford · 10 years ago
  49. 5141861 IPoIB: Use dedicated workqueues per interface by Doug Ledford · 10 years ago
  50. 3bcce48 IPoIB: change init sequence ordering by Doug Ledford · 10 years ago
  51. e5d1dcf IPoIB: fix mcast_dev_flush/mcast_restart_task race by Doug Ledford · 10 years ago
  52. 016d9fb IPoIB: fix MCAST_FLAG_BUSY usage by Doug Ledford · 10 years ago
  53. 67d7209 IPoIB: Make the carrier_on_task race aware by Doug Ledford · 10 years ago
  54. afe1de6 IPoIB: Consolidate rtnl_lock tasks in workqueue by Doug Ledford · 10 years ago
  55. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  56. 452b636 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  57. b49fe36 ipoib: validate struct ipoib_cb size by Eric Dumazet · 10 years ago
  58. 68f9d83 IPoIB: Remove unnecessary port query by Alex Estrin · 10 years ago
  59. e3b1fd5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  60. e42fa20 IPoIB: Remove unnecessary test for NULL before debugfs_remove() by Fabian Frederick · 10 years ago
  61. dd57c93 IB/ipoib: Avoid multicast join attempts with invalid P_key by Alex Estrin · 10 years ago
  62. 4eae374 IB/ipoib: Avoid flushing the workqueue from worker context by Erez Shitrit · 10 years ago
  63. db84f88 IB/ipoib: Use P_Key change event instead of P_Key polling mechanism by Erez Shitrit · 10 years ago
  64. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  65. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  66. 09b9308 IB: Add a QP creation flag to use GFP_NOIO allocations by Or Gerlitz · 10 years ago
  67. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  68. 8f39992 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
  69. 437708c IPoIB: Report operstate consistently when brought up without a link by Michal Schmidt · 11 years ago
  70. 90f1d1b IB/core: Add flow steering support for IPoIB UD traffic by Matan Barak · 11 years ago
  71. 0d68fc4 infiniband: make sure the src net is infiniband when create new link by Hangbin Liu · 11 years ago
  72. 7f1a386 IPoIB: lower NAPI weight by Michal Schmidt · 11 years ago
  73. 94232d9 IPoIB: Start multicast join process only on active ports by Erez Shitrit · 11 years ago
  74. a39c52a IPoIB: Add path query flushing in ipoib_ib_dev_cleanup by Erez Shitrit · 11 years ago
  75. a9c8ba5 IPoIB: Fix usage of uninitialized multicast objects by Erez Shitrit · 11 years ago
  76. aede250 IPoIB: Avoid flushing the driver workqueue on dev_down by Erez Shitrit · 11 years ago
  77. f47944c IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush() by Erez Shitrit · 11 years ago
  78. 22252b4 IPoIB: Change CM skb memory allocation to be non-atomic during init by Tal Alon · 11 years ago
  79. c2bb562 IPoIB: Fix crash in dev_open error flow by Erez Shitrit · 11 years ago
  80. 49b8e74 IPoIB: Fix race in deleting ipoib_neigh entries by Jim Foraker · 11 years ago
  81. c290414 IPoIB: Fix pkey change flow for virtualization environments by Erez Shitrit · 11 years ago
  82. 3d790a4 IPoIB: Make sure child devices use valid/proper pkeys by Or Gerlitz · 11 years ago
  83. e0fd9af Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  84. ea9627c Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  85. 50bea5c drivers/infiniband/hw: rename random32() to prandom_u32() by Andrew Morton · 11 years ago
  86. dc850b0 IPoIB: add support for TIPC protocol by Patrick McHardy · 11 years ago
  87. 83bdd3b IPoIB: Fix ipoib_hard_header() return value by Doug Ledford · 11 years ago
  88. cc529c0 RDMA: Rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  89. 1ee9e2a IPoIB: Fix send lockup due to missed TX completion by Mike Marciniszyn · 11 years ago
  90. f72dd56 IPoIB: Free ipoib neigh on path record failure so path rec queries are retried by Roland Dreier · 11 years ago
  91. 5a2815f IPoIB: Don't attempt to release resources on error flow by Itai Garbi · 11 years ago
  92. 4b48680 IPoIB: Add version and firmware info to ethtool reporting by Yan Burman · 11 years ago
  93. 9d1ad66 IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets by Shlomo Pongratz · 11 years ago
  94. 7e5a90c IPoIB: Fix crash due to skb double destruct by Shlomo Pongratz · 12 years ago
  95. b13912b IPoIB: Call skb_dst_drop() once skb is enqueued for sending by Roland Dreier · 12 years ago
  96. 71d9c5f IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n by Roland Dreier · 12 years ago
  97. 7a9a297 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  98. 862096a IB/ipoib: Add more rtnl_link_ops callbacks by Or Gerlitz · 12 years ago
  99. bea1e22 IPoIB: Fix use-after-free of multicast object by Patrick McHardy · 12 years ago
  100. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago