1. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  2. 242b233 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 7 months ago
  3. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  4. b8ded9d net/smc: pre-fetch send buffer outside of send_lock by Karsten Graul · 4 years, 7 months ago
  5. 09d0310 net/smc: mark smc_pnet_policy as const by Dmitry Vyukov · 4 years, 8 months ago
  6. b8d9e7f fs: make the pipe_buf_operations ->confirm operation optional by Christoph Hellwig · 4 years, 8 months ago
  7. 76887c2 fs: make the pipe_buf_operations ->steal operation optional by Christoph Hellwig · 4 years, 8 months ago
  8. ca7e3ed net/smc: remove set but not used variables 'del_llc, del_llc_resp' by YueHaibing · 4 years, 8 months ago
  9. 11a0ae4 RDMA: Allow ib_client's to fail when add() is called by Jason Gunthorpe · 4 years, 9 months ago
  10. fea8052 net/smc: remove unused inline function smc_curs_read by YueHaibing · 4 years, 8 months ago
  11. 0a99be4 net/smc: log important pnetid and state change events by Karsten Graul · 4 years, 8 months ago
  12. 649758f net/smc: save SMC-R peer link_uid by Karsten Graul · 4 years, 8 months ago
  13. 45fa8da net/smc: create improved SMC-R link_uid by Karsten Graul · 4 years, 8 months ago
  14. a52bcc9 net/smc: improve termination processing by Karsten Graul · 4 years, 8 months ago
  15. 3e0c40a net/smc: add termination reason and handle LLC protocol violation by Karsten Graul · 4 years, 8 months ago
  16. ad6c111b net/smc: asymmetric link tagging by Karsten Graul · 4 years, 8 months ago
  17. 56bc3b2 net/smc: assign link to a new connection by Karsten Graul · 4 years, 8 months ago
  18. f3811fd net/smc: send DELETE_LINK, ALL message and wait for send to complete by Karsten Graul · 4 years, 8 months ago
  19. 09c61d2 net/smc: wait for departure of an IB message by Karsten Graul · 4 years, 8 months ago
  20. b286a06 net/smc: handle incoming CDC validation message by Karsten Graul · 4 years, 8 months ago
  21. 29bd73d net/smc: send failover validation message by Karsten Graul · 4 years, 8 months ago
  22. c6f02eb net/smc: switch connections to alternate link by Karsten Graul · 4 years, 8 months ago
  23. f0ec4f1 net/smc: save state of last sent CDC message by Karsten Graul · 4 years, 8 months ago
  24. 4dadd15 net/smc: enqueue local LLC messages by Karsten Graul · 4 years, 8 months ago
  25. 08ae27d net/smc: delete link processing as SMC server by Karsten Graul · 4 years, 8 months ago
  26. 9c41687 net/smc: delete link processing as SMC client by Karsten Graul · 4 years, 8 months ago
  27. 9ec6bf1 net/smc: llc_del_link_work and use the LLC flow for delete link by Karsten Graul · 4 years, 8 months ago
  28. c9a5d24 net/smc: delete an asymmetric link as SMC server by Karsten Graul · 4 years, 8 months ago
  29. 1551c95 net/smc: final part of add link processing as SMC server by Karsten Graul · 4 years, 8 months ago
  30. 57b4992 net/smc: rkey processing for a new link as SMC server by Karsten Graul · 4 years, 8 months ago
  31. 2d2209f net/smc: first part of add link processing as SMC server by Karsten Graul · 4 years, 8 months ago
  32. b1570a8 net/smc: final part of add link processing as SMC client by Karsten Graul · 4 years, 8 months ago
  33. 87f88cd net/smc: rkey processing for a new link as SMC client by Karsten Graul · 4 years, 8 months ago
  34. 336ba09 net/smc: first part of add link processing as SMC client by Karsten Graul · 4 years, 8 months ago
  35. 40b9422 smc: Remove unused function. by David S. Miller · 4 years, 8 months ago
  36. b45e7f9 net/smc: llc_add_link_work to handle ADD_LINK LLC requests by Karsten Graul · 4 years, 8 months ago
  37. 8574cf4 net/smc: allocate index for a new link by Karsten Graul · 4 years, 8 months ago
  38. 6c868a3 net/smc: introduce smc_pnet_find_alt_roce() by Karsten Graul · 4 years, 8 months ago
  39. 33d2033 net/smc: remove DELETE LINK processing from smc_core.c by Karsten Graul · 4 years, 8 months ago
  40. 8752393 net/smc: take link down instead of terminating the link group by Karsten Graul · 4 years, 8 months ago
  41. 541afa1 net/smc: add smcr_port_err() and smcr_link_down() processing by Karsten Graul · 4 years, 8 months ago
  42. 1f90a05 net/smc: add smcr_port_add() and smcr_link_up() processing by Karsten Graul · 4 years, 8 months ago
  43. 35dcf7e net/smc: remember PNETID of IB device for later device matching by Karsten Graul · 4 years, 8 months ago
  44. d550066 net/smc: mutex to protect the lgr against parallel reconfigurations by Karsten Graul · 4 years, 8 months ago
  45. fbed3b3 net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link() by Karsten Graul · 4 years, 8 months ago
  46. fb33d277 net/smc: map and register buffers for a new link by Karsten Graul · 4 years, 8 months ago
  47. 4a3641c net/smc: unmapping of buffers to support multiple links by Karsten Graul · 4 years, 8 months ago
  48. 7562a13 net/smc: multiple link support for rmb buffer registration by Karsten Graul · 4 years, 8 months ago
  49. 41a211d net/smc: remove obsolete link state DELETING by Karsten Graul · 4 years, 8 months ago
  50. 42d18acc net/smc: remove handling of CONFIRM_RKEY_CONTINUE by Karsten Graul · 4 years, 8 months ago
  51. 218b24f net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flow by Karsten Graul · 4 years, 8 months ago
  52. 3bc67e0 net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flow by Karsten Graul · 4 years, 8 months ago
  53. ba21abd net/smc: new smc_rtoken_set functions for multiple link support by Karsten Graul · 4 years, 8 months ago
  54. 56e8091 net/smc: move the TEST_LINK response processing into event handler by Karsten Graul · 4 years, 8 months ago
  55. 6d74c3a net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkey by Karsten Graul · 4 years, 8 months ago
  56. 3d88a21 net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkey by Karsten Graul · 4 years, 8 months ago
  57. 0fb0b02 net/smc: adapt SMC client code to use the LLC flow by Karsten Graul · 4 years, 8 months ago
  58. 4667bb4 net/smc: adapt SMC server code to use the LLC flow by Karsten Graul · 4 years, 8 months ago
  59. 92334cf net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layer by Karsten Graul · 4 years, 8 months ago
  60. 81e6e5e net/smc: introduce link group type by Karsten Graul · 4 years, 8 months ago
  61. a6688d9 net/smc: enqueue all received LLC messages by Karsten Graul · 4 years, 8 months ago
  62. 555da9a net/smc: add event-based llc_flow framework by Karsten Graul · 4 years, 8 months ago
  63. 00a049c net/smc: move llc layer related init and clear into smc_llc.c by Karsten Graul · 4 years, 8 months ago
  64. faca536 net/smc: use mutex instead of rwlock_t to protect buffers by Karsten Graul · 4 years, 8 months ago
  65. ef79d43 net/smc: process llc responses in tasklet context by Karsten Graul · 4 years, 8 months ago
  66. 6c8968c net/smc: use worker to process incoming llc messages by Karsten Graul · 4 years, 8 months ago
  67. 2140ac2 net/smc: simplify link deactivation by Karsten Graul · 4 years, 8 months ago
  68. 1020e1e net/smc: move testlink work to system work queue by Karsten Graul · 4 years, 8 months ago
  69. d854fcb net/smc: add new link state and related helpers by Karsten Graul · 4 years, 8 months ago
  70. e07d31d net/smc: multi-link support for smc_rmb_rtoken_handling() by Karsten Graul · 4 years, 8 months ago
  71. b924754 net/smc: convert static link ID instances to support multiple links by Karsten Graul · 4 years, 8 months ago
  72. 387707f net/smc: convert static link ID to dynamic references by Karsten Graul · 4 years, 8 months ago
  73. 026c381 net/smc: introduce link_idx for link group array by Karsten Graul · 4 years, 8 months ago
  74. f3c1ded net/smc: separate function for link initialization by Karsten Graul · 4 years, 8 months ago
  75. fdff704 net/smc: rework pnet table to support SMC-R failover by Karsten Graul · 4 years, 8 months ago
  76. 1587982 RDMA: Remove a few extra calls to ib_get_client_data() by Jason Gunthorpe · 4 years, 9 months ago
  77. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  78. ece0d7bd net/smc: cancel event worker during device removal by Karsten Graul · 4 years, 10 months ago
  79. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  80. a2f2ef4 net/smc: check for valid ib_client_data by Karsten Graul · 4 years, 10 months ago
  81. a082ec8 net/smc: improve peer ID in CLC decline for SMC-R by Hans Wippel · 4 years, 11 months ago
  82. 366bb24 net/smc: rework peer ID handling by Hans Wippel · 4 years, 11 months ago
  83. 51e3dfa net/smc: fix cleanup for linkgroup setup failures by Ursula Braun · 4 years, 11 months ago
  84. 5613f20 net/smc: reduce port_event scheduling by Ursula Braun · 4 years, 11 months ago
  85. 5f78fe9 net/smc: simplify normal link termination by Karsten Graul · 4 years, 11 months ago
  86. ba95206 net/smc: remove unused parameter of smc_lgr_terminate() by Karsten Graul · 4 years, 11 months ago
  87. 3739707 net/smc: do not delete lgr from list twice by Karsten Graul · 4 years, 11 months ago
  88. 354ea2b net/smc: use termination worker under send_lock by Karsten Graul · 4 years, 11 months ago
  89. 55dd575 net/smc: improve smc_lgr_cleanup() by Karsten Graul · 4 years, 11 months ago
  90. 369537c net/smc: no peer ID in CLC decline for SMCD by Ursula Braun · 5 years ago
  91. 67f562e net/smc: transfer fasync_list in case of fallback by Ursula Braun · 5 years ago
  92. 457fed7 net/smc: fix leak of kernel memory to user space by Eric Dumazet · 5 years ago
  93. 29237d2 net/smc: allow unprivileged users to read pnet table by Hans Wippel · 5 years ago
  94. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  95. 28a3b84 net/smc: unregister ib devices in reboot_event by Karsten Graul · 5 years ago
  96. 8643474 net/smc: add fallback check to connect() by Ursula Braun · 5 years ago
  97. 29115ce net/smc: shorten lgr_cnt initialization by Ursula Braun · 5 years ago
  98. 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  99. 8204df7 net/smc: fix fastopen for non-blocking connect() by Ursula Braun · 5 years ago
  100. ab8536c net/smc: remove unused constant by Ursula Braun · 5 years ago