1. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  2. f2830d0 RDS: don't pretend to use cpu notifiers by Sebastian Andrzej Siewior · 9 years ago
  3. 0353261 net/rds: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  4. 8c7188b RDS: fix race condition when sending a message on unbound socket by Quentin Casasnovas · 9 years ago
  5. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  6. ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  7. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  8. 7b56543 RDS: convert bind hash table to re-sizable hashtable by santosh.shilimkar@oracle.com · 9 years ago
  9. d3ffaefa net: rds: changing the return type from int to void by Saurabh Sengar · 9 years ago
  10. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. 9ddc873 RDS/IW: Convert to new memory registration API by Sagi Grimberg · 9 years ago
  12. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  13. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  14. 8ce675f RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv by Sowmini Varadhan · 9 years ago
  15. 7b4b000 RDS: fix rds-ping deadlock over TCP transport by santosh.shilimkar@oracle.com · 9 years ago
  16. 241b271 RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept_one() by Sowmini Varadhan · 9 years ago
  17. 4867980 RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports. by Sowmini Varadhan · 9 years ago
  18. 91d2f14 Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux by David S. Miller · 9 years ago
  19. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  20. 0676651 RDS: IB: split mr pool to improve 8K messages performance by Santosh Shilimkar · 9 years ago
  21. 41a4e9646 RDS: IB: use max_mr from HCA caps than max_fmr by Santosh Shilimkar · 9 years ago
  22. 67161e2 RDS: IB: mark rds_ib_fmr_wq static by Santosh Shilimkar · 9 years ago
  23. 26139dc RDS: IB: use already available pool handle from ibmr by Santosh Shilimkar · 9 years ago
  24. 2e1d6b8 RDS: IB: fix the rds_ib_fmr_wq kick call by Santosh Shilimkar · 9 years ago
  25. 9441c97 RDS: IB: handle rds_ibdev release case instead of crashing the kernel by Santosh Shilimkar · 9 years ago
  26. 0c28c04 RDS: IB: split send completion handling and do batch ack by Santosh Shilimkar · 9 years ago
  27. f4f943c RDS: IB: ack more receive completions to improve performance by Santosh Shilimkar · 9 years ago
  28. db6526d RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL by Santosh Shilimkar · 9 years ago
  29. 4bebdd7 RDS: defer the over_batch work to send worker by Santosh Shilimkar · 9 years ago
  30. 76b29ef RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmit by Sowmini Varadhan · 9 years ago
  31. 1edd6a1 RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tune by Sowmini Varadhan · 9 years ago
  32. 3b20fc3 RDS: Use a single TCP socket for both send and receive. by Sowmini Varadhan · 9 years ago
  33. 9b9acde RDS: Use per-bucket rw lock for bind hash-table by Santosh Shilimkar · 10 years ago
  34. 2812695 RDS: fix rds_sock reference bug while doing bind by Santosh Shilimkar · 12 years ago
  35. 8b0a6b4 RDS: make socket bind/release locking scheme simple and more efficient by Santosh Shilimkar · 12 years ago
  36. 59fe460 RDS: use kfree_rcu in rds_ib_remove_ipaddr by Santosh Shilimkar · 12 years ago
  37. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  38. 74e98eb RDS: verify the underlying transport exists before creating a connection by Sasha Levin · 9 years ago
  39. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  40. 8f384c0 RDS: rds_conn_lookup() should factor in the struct net for a match by Sowmini Varadhan · 9 years ago
  41. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  42. e558024 rds/ib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  43. fc27995 RDS: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  44. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  45. 2724121 RDS: remove superfluous from rds_ib_alloc_fmr() by santosh.shilimkar@oracle.com · 9 years ago
  46. ef5217a RDS: flush the FMR pool less often by santosh.shilimkar@oracle.com · 9 years ago
  47. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 9 years ago
  48. 6116c20 RDS: fix fmr pool dirty_count by Wengang Wang · 9 years ago
  49. 3f6b314 RDS: Fix rds MR reference count in rds_rdma_unuse() by santosh.shilimkar@oracle.com · 9 years ago
  50. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 9 years ago
  51. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 9 years ago
  52. ae05368 RDS: check for valid cm_id before initiating connection by santosh.shilimkar@oracle.com · 9 years ago
  53. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 9 years ago
  54. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 9 years ago
  55. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 9 years ago
  56. 5c240fa RDS: Fix assertion level from fatal to warning by santosh.shilimkar@oracle.com · 9 years ago
  57. 3049147 RDS: Make sure we do a signaled send for large-send by santosh.shilimkar@oracle.com · 9 years ago
  58. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 9 years ago
  59. 0df5f9a6 RDS: add a sock_destruct callback debug aid by santosh.shilimkar@oracle.com · 9 years ago
  60. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 9 years ago
  61. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  62. e1f475a RDS: don't update ip address tables if the address hasn't changed by santosh.shilimkar@oracle.com · 9 years ago
  63. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 9 years ago
  64. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 9 years ago
  65. 1d2e3f3 RDS: restore return value in rds_cmsg_rdma_args() by santosh.shilimkar@oracle.com · 9 years ago
  66. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  67. 467fa15 RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns. by Sowmini Varadhan · 9 years ago
  68. d5a8ac2 RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net by Sowmini Varadhan · 9 years ago
  69. 468b732 rds: fix an integer overflow test in rds_info_getsockopt() by Dan Carpenter · 9 years ago
  70. 9090fdb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  71. 4fabb59 rds: rds_ib_device.refcount overflow by Wengang Wang · 9 years ago
  72. f6e1c91 net-RDS: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 9 years ago
  73. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  74. d2a9ec6 net: rds: use for_each_sg() for scatterlist parsing by Fabian Frederick · 9 years ago
  75. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  76. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  77. d655a9f rds: re-entry of rds_ib_xmit/rds_iw_xmit by Wengang Wang · 9 years ago
  78. 8ba3846 net/rds Add getsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  79. d97dac5 net/rds: Add setsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  80. a28c257 net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h by Sowmini Varadhan · 9 years ago
  81. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 9 years ago
  82. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  83. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  84. c82ac7e net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket. by Sowmini Varadhan · 9 years ago
  85. f711a6a net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection. by Sowmini Varadhan · 9 years ago
  86. e278371 net/rds: Fix new sparse warning by David Ahern · 9 years ago
  87. c0adf54 net/rds: fix unaligned memory access by shamir rabinovitch · 9 years ago
  88. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  89. 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 9 years ago
  90. 1789b2c07 RDS: only use passive connections when addresses match by Sowmini Varadhan · 9 years ago
  91. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. f862e07c rds: avoid potential stack overflow by Arnd Bergmann · 9 years ago
  93. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  94. 80ad0d4 rds: rds_cong_queue_updates needs to defer the congestion update transmission by Sowmini Varadhan · 9 years ago
  95. d0a47d3 rds: Make rds_message_copy_from_user() return 0 on success. by Sowmini Varadhan · 9 years ago
  96. 11ac119 net: rds: Remove repeated function names from debug output by Rasmus Villemoes · 9 years ago
  97. db27ebb net: rds: use correct size for max unacked packets and bytes by Sasha Levin · 9 years ago
  98. 6ff4a8a rds: Fix min() warning in rds_message_inc_copy_to_user() by Geert Uytterhoeven · 10 years ago
  99. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  100. c0371da put iov_iter into msghdr by Al Viro · 10 years ago