1. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  2. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  3. db7489e IB/core, cma: Make __attribute_const__ declarations sparse-friendly by Bart Van Assche · 9 years ago
  4. 39bfc27 IB/core: Remove old fast registration API by Sagi Grimberg · 9 years ago
  5. 4c67e2b IB/core: Introduce new fast registration API by Sagi Grimberg · 9 years ago
  6. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  7. 95893dd IB/ucma: Take the network namespace from the process by Guy Shapiro · 9 years ago
  8. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  9. 4be74b4 IB/cma: Separate port allocation to network namespaces by Haggai Eran · 9 years ago
  10. 565edd1 IB/addr: Pass network namespace as a parameter by Guy Shapiro · 9 years ago
  11. 10e07f1 IB/core: Remove smac and vlan id from path record by Matan Barak · 9 years ago
  12. aa744cc IB/core: Remove smac and vlan id from qp_attr and ah_attr by Matan Barak · 9 years ago
  13. 5c266b2 IB/cm: Remove the usage of smac and vid of qp_attr and cm_av by Matan Barak · 9 years ago
  14. dbf727d IB/core: Use GID table in AH creation and dmac resolution by Matan Barak · 9 years ago
  15. 99b27e3 IB/cache: Add ib_find_gid_by_filter cache API by Matan Barak · 9 years ago
  16. abae1b7 IB/cma: cma_validate_port should verify the port and netdevice by Matan Barak · 9 years ago
  17. c2c6ff1 IB/cm: cm_init_av_by_path should find a GID by its netdevice by Matan Barak · 9 years ago
  18. ba36e37 IB/core: Add netdev to path record by Matan Barak · 9 years ago
  19. d300ec5 IB/core: Expose and rename ib_find_cached_gid_by_port cache API by Matan Barak · 9 years ago
  20. 55ee3ab IB/core: Add netdev and gid attributes paramteres to cache by Matan Barak · 9 years ago
  21. ddf9529 IB/core: Allow setting create flags in QP init attribute by Eran Ben Elisha · 9 years ago
  22. 6d8a749 IB/core: Extend ib_uverbs_create_qp by Eran Ben Elisha · 9 years ago
  23. 5d1e623 IB/core: avoid 32-bit warning by Arnd Bergmann · 9 years ago
  24. 0ca81a2 IB/cm: Fix rb-tree duplicate free and use-after-free by Doron Tsur · 9 years ago
  25. ab3964a IB/cma: Use inner P_Key to determine netdev by Haggai Eran · 9 years ago
  26. 0174b38 IB/ucma: check workqueue allocation before usage by Sasha Levin · 9 years ago
  27. b3b51f9 IB/cma: Potential NULL dereference in cma_id_from_event by Haggai Eran · 9 years ago
  28. 3909642 IB/core: Fix use after free of ifa by Matan Barak · 9 years ago
  29. 17b38fb IB/core: Fix memory corruption in ib_cache_gid_set_default_gid by Doron Tsur · 9 years ago
  30. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  31. b8cab5d IB/cma: Accept connection without a valid netdev on RoCE by Haggai Eran · 9 years ago
  32. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  33. b632ffa IB/uverbs: reject invalid or unknown opcodes by Christoph Hellwig · 9 years ago
  34. ba13b5f IB/sa: Fix rdma netlink message flags by Kaike Wan · 9 years ago
  35. e1c3029 IB/ucma: HW Device hot-removal support by Yishai Hadas · 9 years ago
  36. 036b106 IB/uverbs: Enable device removal when there are active user space applications by Yishai Hadas · 9 years ago
  37. 057aec0 IB/uverbs: Explicitly pass ib_dev to uverbs commands by Yishai Hadas · 9 years ago
  38. 35d4a0b IB/uverbs: Fix race between ib_uverbs_open and remove_one by Yishai Hadas · 9 years ago
  39. 03c4044 IB/uverbs: Fix reference counting usage of event files by Yishai Hadas · 9 years ago
  40. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  41. 4be90bc IB/mad: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  42. 96249d7 IB/core: Guarantee that a local_dma_lkey is available by Jason Gunthorpe · 9 years ago
  43. 2ca546b IB/sa: Route SA pathrecord query through netlink by Kaike Wan · 9 years ago
  44. 5d26577 IB/sa: Allocate SA query with kzalloc by Kaike Wan · 9 years ago
  45. bc10ed7 IB/core: Add rdma netlink helper functions by Kaike Wan · 9 years ago
  46. b8071ad IB/core: Remove needless bracketization by Doug Ledford · 9 years ago
  47. e26be1b IB/mlx4: Implement ib_device callbacks by Moni Shoua · 9 years ago
  48. 238fdf4 IB/core: Add RoCE table bonding support by Matan Barak · 9 years ago
  49. 98d25af IB/core: missing curly braces in ib_find_gid() by Dan Carpenter · 9 years ago
  50. 03db3a2 IB/core: Add RoCE GID table management by Matan Barak · 9 years ago
  51. 55aeed0 IB/core: Make ib_alloc_device init the kobject by Jason Gunthorpe · 9 years ago
  52. d9f272c IB/core: Drop ib_alloc_fast_reg_mr by Sagi Grimberg · 9 years ago
  53. 9bee178 IB: Modify ib_create_mr API by Sagi Grimberg · 9 years ago
  54. 8b91ffc IB/core: Get rid of redundant verb ib_destroy_mr by Sagi Grimberg · 9 years ago
  55. be68819 IB/cma: Fix net_dev reference leak with failed requests by Haggai Eran · 9 years ago
  56. 73fec7f IB/cm: Remove compare_data checks by Haggai Eran · 9 years ago
  57. 51efe39 IB/cma: Share ib_cm_ids between rdma_cm_ids by Haggai Eran · 9 years ago
  58. 0b3ca76 IB/cma: Use found net_dev for passive connections by Haggai Eran · 9 years ago
  59. f887f2a IB/cma: Validate routing of incoming requests by Haggai Eran · 9 years ago
  60. 4c21b5b IB/cma: Add net_dev and private data checks to RDMA CM by Haggai Eran · 9 years ago
  61. 24cad9a IB/cm: Expose BTH P_Key in CM and SIDR request events by Haggai Eran · 9 years ago
  62. aac978e IB/cma: Helper functions to access port space IDRs by Haggai Eran · 9 years ago
  63. 0c505f7 IB/cma: Refactor RDMA IP CM private-data parsing code by Haggai Eran · 9 years ago
  64. 067b171 IB/cm: Share listening CM IDs by Haggai Eran · 9 years ago
  65. 15865e7d IB/cm: Expose service ID in request events by Haggai Eran · 9 years ago
  66. 9268f72 IB/core: Find the network device matching connection parameters by Yotam Kenneth · 9 years ago
  67. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  68. 5aa44bb IB/core: Add rwsem to allow reading device list or client list by Haggai Eran · 9 years ago
  69. 6c26a77 RDMA/cma: fix IPv6 address resolution by Spencer Baugh · 9 years ago
  70. 7e967fd IB/ucma: Fix theoretical user triggered use-after-free by Jason Gunthorpe · 9 years ago
  71. 1241d7bf core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbs by Chuck Lever · 9 years ago
  72. 45d2542 IB/core: Destroy multcast_idr on module exit by Johannes Thumshirn · 9 years ago
  73. 59d40dd IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICES by Carol L Soto · 9 years ago
  74. 31b57b8 IB/ucma: Fix lockdep warning in ucma_lock_files by Haggai Eran · 9 years ago
  75. a7f2f24 RDMA/core: Fixes for port mapper client registration by Tatyana Nikolova · 9 years ago
  76. be4b499 IB/cm: Do not queue work to a device that's going away by Erez Shitrit · 9 years ago
  77. cd4cd56 IB/mad: Fix compare between big endian and cpu endian by Ira Weiny · 9 years ago
  78. 4139032 IB: Add rdma_cap_ib_switch helper and use where appropriate by Hal Rosenstock · 9 years ago
  79. f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  80. 8e4349d IB/mad: Add final OPA MAD processing by Ira Weiny · 9 years ago
  81. f28990b IB/mad: Add partial Intel OPA MAD support by Ira Weiny · 9 years ago
  82. 548ead1 IB/mad: Add partial Intel OPA MAD support by Ira Weiny · 9 years ago
  83. 4cd7c94 IB/mad: Add support for additional MAD info to/from drivers by Ira Weiny · 9 years ago
  84. c9082e5 IB/mad: Convert allocations from kmem_cache to kzalloc by Ira Weiny · 9 years ago
  85. 337877a IB/core: Add ability for drivers to report an alternate MAD size. by Ira Weiny · 9 years ago
  86. da2dfaa IB/mad: Support alternate Base Versions when creating MADs by Ira Weiny · 9 years ago
  87. 29869ea IB/mad: Create a generic helper for DR forwarding checks by Ira Weiny · 9 years ago
  88. 86f0e67 IB/mad: Create a generic helper for DR SMP Recv processing by Ira Weiny · 9 years ago
  89. 92f1505 IB/mad: Create a generic helper for DR SMP Send processing by Ira Weiny · 9 years ago
  90. e11ae8a IB/mad: Split IB SMI handling from MAD Recv handler by Ira Weiny · 9 years ago
  91. 83a1d22 IB/mad cleanup: Generalize processing of MAD data by Ira Weiny · 9 years ago
  92. d94bd26 IB/mad cleanup: Clean up function params -- find_mad_agent by Ira Weiny · 9 years ago
  93. 2528e33 IB/core: Pass hardware specific data in query_device by Matan Barak · 9 years ago
  94. 24306dc IB/core: Add timestamp_mask and hca_core_clock to query_device by Matan Barak · 9 years ago
  95. 565197d IB/core: Extend ib_uverbs_create_cq by Matan Barak · 9 years ago
  96. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  97. bcf4c1e IB/core: Change provider's API of create_cq to be extendible by Matan Barak · 9 years ago
  98. 9247a8e IB/core: Don't warn on no SA support in event handler by Moni Shoua · 9 years ago
  99. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  100. 73cdaae IB/core cleanup: Add const to args - agent_send_response by Ira Weiny · 9 years ago