1. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  2. a3382e4 RDS: TCP: Remove unused constant by Sowmini Varadhan · 8 years ago
  3. c6a58ff RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket by Sowmini Varadhan · 8 years ago
  4. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 8 years ago
  5. 1659185 RDS: IB: Support Fastreg MR (FRMR) memory registration mode by Avinash Repaka · 8 years ago
  6. ad6832f RDS: IB: allocate extra space on queues for FRMR support by santosh.shilimkar@oracle.com · 8 years ago
  7. 2cb2912 RDS: IB: add Fastreg MR (FRMR) detection support by santosh.shilimkar@oracle.com · 8 years ago
  8. db42753 RDS: IB: add mr reused stats by santosh.shilimkar@oracle.com · 8 years ago
  9. 37ea401 RDS: IB: handle the RDMA CM time wait event by santosh.shilimkar@oracle.com · 8 years ago
  10. d4de76d RDS: IB: add connection info to ibmr by santosh.shilimkar@oracle.com · 8 years ago
  11. 490ea59 RDS: IB: move FMR code to its own file by santosh.shilimkar@oracle.com · 8 years ago
  12. a69365a RDS: IB: create struct rds_ib_fmr by santosh.shilimkar@oracle.com · 8 years ago
  13. f6df683 RDS: IB: Re-organise ibmr code by santosh.shilimkar@oracle.com · 8 years ago
  14. dcfd041 RDS: IB: Remove the RDS_IB_SEND_OP dependency by santosh.shilimkar@oracle.com · 8 years ago
  15. 5711f8b RDS: Add support for SO_TIMESTAMP for incoming messages by santosh.shilimkar@oracle.com · 8 years ago
  16. dcdede0 RDS: Drop stale iWARP RDMA transport by santosh.shilimkar@oracle.com · 8 years ago
  17. f48e723 rds: duplicate include net/tcp.h by stephen hemminger · 8 years ago
  18. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  19. f2830d0 RDS: don't pretend to use cpu notifiers by Sebastian Andrzej Siewior · 9 years ago
  20. 0353261 net/rds: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  21. 8c7188b RDS: fix race condition when sending a message on unbound socket by Quentin Casasnovas · 9 years ago
  22. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  23. ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  24. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  25. 7b56543 RDS: convert bind hash table to re-sizable hashtable by santosh.shilimkar@oracle.com · 9 years ago
  26. d3ffaefa net: rds: changing the return type from int to void by Saurabh Sengar · 9 years ago
  27. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  28. 9ddc873 RDS/IW: Convert to new memory registration API by Sagi Grimberg · 9 years ago
  29. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  30. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  31. 8ce675f RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv by Sowmini Varadhan · 9 years ago
  32. 7b4b000 RDS: fix rds-ping deadlock over TCP transport by santosh.shilimkar@oracle.com · 9 years ago
  33. 241b271 RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept_one() by Sowmini Varadhan · 9 years ago
  34. 4867980 RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports. by Sowmini Varadhan · 9 years ago
  35. 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
  36. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  37. 0676651 RDS: IB: split mr pool to improve 8K messages performance by Santosh Shilimkar · 9 years ago
  38. 41a4e9646 RDS: IB: use max_mr from HCA caps than max_fmr by Santosh Shilimkar · 9 years ago
  39. 67161e2 RDS: IB: mark rds_ib_fmr_wq static by Santosh Shilimkar · 9 years ago
  40. 26139dc RDS: IB: use already available pool handle from ibmr by Santosh Shilimkar · 9 years ago
  41. 2e1d6b8 RDS: IB: fix the rds_ib_fmr_wq kick call by Santosh Shilimkar · 9 years ago
  42. 9441c97 RDS: IB: handle rds_ibdev release case instead of crashing the kernel by Santosh Shilimkar · 9 years ago
  43. 0c28c04 RDS: IB: split send completion handling and do batch ack by Santosh Shilimkar · 9 years ago
  44. f4f943c RDS: IB: ack more receive completions to improve performance by Santosh Shilimkar · 9 years ago
  45. db6526d RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL by Santosh Shilimkar · 9 years ago
  46. 4bebdd7 RDS: defer the over_batch work to send worker by Santosh Shilimkar · 9 years ago
  47. 76b29ef RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmit by Sowmini Varadhan · 9 years ago
  48. 1edd6a1 RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tune by Sowmini Varadhan · 9 years ago
  49. 3b20fc3 RDS: Use a single TCP socket for both send and receive. by Sowmini Varadhan · 9 years ago
  50. 9b9acde RDS: Use per-bucket rw lock for bind hash-table by Santosh Shilimkar · 10 years ago
  51. 2812695 RDS: fix rds_sock reference bug while doing bind by Santosh Shilimkar · 12 years ago
  52. 8b0a6b4 RDS: make socket bind/release locking scheme simple and more efficient by Santosh Shilimkar · 12 years ago
  53. 59fe460 RDS: use kfree_rcu in rds_ib_remove_ipaddr by Santosh Shilimkar · 12 years ago
  54. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  55. 74e98eb RDS: verify the underlying transport exists before creating a connection by Sasha Levin · 9 years ago
  56. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  57. 8f384c0 RDS: rds_conn_lookup() should factor in the struct net for a match by Sowmini Varadhan · 9 years ago
  58. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  59. e558024 rds/ib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  60. fc27995 RDS: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  61. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  62. 2724121 RDS: remove superfluous from rds_ib_alloc_fmr() by santosh.shilimkar@oracle.com · 9 years ago
  63. ef5217a RDS: flush the FMR pool less often by santosh.shilimkar@oracle.com · 9 years ago
  64. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 9 years ago
  65. 6116c20 RDS: fix fmr pool dirty_count by Wengang Wang · 9 years ago
  66. 3f6b314 RDS: Fix rds MR reference count in rds_rdma_unuse() by santosh.shilimkar@oracle.com · 9 years ago
  67. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 9 years ago
  68. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 9 years ago
  69. ae05368 RDS: check for valid cm_id before initiating connection by santosh.shilimkar@oracle.com · 9 years ago
  70. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 9 years ago
  71. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 9 years ago
  72. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 9 years ago
  73. 5c240fa RDS: Fix assertion level from fatal to warning by santosh.shilimkar@oracle.com · 9 years ago
  74. 3049147 RDS: Make sure we do a signaled send for large-send by santosh.shilimkar@oracle.com · 9 years ago
  75. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 9 years ago
  76. 0df5f9a6 RDS: add a sock_destruct callback debug aid by santosh.shilimkar@oracle.com · 9 years ago
  77. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 9 years ago
  78. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  79. e1f475a RDS: don't update ip address tables if the address hasn't changed by santosh.shilimkar@oracle.com · 9 years ago
  80. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 9 years ago
  81. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 9 years ago
  82. 1d2e3f3 RDS: restore return value in rds_cmsg_rdma_args() by santosh.shilimkar@oracle.com · 9 years ago
  83. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  84. 467fa15 RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns. by Sowmini Varadhan · 9 years ago
  85. 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
  86. 468b732 rds: fix an integer overflow test in rds_info_getsockopt() by Dan Carpenter · 9 years ago
  87. 9090fdb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  88. 4fabb59 rds: rds_ib_device.refcount overflow by Wengang Wang · 9 years ago
  89. f6e1c91 net-RDS: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 9 years ago
  90. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  91. d2a9ec6 net: rds: use for_each_sg() for scatterlist parsing by Fabian Frederick · 9 years ago
  92. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  93. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  94. d655a9f rds: re-entry of rds_ib_xmit/rds_iw_xmit by Wengang Wang · 9 years ago
  95. 8ba3846 net/rds Add getsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  96. d97dac5 net/rds: Add setsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  97. a28c257 net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h by Sowmini Varadhan · 9 years ago
  98. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 9 years ago
  99. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  100. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago