1. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  2. 74e98eb RDS: verify the underlying transport exists before creating a connection by Sasha Levin · 9 years ago
  3. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  4. 8f384c0 RDS: rds_conn_lookup() should factor in the struct net for a match by Sowmini Varadhan · 9 years ago
  5. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  6. e558024 rds/ib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  7. fc27995 RDS: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  8. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  9. 2724121 RDS: remove superfluous from rds_ib_alloc_fmr() by santosh.shilimkar@oracle.com · 9 years ago
  10. ef5217a RDS: flush the FMR pool less often by santosh.shilimkar@oracle.com · 9 years ago
  11. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 9 years ago
  12. 6116c20 RDS: fix fmr pool dirty_count by Wengang Wang · 9 years ago
  13. 3f6b314 RDS: Fix rds MR reference count in rds_rdma_unuse() by santosh.shilimkar@oracle.com · 9 years ago
  14. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 9 years ago
  15. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 9 years ago
  16. ae05368 RDS: check for valid cm_id before initiating connection by santosh.shilimkar@oracle.com · 9 years ago
  17. 06e8941 RDS: return EMSGSIZE for oversize requests before processing/queueing by Mukesh Kacker · 9 years ago
  18. dfcec25 RDS: make sure rds_send_drop_to properly takes the m_rs_lock by santosh.shilimkar@oracle.com · 9 years ago
  19. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 9 years ago
  20. 5c240fa RDS: Fix assertion level from fatal to warning by santosh.shilimkar@oracle.com · 9 years ago
  21. 3049147 RDS: Make sure we do a signaled send for large-send by santosh.shilimkar@oracle.com · 9 years ago
  22. 4f73113 RDS: Mark message mapped before transmit by santosh.shilimkar@oracle.com · 9 years ago
  23. 0df5f9a6 RDS: add a sock_destruct callback debug aid by santosh.shilimkar@oracle.com · 9 years ago
  24. 0c48424 RDS: check for congestion updates during rds_send_xmit by santosh.shilimkar@oracle.com · 9 years ago
  25. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  26. e1f475a RDS: don't update ip address tables if the address hasn't changed by santosh.shilimkar@oracle.com · 9 years ago
  27. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 9 years ago
  28. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 9 years ago
  29. 1d2e3f3 RDS: restore return value in rds_cmsg_rdma_args() by santosh.shilimkar@oracle.com · 9 years ago
  30. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  31. 467fa15 RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns. by Sowmini Varadhan · 9 years ago
  32. 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
  33. 468b732 rds: fix an integer overflow test in rds_info_getsockopt() by Dan Carpenter · 9 years ago
  34. 9090fdb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  35. 4fabb59 rds: rds_ib_device.refcount overflow by Wengang Wang · 9 years ago
  36. f6e1c91 net-RDS: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 9 years ago
  37. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  38. d2a9ec6 net: rds: use for_each_sg() for scatterlist parsing by Fabian Frederick · 9 years ago
  39. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  40. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  41. d655a9f rds: re-entry of rds_ib_xmit/rds_iw_xmit by Wengang Wang · 9 years ago
  42. 8ba3846 net/rds Add getsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  43. d97dac5 net/rds: Add setsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  44. a28c257 net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h by Sowmini Varadhan · 9 years ago
  45. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 9 years ago
  46. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  47. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  48. c82ac7e net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket. by Sowmini Varadhan · 9 years ago
  49. f711a6a net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection. by Sowmini Varadhan · 9 years ago
  50. e278371 net/rds: Fix new sparse warning by David Ahern · 9 years ago
  51. c0adf54 net/rds: fix unaligned memory access by shamir rabinovitch · 9 years ago
  52. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 9 years ago
  54. 1789b2c07 RDS: only use passive connections when addresses match by Sowmini Varadhan · 9 years ago
  55. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. f862e07c rds: avoid potential stack overflow by Arnd Bergmann · 9 years ago
  57. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  58. 80ad0d4 rds: rds_cong_queue_updates needs to defer the congestion update transmission by Sowmini Varadhan · 9 years ago
  59. d0a47d3 rds: Make rds_message_copy_from_user() return 0 on success. by Sowmini Varadhan · 9 years ago
  60. 11ac119 net: rds: Remove repeated function names from debug output by Rasmus Villemoes · 9 years ago
  61. db27ebb net: rds: use correct size for max unacked packets and bytes by Sasha Levin · 9 years ago
  62. 6ff4a8a rds: Fix min() warning in rds_message_inc_copy_to_user() by Geert Uytterhoeven · 10 years ago
  63. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  64. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  65. 083735f rds: switch rds_message_copy_from_user() to iov_iter by Al Viro · 10 years ago
  66. c310e72 rds: switch ->inc_copy_to_user() to passing iov_iter by Al Viro · 10 years ago
  67. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  68. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  69. dee49f2 rds: avoid calling sock_kfree_s() on allocation failure by Cong Wang · 10 years ago
  70. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  71. 593cbb3 net/rds: fix possible double free on sock tear down by Herton R. Krzesinski · 10 years ago
  72. eb74cc9 net/rds: do proper house keeping if connection fails in rds_tcp_conn_connect by Herton R. Krzesinski · 10 years ago
  73. 310886d net/rds: call rds_conn_drop instead of open code it at rds_connect_complete by Herton R. Krzesinski · 10 years ago
  74. d7cdb96 treewide: fix synchronize_rcu() in comments by Jesper Dangaard Brouer · 10 years ago
  75. 903ceff net: Replace get_cpu_var through this_cpu_ptr by Christoph Lameter · 10 years ago
  76. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  77. 0172837 rds/tcp_listen: Replace comma with semicolon by Himangi Saraogi · 10 years ago
  78. cc2afe9 RDS/RDMA: Replace comma with semicolon by Himangi Saraogi · 10 years ago
  79. 71fd762 net: rds: Use time_after() for time comparison by Manuel Schölling · 10 years ago
  80. be7faf7 rds: remove the unneed NULL checking by wangweidong · 10 years ago
  81. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  82. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  83. bf39b42 rds: prevent dereference of a NULL device in rds_iw_laddr_check by Sasha Levin · 10 years ago
  84. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  85. 4180442 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  86. c196403 net: rds: fix per-cpu helper usage by Gerald Schaefer · 10 years ago
  87. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  88. c234975 rds: prevent dereference of a NULL device by Sasha Levin · 11 years ago
  89. 18fc25c rds: prevent BUG_ON triggered on congestion update to loopback by Venkat Venkatsubra · 11 years ago
  90. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  91. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  92. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  93. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  94. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  95. 2e85d67 net/rds: zero last byte for strncpy by Chen Gang · 11 years ago
  96. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  97. 7dac1b5 rds: simplify a warning message by Cong Wang · 11 years ago
  98. ece6b0a rds: limit the size allocated by rds_message_alloc() by Cong Wang · 11 years ago
  99. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  100. e34430e net/rds: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago