1. 546481c IB/ipoib: Fix memory corruption in ipoib cm mode connect flow by Erez Shitrit · 8 years ago
  2. 5faba54 IB/ipoib: Report SG feature regardless of HW UD CSUM capability by Yuval Shaia · 8 years ago
  3. 61c78eea IB/IPoIB: Don't update neigh validity for unresolved entries by Erez Shitrit · 8 years ago
  4. 9b29953 IB/IPoIB: Disable bottom half when dealing with device address by Mark Bloch · 8 years ago
  5. 198b12f IB/IPoIB: Fix race between ipoib_remove_one to sysfs functions by Erez Shitrit · 8 years ago
  6. 1cbe06c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  7. 492a7e6 IB/IPoIB: Allow setting the device address by Mark Bloch · 8 years ago
  8. 3b56113 IB/ipoib: Support SendOnlyFullMember MCG for SendOnly join by Erez Shitrit · 8 years ago
  9. 4d0e965 drivers: replace dev->trans_start accesses with dev_trans_start by Florian Westphal · 8 years ago
  10. 9c3c5f8 IB/ipoib: Add ndo operations for configuring VFs by Eli Cohen · 8 years ago
  11. 50be28d IB/IPoIB: Fix kernel panic on multicast flow by Erez Shitrit · 8 years ago
  12. 432c55f IB/IPoIB: Move multicast specific code out of ipoib_main.c by Christoph Lameter · 8 years ago
  13. 5a0e81f IB/IPoIB: factor out common multicast list removal code by Christoph Lameter · 8 years ago
  14. 4a061b2 IB/ulps: Avoid calling ib_query_device by Or Gerlitz · 8 years ago
  15. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  16. 55ee3ab IB/core: Add netdev and gid attributes paramteres to cache by Matan Barak · 9 years ago
  17. 0b5c927 IB/ipoib: For sendonly join free the multicast group on leave by Christoph Lameter · 9 years ago
  18. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  19. bd99b2e IB/ipoib: Expire sendonly multicast joins by Christoph Lameter · 9 years ago
  20. ddde896 IB/ipoib: Return IPoIB devices matching connection parameters by Guy Shapiro · 9 years ago
  21. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  22. edcd2a7 IB/ipoib: Set MTU to max allowed by mode when mode changes by Erez Shitrit · 9 years ago
  23. c426877 IB/ipoib: Scatter-Gather support in connected mode by Yuval Shaia · 9 years ago
  24. 58e9cc9 IB/IPoIB: Fix bad error flow in ipoib_add_port() by Amir Vadai · 9 years ago
  25. 4139032 IB: Add rdma_cap_ib_switch helper and use where appropriate by Hal Rosenstock · 9 years ago
  26. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  27. 5237496 IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init() by Bart Van Assche · 9 years ago
  28. 8e37ab6 IB/Verbs: Reform IB-ulp ipoib by Michael Wang · 9 years ago
  29. 7c034df Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 9 years ago
  30. 2c15395 IB/ipoib: Fix ndo_get_iflink by Erez Shitrit · 9 years ago
  31. 1e85b80 IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb's by Erez Shitrit · 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. be7aa66 IB/ipoib: change init sequence ordering by Doug Ledford · 9 years ago
  35. 5aa7add infiniband/ipoib: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  36. bb75963 Revert "IPoIB: change init sequence ordering" by Roland Dreier · 9 years ago
  37. 0306eda Revert "IPoIB: Use dedicated workqueues per interface" by Roland Dreier · 9 years ago
  38. a84544a Revert "IPoIB: No longer use flush as a parameter" by Roland Dreier · 9 years ago
  39. ce347ab IPoIB: No longer use flush as a parameter by Doug Ledford · 9 years ago
  40. 5141861 IPoIB: Use dedicated workqueues per interface by Doug Ledford · 9 years ago
  41. 3bcce48 IPoIB: change init sequence ordering by Doug Ledford · 9 years ago
  42. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  43. b49fe36 ipoib: validate struct ipoib_cb size by Eric Dumazet · 10 years ago
  44. e3b1fd5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  45. dd57c93 IB/ipoib: Avoid multicast join attempts with invalid P_key by Alex Estrin · 10 years ago
  46. 4eae374 IB/ipoib: Avoid flushing the workqueue from worker context by Erez Shitrit · 10 years ago
  47. db84f88 IB/ipoib: Use P_Key change event instead of P_Key polling mechanism by Erez Shitrit · 10 years ago
  48. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  49. 437708c IPoIB: Report operstate consistently when brought up without a link by Michal Schmidt · 10 years ago
  50. 7f1a386 IPoIB: lower NAPI weight by Michal Schmidt · 11 years ago
  51. f47944c IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush() by Erez Shitrit · 11 years ago
  52. 49b8e74 IPoIB: Fix race in deleting ipoib_neigh entries by Jim Foraker · 11 years ago
  53. 3d790a4 IPoIB: Make sure child devices use valid/proper pkeys by Or Gerlitz · 11 years ago
  54. e0fd9af Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  55. dc850b0 IPoIB: add support for TIPC protocol by Patrick McHardy · 11 years ago
  56. 83bdd3b IPoIB: Fix ipoib_hard_header() return value by Doug Ledford · 11 years ago
  57. f72dd56 IPoIB: Free ipoib neigh on path record failure so path rec queries are retried by Roland Dreier · 11 years ago
  58. 5a2815f IPoIB: Don't attempt to release resources on error flow by Itai Garbi · 11 years ago
  59. 4b48680 IPoIB: Add version and firmware info to ethtool reporting by Yan Burman · 11 years ago
  60. 9d1ad66 IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets by Shlomo Pongratz · 11 years ago
  61. 71d9c5f IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n by Roland Dreier · 12 years ago
  62. 7a9a297 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  63. 862096a IB/ipoib: Add more rtnl_link_ops callbacks by Or Gerlitz · 12 years ago
  64. bea1e22 IPoIB: Fix use-after-free of multicast object by Patrick McHardy · 12 years ago
  65. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  66. 9baa0b0 IB/ipoib: Add rtnl_link_ops support by Or Gerlitz · 12 years ago
  67. b5120a6 IPoIB: Fix AB-BA deadlock when deleting neighbours by Shlomo Pongratz · 12 years ago
  68. 66172c0 IPoIB: Fix memory leak in the neigh table deletion flow by Shlomo Pongratz · 12 years ago
  69. 6c723a6 IB/ipoib: Fix RCU pointer dereference of wrong object by Shlomo Pongratz · 12 years ago
  70. b63b70d IPoIB: Use a private hash table for path lookup in xmit path by Shlomo Pongratz · 12 years ago
  71. 178709b ipoib: Convert over to dev_lookup_neigh_skb(). by David S. Miller · 12 years ago
  72. 936d7de IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses by Roland Dreier · 12 years ago
  73. 17e6abe infiniband: ipoib: Sanitize neighbour handling in ipoib_main.c by David Miller · 13 years ago
  74. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  75. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  76. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
  77. a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
  78. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  79. 3874397 IB/ipoib: Prevent hung task or softlockup processing multicast response by Mike Marciniszyn · 13 years ago
  80. 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
  81. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  82. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  83. 22cfb0b IPoIB: Fix possible NULL dereference in ipoib_start_xmit() by Bernd Schubert · 13 years ago
  84. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  85. 3d96c74 net: infiniband/ulp/ipoib: convert to hw_features by Michał Mirosław · 13 years ago
  86. 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 14 years ago
  87. 8ae31e5 IPoIB: Add GRO support by Or Gerlitz · 13 years ago
  88. 19e364f6 IPoIB: Remove LRO support by Or Gerlitz · 13 years ago
  89. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  90. 732eacc replace nested max/min macros with {max,min}3 macro by Hagen Paul Pfeifer · 14 years ago
  91. 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  92. c3aa9b1 IPoIB: Set dev_id field of net_device by Eli Cohen · 14 years ago
  93. 7b4c876 IPoIB: Skip IBoE ports by Eli Cohen · 14 years ago
  94. 7a52b34 IPoIB: Fix world-writable child interface control sysfs attributes by Or Gerlitz · 14 years ago
  95. 0cd4d0f IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() by David J. Wilder · 14 years ago
  96. 721d67c IPoIB: Drop priv->lock before calling ipoib_send() by Roland Dreier · 15 years ago
  97. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  98. 86d15cd net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib by Eric Dumazet · 15 years ago
  99. e028cc5 IPoIB: Disable NAPI while CQ is being drained by Yossi Etigin · 15 years ago
  100. 13220a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago