1. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  2. 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
  3. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  4. b8108d6 Merge branches 'iser', 'mthca' and 'qib' into for-next by Roland Dreier · 13 years ago
  5. 30ab7e2 IB/qib: Fix panic in RC error flushing logic by Mike Marciniszyn · 13 years ago
  6. 5243954 IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers by Or Gerlitz · 13 years ago
  7. 2c4ce60 IB/iser: Use separate buffers for the login request/response by Or Gerlitz · 13 years ago
  8. e422131 IB/mthca: Fix buddy->num_free allocation size by Roland Dreier · 13 years ago
  9. f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  10. 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
  11. bc3e53f mm: distinguish between mlocked and pinned pages by Christoph Lameter · 13 years ago
  12. fec14d2 infiniband: add moduleparam.h to drivers/infiniband as required by Paul Gortmaker · 13 years ago
  13. b108d97 infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  14. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  15. fc87af7 infiniband: Fix up users implicitly relying on getting stat.h by Paul Gortmaker · 13 years ago
  16. 80a2dcd IB/mlx4: Don't set VLAN in IBoE WQEs' control segment by Or Gerlitz · 13 years ago
  17. bcacb89 IB/mlx4: Enable 4K mtu for IBoE by Or Gerlitz · 13 years ago
  18. d32ae39 RDMA/cxgb4: Mark QP in error before disabling the queue in firmware by Tom Tucker · 13 years ago
  19. 581bbe2 RDMA/cxgb4: Serialize calls to CQ's comp_handler by Kumar Sanghvi · 13 years ago
  20. f7cc25d RDMA/cxgb3: Serialize calls to CQ's comp_handler by Kumar Sanghvi · 13 years ago
  21. 16d9981 IB/qib: Fix issue with link states and QSFP cables by Mitko Haralanov · 13 years ago
  22. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  23. a5e12df IB/mlx4: Configure extended active speeds by Marcel Apfelbaum · 13 years ago
  24. dde05cb IB/qib: Hold links until tuning data is available by Mitko Haralanov · 13 years ago
  25. 44d75d3 IB/qib: Clean up checkpatch issue by Mike Marciniszyn · 13 years ago
  26. 9fd5473 IB/qib: Remove s_lock around header validation by Mike Marciniszyn · 13 years ago
  27. d0f2faf IB/qib: Precompute timeout jiffies to optimize latency by Mike Marciniszyn · 13 years ago
  28. af061a6 IB/qib: Use RCU for qpn lookup by Mike Marciniszyn · 13 years ago
  29. 9e1c0e4 IB/qib: Eliminate divide/mod in converting idx to egr buf pointer by Mike Marciniszyn · 13 years ago
  30. cc6ea13 IB/qib: Decode path MTU optimization by Mike Marciniszyn · 13 years ago
  31. 2fc109c IB/qib: Optimize RC/UC code by IB operation by Mike Marciniszyn · 13 years ago
  32. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  33. 787adb9 IPoIB: Use the right function to do DMA unmap pages by Dotan Barak · 13 years ago
  34. e14d62c RDMA/cxgb4: Use correct QID in insert_recv_cqe() by Jonathan Lallinger · 13 years ago
  35. 01e7da6 RDMA/cxgb4: Make sure flush CQ entries are collected on connection close by Kumar Sanghvi · 13 years ago
  36. 42849b2 RDMA/uverbs: Export ib_open_qp() capability to user space by Sean Hefty · 13 years ago
  37. 0e0ec7e RDMA/core: Export ib_open_qp() to share XRC TGT QPs by Sean Hefty · 13 years ago
  38. 0a1405d IB/mlx4: Add support for XRC QPs by Sean Hefty · 13 years ago
  39. 18abd5e IB/mlx4: Add support for XRC SRQs by Sean Hefty · 13 years ago
  40. 012a8ff IB/mlx4: Add support for XRC domains by Sean Hefty · 13 years ago
  41. 2622e18 IB/cm: Do not automatically disconnect XRC TGT QPs by Sean Hefty · 13 years ago
  42. 18c441a RDMA/cma: Support XRC QPs by Sean Hefty · 13 years ago
  43. 638ef7a RDMA/ucm: Allow user to specify QP type when creating id by Sean Hefty · 13 years ago
  44. 2d2e941 RDMA/cm: Define new RDMA port space specific to IB by Sean Hefty · 13 years ago
  45. ef70044 IB/cm: Update XRC support based on XRC annex errata by Sean Hefty · 13 years ago
  46. d26a360 IB/cm: Update protocol to support XRC by Sean Hefty · 13 years ago
  47. b93f3c1 RDMA/uverbs: Export XRC TGT QPs to user space by Sean Hefty · 13 years ago
  48. 9977f4f RDMA/uverbs: Export XRC INI QPs to userspace by Sean Hefty · 13 years ago
  49. 8541f8d RDMA/uverbs: Export XRC SRQs to user space by Sean Hefty · 13 years ago
  50. 53d0bd1 RDMA/uverbs: Export XRC domains to user space by Sean Hefty · 13 years ago
  51. d3d72d9 RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCD by Sean Hefty · 13 years ago
  52. b42b63c RDMA/core: Add XRC QPs by Sean Hefty · 13 years ago
  53. 418d513 RDMA/core: Add XRC SRQ type by Sean Hefty · 13 years ago
  54. 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago
  55. 59991f9 RDMA/core: Add XRC domain support by Sean Hefty · 13 years ago
  56. e36fb88 IPoIB: Handle extended rates in debugfs by Marcel Apfelbaum · 13 years ago
  57. 71eeba1 IB: Add new InfiniBand link speeds by Marcel Apfelbaum · 13 years ago
  58. 3e60a77 IB/ipath: Add missing <linux/stat.h> in ipath_chip_init.c by Randy Dunlap · 13 years ago
  59. 0f0bee8 RDMA/nes: Support for Packed And Unaligned fpdus by Faisal Latif · 13 years ago
  60. 6224c7e RDMA/nes: Print IP address for critcal errors by Faisal Latif · 13 years ago
  61. bab3a9f RDMA/nes: Fix terminate connection by Faisal Latif · 13 years ago
  62. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  63. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  64. 615eb71 RDMA/nes: Add support for MPAv2 Enhanced RDMA Negotiation by Tatyana Nikolova · 13 years ago
  65. d2fe99e RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA Negotiation by Kumar Sanghvi · 13 years ago
  66. 56da00f RDMA/{amso1100,cxgb3}: Minimal MPAv2 support by Kumar Sanghvi · 13 years ago
  67. 3ebeebc RDMA/iwcm: Propagate ird/ord values upwards by Kumar Sanghvi · 13 years ago
  68. 53ab1c6 IB/qib: Correct nfreectxts for multiple HCAs by Mike Marciniszyn · 13 years ago
  69. e2e435f RDMA/nes: Add missing calls to ib_umem_release() by Julia Lawall · 13 years ago
  70. caf6e3f RDMA/ucm: Removed checks for unsigned value < 0 by Hefty, Sean · 13 years ago
  71. b7ab0b1 IB/mad: Verify mgmt class in received MADs by Hefty, Sean · 13 years ago
  72. f45ee80 RDMA/cma: Check for NULL conn_param in rdma_accept by Hefty, Sean · 13 years ago
  73. 10889a3 IB/ehca: Remove IRQF_DISABLED, since it's a no-op by Yong Zhang · 13 years ago
  74. 9efe10a RDMA/cxgb4: Fail RDMA initialization for unsupported cards by Steve Wise · 13 years ago
  75. 9595480 RDMA/cma: Fix crash in cma_req_handler by Hefty, Sean · 13 years ago
  76. 2be6053 RDMA/amso1100: Use '%pM' format option to print MAC by Andy Shevchenko · 13 years ago
  77. e48f129 [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereference by Neil Horman · 13 years ago
  78. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  79. f27fb2e [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs by Mike Christie · 13 years ago
  80. 1d063c1 [SCSI] iscsi class: sysfs group is_visible callout for session attrs by Mike Christie · 13 years ago
  81. 3128c6c [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs by Mike Christie · 13 years ago
  82. 5581be3 IPoIB: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  83. cf383eb IB: nes: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  84. 70b1052 IB: amso1100: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  85. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  86. 80b43de Merge branches 'ipoib' and 'iser' into for-next by Roland Dreier · 13 years ago
  87. 200ae1a IB/iser: Support iSCSI PDU padding by Or Gerlitz · 13 years ago
  88. 0ace64b IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) by Or Gerlitz · 13 years ago
  89. 22cfb0b IPoIB: Fix possible NULL dereference in ipoib_start_xmit() by Bernd Schubert · 13 years ago
  90. af3dcd2 mlx4: Fix infiniband Kconfig dependencies. by David S. Miller · 13 years ago
  91. f7917c0 chelsio: Move the Chelsio drivers by Jeff Kirsher · 13 years ago
  92. 91d41fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  93. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  94. 1235218 iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi by Nicholas Bellinger · 13 years ago
  95. ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  96. 4460207 Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 'srp' into for-next by Roland Dreier · 13 years ago
  97. e67306a IB/qib: Defer HCA error events to tasklet by Mike Marciniszyn · 13 years ago
  98. 7033c4a nes: do vlan cleanup by Jiri Pirko · 13 years ago
  99. 3cbe182 RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  100. c37791349c IB/mlx4: Support PMA counters for IBoE by Or Gerlitz · 13 years ago