1. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  2. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  3. f36ae34 Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-next by Roland Dreier · 12 years ago
  4. 9ced69c RDMA/ucma: Discard all events for new connections until accepted by Sean Hefty · 13 years ago
  5. e47e321 RDMA/core: Fix kernel panic by always initializing qp->usecnt by Bernd Schubert · 13 years ago
  6. 02b6195 infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup(). by David Miller · 12 years ago
  7. 48fa57a Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  8. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  9. 1583676 Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-next by Roland Dreier · 13 years ago
  10. c89d1be rdma/core: Fix sparse warnings by Sean Hefty · 13 years ago
  11. 46ea506 RDMA/cma: Fix endianness bugs by Sean Hefty · 13 years ago
  12. 6f233d3 IB/cm: Fix layout of APR message by Eli Cohen · 13 years ago
  13. e214a0f IB/uverbs: Protect QP multicast list by Eli Cohen · 13 years ago
  14. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  15. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  16. 04ded16 RDMA/cma: Verify private data length by Sean Hefty · 13 years ago
  17. 51d4597 infiniband: addr: Consolidate code to fetch neighbour hardware address from dst. by David Miller · 13 years ago
  18. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  19. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  20. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  21. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  22. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  23. f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  24. 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
  25. bc3e53f mm: distinguish between mlocked and pinned pages by Christoph Lameter · 13 years ago
  26. b108d97 infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  27. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  28. fc87af7 infiniband: Fix up users implicitly relying on getting stat.h by Paul Gortmaker · 13 years ago
  29. 42849b2 RDMA/uverbs: Export ib_open_qp() capability to user space by Sean Hefty · 13 years ago
  30. 0e0ec7e RDMA/core: Export ib_open_qp() to share XRC TGT QPs by Sean Hefty · 13 years ago
  31. 2622e18 IB/cm: Do not automatically disconnect XRC TGT QPs by Sean Hefty · 13 years ago
  32. 18c441a RDMA/cma: Support XRC QPs by Sean Hefty · 13 years ago
  33. 638ef7a RDMA/ucm: Allow user to specify QP type when creating id by Sean Hefty · 13 years ago
  34. 2d2e941 RDMA/cm: Define new RDMA port space specific to IB by Sean Hefty · 13 years ago
  35. ef70044 IB/cm: Update XRC support based on XRC annex errata by Sean Hefty · 13 years ago
  36. d26a360 IB/cm: Update protocol to support XRC by Sean Hefty · 13 years ago
  37. b93f3c1 RDMA/uverbs: Export XRC TGT QPs to user space by Sean Hefty · 13 years ago
  38. 9977f4f RDMA/uverbs: Export XRC INI QPs to userspace by Sean Hefty · 13 years ago
  39. 8541f8d RDMA/uverbs: Export XRC SRQs to user space by Sean Hefty · 13 years ago
  40. 53d0bd1 RDMA/uverbs: Export XRC domains to user space by Sean Hefty · 13 years ago
  41. d3d72d9 RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCD by Sean Hefty · 13 years ago
  42. b42b63c RDMA/core: Add XRC QPs by Sean Hefty · 13 years ago
  43. 418d513 RDMA/core: Add XRC SRQ type by Sean Hefty · 13 years ago
  44. 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago
  45. 59991f9 RDMA/core: Add XRC domain support by Sean Hefty · 13 years ago
  46. 71eeba1 IB: Add new InfiniBand link speeds by Marcel Apfelbaum · 13 years ago
  47. 3ebeebc RDMA/iwcm: Propagate ird/ord values upwards by Kumar Sanghvi · 13 years ago
  48. caf6e3f RDMA/ucm: Removed checks for unsigned value < 0 by Hefty, Sean · 13 years ago
  49. b7ab0b1 IB/mad: Verify mgmt class in received MADs by Hefty, Sean · 13 years ago
  50. f45ee80 RDMA/cma: Check for NULL conn_param in rdma_accept by Hefty, Sean · 13 years ago
  51. 9595480 RDMA/cma: Fix crash in cma_req_handler by Hefty, Sean · 13 years ago
  52. ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  53. 4460207 Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 'srp' into for-next by Roland Dreier · 13 years ago
  54. 761d90e IB/core: Add GID change event by Or Gerlitz · 13 years ago
  55. 2efdd6a RDMA/cma: Don't allow IPoIB port space for IBoE by Moni Shoua · 13 years ago
  56. 10e1b54 RDMA: Allow for NULL .modify_device() and .modify_port() methods by Bart Van Assche · 13 years ago
  57. 0c9361f RDMA/cma: Avoid assigning an IS_ERR value to cm_id pointer in CMA id object by Jack Morgenstein · 13 years ago
  58. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  59. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  60. b2bc478 RDMA: Check for NULL mode in .devnode methods by Goldwyn Rodrigues · 13 years ago
  61. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  62. 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  63. 8dc4abd Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and 'uverbs' into for-next by Roland Dreier · 13 years ago
  64. 83e9502 RDMA/cma: Save PID of ID's owner by Nir Muchtar · 14 years ago
  65. 753f618 RDMA/cma: Add support for netlink statistics export by Nir Muchtar · 14 years ago
  66. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  67. 550e5ca RDMA/cma: Export enum cma_state in <rdma/rdma_cm.h> by Nir Muchtar · 13 years ago
  68. c3af098 IB: Add devnode methods to cm_class and umad_class by Roland Dreier · 13 years ago
  69. c8367c4 IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required by Ira Weiny · 13 years ago
  70. 71c29bd IB/uverbs: Add devnode method to set path/mode by Roland Dreier · 13 years ago
  71. 04ea2f8 RDMA/ucma: Add .nodename/.mode to tell userspace where to create device node by Roland Dreier · 13 years ago
  72. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  73. b2cbae2 RDMA: Add netlink infrastructure by Roland Dreier · 13 years ago
  74. fd75c78 RDMA: Add error handling to ib_core_init() by Nir Muchtar · 13 years ago
  75. 5fc3590 infiniband: Remove rt->rt_src usage in addr4_resolve() by David S. Miller · 13 years ago
  76. d0c49bf RDMA/iwcm: Get rid of enum iw_cm_event_status by Roland Dreier · 13 years ago
  77. a9bb791 RDMA/cma: Add an ID_REUSEADDR option by Hefty, Sean · 13 years ago
  78. 43b752d RDMA/cma: Fix handling of IPv6 addressing in cma_use_port by Hefty, Sean · 13 years ago
  79. 1eba843 IB/mad: Improve an error message so error code is included by Michael Heinz · 13 years ago
  80. 1bdd638 RDMA/addr: Fix return of uninitialized ret value by Sean Hefty · 13 years ago
  81. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  82. a396d43 RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one by Sean Hefty · 13 years ago
  83. 8d8ac86 IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state by Sean Hefty · 13 years ago
  84. 2996343 IB/cm: Bump reference count on cm_id before invoking callback by Sean Hefty · 13 years ago
  85. 25ae21a RDMA/cma: Fix crash in request handlers by Sean Hefty · 13 years ago
  86. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  87. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  88. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  89. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  90. e51c7b1 Merge branches 'amso1100', 'cma', 'cxgb4', 'misc', 'mlx4' and 'qib' into for-next by Roland Dreier · 13 years ago
  91. 96e61fa RDMA: Update missed conversion of flush_scheduled_work() by Tejun Heo · 13 years ago
  92. e86f8b0 RDMA/ucma: Copy iWARP route information on queries by Steve Wise · 14 years ago
  93. f062671 RDMA: Update workqueue usage by Tejun Heo · 14 years ago
  94. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  95. 7182afe IB/uverbs: Handle large number of entries in poll CQ by Dan Carpenter · 14 years ago
  96. 91a4d15 IB: Fix information leak in marshalling code by Vasiliy Kulikov · 14 years ago
  97. f55864a IB/pack: Remove some unused code added by the IBoE patches by Or Gerlitz · 14 years ago
  98. 22f4fbd infiniband: remove dev_base_lock use by Eric Dumazet · 14 years ago
  99. 72cdd1d net: get rid of rtable->idev by Eric Dumazet · 14 years ago
  100. 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