1. c0369b2 Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into for-next by Roland Dreier · 12 years ago
  2. a0675a3 IB/mlx4: Check iboe netdev pointer before dereferencing it by Kleber Sacilotto de Souza · 12 years ago
  3. 2203299 IB/srp: Fix a race condition by Bart Van Assche · 12 years ago
  4. 51fa3ca IB/qib: Fix error return code in qib_init_7322_variables() by Julia Lawall · 12 years ago
  5. 142ad5d IB: Fix typos in infiniband drivers by Masanari Iida · 12 years ago
  6. 6c723a6 IB/ipoib: Fix RCU pointer dereference of wrong object by Shlomo Pongratz · 12 years ago
  7. fa16ebe IB/ipoib: Add missing locking when CM object is deleted by Shlomo Pongratz · 12 years ago
  8. 418edaa RDMA/ucma.c: Fix for events with wrong context on iWARP by Tatyana Nikolova · 12 years ago
  9. d549f55 RDMA/ocrdma: Don't call vlan_dev_real_dev() for non-VLAN netdevs by Roland Dreier · 12 years ago
  10. df7fba6 IB/mlx4: Fix possible deadlock on sm_lock spinlock by Jack Morgenstein · 12 years ago
  11. 1da9b6b Merge branches 'cma', 'ipoib', 'ocrdma' and 'qib' into for-next by Roland Dreier · 12 years ago
  12. b63b70d IPoIB: Use a private hash table for path lookup in xmit path by Shlomo Pongratz · 12 years ago
  13. 5d7fe4e IB/qib: Fix size of cc_supported_table_entries by Mike Marciniszyn · 12 years ago
  14. 0764c76 RDMA/ucma: Convert open-coded equivalent to memdup_user() by Roland Dreier · 12 years ago
  15. 9e8fa04 RDMA/ocrdma: Fix check of GSI CQs by Roland Dreier · 12 years ago
  16. 4e28904 RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR by Fengguang Wu · 12 years ago
  17. 5dedb9f Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  18. 3c4cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  19. 089117e Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma' and 'qib' into for-linus by Roland Dreier · 12 years ago
  20. cb47c18 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  21. 7fac330 IB/qib: checkpatch fixes by Mike Marciniszyn · 12 years ago
  22. 36a8f01 IB/qib: Add congestion control agent implementation by Mike Marciniszyn · 12 years ago
  23. 551ace1 IB/qib: Reduce sdma_lock contention by Mike Marciniszyn · 12 years ago
  24. f3331f8 IB/qib: Fix an incorrect log message by Betty Dall · 12 years ago
  25. d9236c3 {NET,IB}/mlx4: Add rmap support to mlx4_assign_eq by Amir Vadai · 12 years ago
  26. 1fb9fed IB/qib: Fix QP RCU sparse warnings by Mike Marciniszyn · 12 years ago
  27. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  28. e672a47 srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_comp by Christoph Hellwig · 12 years ago
  29. 6634961 mlx4: Put physical GID and P_Key table sizes in mlx4_phys_caps struct and paravirtualize them by Jack Morgenstein · 12 years ago
  30. 87d4abd IB/cm: Destroy idr as part of the module init error flow by Dotan Barak · 12 years ago
  31. 47e956b IB/mlx4: Fill the masked_atomic_cap attribute in query device by Dotan Barak · 12 years ago
  32. 16551d4 IB/mthca: Fill in sq_sig_type in query QP by Dotan Barak · 12 years ago
  33. 9bbeb66 IB/mthca: Warning about event for non-existent QPs should show event type by Dotan Barak · 12 years ago
  34. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  35. b28ba72 IPoIB: fix skb truesize underestimatiom by Eric Dumazet · 12 years ago
  36. 7e23017 IB/qib: Fix sparse RCU warnings in qib_keys.c by Mike Marciniszyn · 12 years ago
  37. 00f5ce9 mlx4: Use port management change event instead of smp_snoop by Jack Morgenstein · 12 years ago
  38. 8aac4cc IB/qib: RCU locking for MR validation by Mike Marciniszyn · 12 years ago
  39. 6a82649 IB/qib: Avoid returning EBUSY from MR deregister by Mike Marciniszyn · 12 years ago
  40. 354dff1 IB/qib: Fix UC MR refs for immediate operations by Mike Marciniszyn · 12 years ago
  41. 3045f09 IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.h by Jack Morgenstein · 12 years ago
  42. aeab97e IB/sa: Add GuidInfoRecord query support by Erez Shitrit · 12 years ago
  43. b1d8eb5 IB/mlx4: Add debug prints by Jack Morgenstein · 12 years ago
  44. d90f9b3 IB: Use IS_ENABLED(CONFIG_IPV6) by Roland Dreier · 12 years ago
  45. f747c34 RDMA/cxgb4: Fix endianness of addition to mpa->private_data_size by Roland Dreier · 12 years ago
  46. 6860212 RDMA/cma: Allow user to restrict listens to bound address family by Sean Hefty · 12 years ago
  47. 406b6a2 RDMA/cma: Listen on specific address family by Sean Hefty · 12 years ago
  48. 5b0ec99 RDMA/cma: Bind to a specific address family by Sean Hefty · 12 years ago
  49. 0ff1fb6 {NET, IB}/mlx4: Add device managed flow steering firmware API by Hadar Hen Zion · 12 years ago
  50. d1e09eb RDMA/ocrdma: Fix assignment of max_srq_sge in device query by Roland Dreier · 12 years ago
  51. 700db99 ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. by David S. Miller · 12 years ago
  52. 534cb28 cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup(). by David S. Miller · 12 years ago
  53. 178709b ipoib: Convert over to dev_lookup_neigh_skb(). by David S. Miller · 12 years ago
  54. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  55. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  56. e052733 infiniband: netlink: Move away from NLMSG_NEW(). by David S. Miller · 12 years ago
  57. 2e51fd3 Merge branches 'cma' and 'ocrdma' into for-linus by Roland Dreier · 12 years ago
  58. 4dd81e8 RDMA/cma: QP type check on received REQs should be AND not OR by Sean Hefty · 12 years ago
  59. 7b33dc2 RDMA/ocrdma: Fix off by one in ocrdma_query_gid() by Dan Carpenter · 12 years ago
  60. a3698a9 RDMA/ocrdma: Fixed RQ error CQE polling by Parav Pandit · 12 years ago
  61. 634c579 RDMA/ocrdma: Correct queue SGE calculation by Mahesh Vardhamanaiah · 12 years ago
  62. 07bb542 RDMA/ocrdma: Correct reported max queue sizes by Mahesh Vardhamanaiah · 12 years ago
  63. 6ab6827 RDMA/ocrdma: Fixed GID table for vlan and events by Parav Pandit · 12 years ago
  64. 20952cd Merge branches 'cxgb4', 'mlx4' and 'ocrdma' into for-linus by Roland Dreier · 12 years ago
  65. fc2d004 IB/mlx4: Fix max_wqe capacity reported from query device by Sagi Grimberg · 12 years ago
  66. 3aac6ff IB/mlx4: Fix EQ deallocation in legacy mode by Shlomo Pongratz · 12 years ago
  67. 71b43fd RDMA/cxgb4: Fix crash when peer address is 0.0.0.0 by Thadeu Lima de Souza Cascardo · 12 years ago
  68. 7ad5e449 RDMA/ocrdma: Remove unnecessary version.h includes by Devendra Naga · 12 years ago
  69. 804eaf2 RDMA/ocrdma: Fix signaled event for SRQ_LIMIT_REACHED by Parav Pandit · 12 years ago
  70. cd4fedf RDMA/ocrdma: Correct queue free count math by Parav Pandit · 12 years ago
  71. c23ddf7 Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  72. c9bfa7d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  73. cc16916 Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linus by Roland Dreier · 12 years ago
  74. e572568 RDMA/cxgb4: Include vmalloc.h for vmalloc and vfree by Vipul Pandya · 12 years ago
  75. 035b103 IB/mlx4: Fix mlx4_ib_add() error flow by Jack Morgenstein · 12 years ago
  76. 7d9c0de IB/iser: Fix error flow in iser ep connection establishment by Or Gerlitz · 12 years ago
  77. e605b74 IB/mlx4: Increase the number of vectors (EQs) available for ULPs by Shlomo Pongratz · 12 years ago
  78. 67bbc05 RDMA/cxgb4: Add query_qp support by Vipul Pandya · 12 years ago
  79. ec3eead RDMA/cxgb4: Remove kfifo usage by Vipul Pandya · 12 years ago
  80. d716a2a RDMA/cxgb4: Use vmalloc() for debugfs QP dump by Vipul Pandya · 12 years ago
  81. 422eea0 RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues by Vipul Pandya · 12 years ago
  82. 4984037 RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch() by Vipul Pandya · 12 years ago
  83. 2c97478 RDMA/cxgb4: Add DB Overflow Avoidance by Vipul Pandya · 12 years ago
  84. 8d81ef3 RDMA/cxgb4: Add debugfs RDMA memory stats by Vipul Pandya · 12 years ago
  85. 14b9222 RDMA/cxgb4: Drop peer_abort when no endpoint found by Steve Wise · 12 years ago
  86. 0f1dcfa RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr() by Steve Wise · 12 years ago
  87. 784d135 RDMA/nes: Don't call event handler if pointer is NULL by Tatyana Nikolova · 12 years ago
  88. d3e5132 RDMA/nes: Fix for the ORD value of the connecting peer by Tatyana Nikolova · 12 years ago
  89. 1c94283 IB/qib: Add cache line awareness to qib_qp and qib_devdata structures by Mike Marciniszyn · 12 years ago
  90. 3236b2d IB/qib: MADs with misset M_Keys should return failure by Jim Foraker · 12 years ago
  91. 6199c89 IB/qib: Fix M_Key lease timeout handling by Jim Foraker · 12 years ago
  92. f665acb IB/qib: Fix QLE734X link cycling by Mitko Haralanov · 12 years ago
  93. 6ceaade IB/qib: Display correct value for number of contexts by Mitko Haralanov · 12 years ago
  94. 4ccf28a IB/qib: Correct ordering of reregister vs. port active events by Todd Rimmer · 12 years ago
  95. bb77a07 IB/qib: Optimize pio ack buffer allocation by Mike Marciniszyn · 12 years ago
  96. cca195a IB/qib: Add prefetch for eager buffers by Mike Marciniszyn · 12 years ago
  97. c4870eb IB/core: Fix mismatch between locked and pinned pages by Yishai Hadas · 12 years ago
  98. 987c8f8 IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...) by Shlomo Pongratz · 12 years ago
  99. c0c1d3d7 IB/mlx4: Put priority bits in WQE of IBoE MLX QP by Oren Duer · 12 years ago
  100. 3987a2d IB/mlx4: Add raw packet QP support by Or Gerlitz · 13 years ago