1. cb66ddd1 net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock(). by Mao Wenan · 6 years ago
  2. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  3. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. fd261ce rds: rdma: update rdma transport for tos by Santosh Shilimkar · 6 years ago
  5. 56dc8bc rds: add transport specific tos_map hook by Santosh Shilimkar · 6 years ago
  6. 3eb4503 rds: add type of service(tos) infrastructure by Santosh Shilimkar · 6 years ago
  7. d021fab rds: rdma: add consumer reject by Santosh Shilimkar · 6 years ago
  8. cdc306a rds: make v3.1 as compat version by Santosh Shilimkar · 6 years ago
  9. 6a8a2aa Merge tag 'v5.0-rc5' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  10. a163afc IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len() by Bart Van Assche · 6 years ago
  11. 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
  12. 13c6ee2 socket: Use old_timeval types for socket timestamps by Deepa Dinamani · 6 years ago
  13. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  14. 6fa19f5 rds: fix refcount bug in rds_sock_addref by Eric Dumazet · 6 years ago
  15. eeb2c4f rds: use DIV_ROUND_UP instead of ceil by Jacob Wen · 6 years ago
  16. 43d86ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  17. 4087d2b net: rds: remove unnecessary NULL check by Zhu Yanjun · 6 years ago
  18. 5d24ae6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  19. d84e7bc rds: Fix warning. by David S. Miller · 6 years ago
  20. c75ab8a net/rds: remove user triggered WARN_ON in rds_sendmsg by shamir rabinovitch · 6 years ago
  21. ea01007 net/rds: fix warn in rds_message_alloc_sgs by shamir rabinovitch · 6 years ago
  22. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  23. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. 9a4890b rds: RDS (tcp) hangs on sendto() to unresponding address by Ka-Cheong Poon · 6 years ago
  25. a06ee25 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. 16fdf8b rds: Fix build regression. by David S. Miller · 6 years ago
  27. 8360ed6 RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_stats by Nathan Chancellor · 6 years ago
  28. 1635bb5 net: rds: use memset to optimize the recv by Zhu Yanjun · 6 years ago
  29. aaf9253 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  30. cc4dfb7 rds: fix two RCU related problems by Cong Wang · 6 years ago
  31. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 2de9d50 rds: store socket timestamps as ktime_t by Arnd Bergmann · 6 years ago
  33. b0e0b0a net/rds: RDS is not Radio Data System by Pavel Machek · 6 years ago
  34. 53ae914 net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6 by Zhu Yanjun · 6 years ago
  35. c27f1e2 rds: tcp: remove duplicated include from tcp.c by Yue Haibing · 6 years ago
  36. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  37. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  38. f6f7a26 rds: fix building with IPV6=m by Arnd Bergmann · 6 years ago
  39. 5941923 RDS: IB: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  40. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. 87f7013 rds: remove redundant variable 'rds_ibdev' by YueHaibing · 6 years ago
  42. e65d4d9 rds: Remove IPv6 dependency by Ka-Cheong Poon · 6 years ago
  43. f394ad2 rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead by Ka-Cheong Poon · 6 years ago
  44. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 6 years ago
  45. 3e4e364 net/rds/Kconfig: Correct the RDS depends by Anders Roxell · 6 years ago
  46. 9e630bc RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr by Avinash Repaka · 6 years ago
  47. dc66fe4 rds: send: Fix dead code in rds_sendmsg by Gustavo A. R. Silva · 6 years ago
  48. ba7d7e2 net/rds/Kconfig: RDS should depend on IPV6 by Anders Roxell · 6 years ago
  49. f112d53 net/rds: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  50. 197c782 net/rds: Remove two WARN_ON() statements by Bart Van Assche · 6 years ago
  51. 1cb1d97 rds: remove trailing whitespace and blank lines by Stephen Hemminger · 6 years ago
  52. b7ff8b1 rds: Extend RDS API for IPv6 support by Ka-Cheong Poon · 6 years ago
  53. 1e2b44e rds: Enable RDS IPv6 support by Ka-Cheong Poon · 6 years ago
  54. eee2fa6 rds: Changing IP address internal representation to struct in6_addr by Ka-Cheong Poon · 6 years ago
  55. fa52531 net/rds: Remove unnecessary variable by Håkon Bugge · 6 years ago
  56. bfd4271 net/rds: void function cannot return -1 by Håkon Bugge · 6 years ago
  57. c809195f rds: clean up loopback rds_connections on netns deletion by Sowmini Varadhan · 7 years ago
  58. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  59. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  60. f1693c6 rds: avoid unenecessary cong_update in loop transport by Santosh Shilimkar · 7 years ago
  61. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  62. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  63. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  64. 7fdf3e8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  65. 533d1da IB: Revert "remove redundant INFINIBAND kconfig dependencies" by Arnd Bergmann · 7 years ago
  66. 34b48b8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  67. 9533b29 IB: remove redundant INFINIBAND kconfig dependencies by Greg Thelen · 7 years ago
  68. eb80ca4 rds: do not leak kernel memory to user land by Eric Dumazet · 7 years ago
  69. 91a8252 rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp by Dag Moxnes · 7 years ago
  70. a43cced rds: MP-RDS may use an invalid c_path by Ka-Cheong Poon · 7 years ago
  71. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  72. bdf5bd7 rds: tcp: remove register_netdevice_notifier infrastructure. by Sowmini Varadhan · 7 years ago
  73. 53d0e83 rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lock by Sowmini Varadhan · 7 years ago
  74. c939a5e net: Convert rds_tcp_net_ops by Kirill Tkhai · 7 years ago
  75. b2c9272 net: rds: drop VLA in rds_walk_conn_path_info() by Salvatore Mesoraca · 7 years ago
  76. f1cb9d6 net: rds: drop VLA in rds_for_each_conn_info() by Salvatore Mesoraca · 7 years ago
  77. bdf08fc rds: remove redundant variable 'sg_off' by Colin Ian King · 7 years ago
  78. 571e677 rds: rds_info_from_znotifier() can be static by kbuild test robot · 7 years ago
  79. 496c7f3 rds: rds_message_zcopy_from_user() can be static by kbuild test robot · 7 years ago
  80. 9426bbc rds: use list structure to track information for zerocopy completion notification by Sowmini Varadhan · 7 years ago
  81. d40a126b rds: refactor zcopy code into rds_message_zcopy_from_user by Sowmini Varadhan · 7 years ago
  82. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  83. 84eef2b rds: Incorrect reference counting in TCP socket creation by Ka-Cheong Poon · 7 years ago
  84. 401910d rds: deliver zerocopy completion notification with data by Sowmini Varadhan · 7 years ago
  85. 79a5b97 rds: rds_msg_zcopy should return error of null rm->data.op_mmp_znotifier by Sowmini Varadhan · 7 years ago
  86. f905311 rds: send: mark expected switch fall-through in rds_rm_size by Gustavo A. R. Silva · 7 years ago
  87. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  88. 0cebacc rds: zerocopy Tx support. by Sowmini Varadhan · 7 years ago
  89. 01883ed rds: support for zcopy completion notification by Sowmini Varadhan · 7 years ago
  90. ea8994c rds: hold a sock ref from rds_message to the rds_sock by Sowmini Varadhan · 7 years ago
  91. d4014d8 rds: do not call ->conn_alloc with GFP_KERNEL by Sowmini Varadhan · 7 years ago
  92. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  93. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  94. ebeeb1a rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq management by Sowmini Varadhan · 7 years ago
  95. 2c0aa08 RDS: IB: Fix null pointer issue by Guanglei Li · 7 years ago
  96. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  97. 7b1cd95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  98. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  99. e7996a9 Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Jason Gunthorpe · 7 years ago
  100. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago