1. 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  2. 36595d8 net/smc: Reset conn->lgr when link group registration fails by Wen Gu · 3 years ago
  3. 1f52a93 net/smc: add comments for smc_link_{usable|sendable} by Dust Li · 3 years ago
  4. 3a856c1 net/smc: remove redundant re-assignment of pointer link by Colin Ian King · 3 years ago
  5. d7cd421 net/smc: Introduce TCP ULP support by Tony Lu · 3 years ago
  6. a838f50 net/smc: Add net namespace for tracepoints by Tony Lu · 3 years ago
  7. de2fea7 net/smc: Print net namespace in log by Tony Lu · 3 years ago
  8. 79d39fc net/smc: Add netlink net namespace support by Tony Lu · 3 years ago
  9. 0237a3a net/smc: Introduce net namespace support for linkgroup by Tony Lu · 3 years ago
  10. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  11. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  12. 49dc901 net/smc: Use the bitmap API when applicable by Christophe JAILLET · 3 years ago
  13. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  14. 349d431 net/smc: fix kernel panic caused by race of smc_sock by Dust Li · 3 years ago
  15. 90cee52 net/smc: don't send CDC/LLC message if link not ready by Dust Li · 3 years ago
  16. 6d7373d net/smc: fix using of uninitialized completions by Karsten Graul · 3 years ago
  17. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  18. 5c15b31 net/smc: Prevent smc_release() from long blocking by D. Wythe · 3 years ago
  19. b606452 net/smc: add net device tracker to struct smc_pnetentry by Eric Dumazet · 3 years, 1 month ago
  20. 1c55269 net/smc: Clear memory when release and reuse buffer by Tony Lu · 3 years, 1 month ago
  21. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  22. 00e158f net/smc: Keep smc_close_final rc during active close by Tony Lu · 3 years, 1 month ago
  23. 789b6cc net/smc: fix wrong list_del in smc_lgr_cleanup_early by Dust Li · 3 years, 1 month ago
  24. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  25. bacb6c1 net/smc: Don't call clcsock shutdown twice when smc shutdown by Tony Lu · 3 years, 1 month ago
  26. 9ebb0c4 net/smc: Fix loop in smc_listen by Guo DaXing · 3 years, 1 month ago
  27. 587acad net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() by Karsten Graul · 3 years, 1 month ago
  28. 606a63c net/smc: Ensure the active closing peer first closes clcsock by Tony Lu · 3 years, 1 month ago
  29. 45c3ff7 net/smc: Clean up local struct sock variables by Tony Lu · 3 years, 1 month ago
  30. 7a61432 net/smc: Avoid warning of possible recursive locking by Wen Gu · 3 years, 1 month ago
  31. 50fc249 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  32. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 1 month ago
  33. cf4f553 net/smc: Make sure the link_id is unique by Wen Gu · 3 years, 1 month ago
  34. 2153bd1 net/smc: Transfer remaining wait queue entries during fallback by Wen Gu · 3 years, 1 month ago
  35. e5d5aad net/smc: fix sk_refcnt underflow on linkdown and fallback by Dust Li · 3 years, 2 months ago
  36. af1877b net/smc: Print function name in smcr_link_down tracepoint by Tony Lu · 3 years, 2 months ago
  37. a3a0e81 net/smc: Introduce tracepoint for smcr link down by Tony Lu · 3 years, 2 months ago
  38. aff3083 net/smc: Introduce tracepoints for tx and rx msg by Tony Lu · 3 years, 2 months ago
  39. 4826260 net/smc: Introduce tracepoint for fallback by Tony Lu · 3 years, 2 months ago
  40. 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  41. f3a3a0f net/smc: Correct spelling mistake to TCPF_SYN_RECV by Wen Gu · 3 years, 2 months ago
  42. c4a146c net/smc: Fix smc_link->llc_testlink_time overflow by Tony Lu · 3 years, 2 months ago
  43. 29397e3 net/smc: stop links when their GID is removed by Karsten Graul · 3 years, 2 months ago
  44. b0539f5 net/smc: add netlink support for SMC-Rv2 by Karsten Graul · 3 years, 2 months ago
  45. b4ba465 net/smc: extend LLC layer for SMC-Rv2 by Karsten Graul · 3 years, 2 months ago
  46. 8799e31 net/smc: add v2 support to the work request layer by Karsten Graul · 3 years, 2 months ago
  47. 24fb681 net/smc: retrieve v2 gid from IB device by Karsten Graul · 3 years, 2 months ago
  48. 8ade200 net/smc: add v2 format of CLC decline message by Karsten Graul · 3 years, 2 months ago
  49. e49300a net/smc: add listen processing for SMC-Rv2 by Karsten Graul · 3 years, 2 months ago
  50. e5c4744 net/smc: add SMC-Rv2 connection establishment by Karsten Graul · 3 years, 2 months ago
  51. 42042db net/smc: prepare for SMC-Rv2 connection by Karsten Graul · 3 years, 2 months ago
  52. ed990df net/smc: save stack space and allocate smc_init_info by Karsten Graul · 3 years, 2 months ago
  53. e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  54. 95f7f3e net/smc: improved fix wait on already cleared link by Karsten Graul · 3 years, 3 months ago
  55. 2fcd14d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  56. a18cee4 net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work by Karsten Graul · 3 years, 3 months ago
  57. 6c90731 net/smc: add missing error check in smc_clc_prfx_set() by Karsten Graul · 3 years, 3 months ago
  58. 3c57214 net/smc: add generic netlink support for system EID by Karsten Graul · 3 years, 3 months ago
  59. 11a26c5 net/smc: keep static copy of system EID by Karsten Graul · 3 years, 3 months ago
  60. fa08666 net/smc: add support for user defined EIDs by Karsten Graul · 3 years, 3 months ago
  61. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  62. 6716177 net/smc: Allow SMC-D 1MB DMB allocations by Stefan Raspl · 3 years, 5 months ago
  63. 64513d2 net/smc: Correct smc link connection counter in case of smc client by Guvenc Gulce · 3 years, 5 months ago
  64. 8f3d65c net/smc: fix wait on already cleared link by Karsten Graul · 3 years, 5 months ago
  65. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  66. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  67. 1708163 net/smc: Ensure correct state of the socket in send path by Guvenc Gulce · 3 years, 6 months ago
  68. 1a1100d net/smc: Fix ENODATA tests in smc_nl_get_fback_stats() by Dan Carpenter · 3 years, 6 months ago
  69. 194730a net/smc: Make SMC statistics network namespace aware by Guvenc Gulce · 3 years, 6 months ago
  70. f0dd7bf net/smc: Add netlink support for SMC fallback statistics by Guvenc Gulce · 3 years, 6 months ago
  71. 8c40602 net/smc: Add netlink support for SMC statistics by Guvenc Gulce · 3 years, 6 months ago
  72. e0e4b8f net/smc: Add SMC statistics support by Guvenc Gulce · 3 years, 6 months ago
  73. 5e4a43c net/smc: no need to flush smcd_dev's event_wq before destroying it by Julian Wiedmann · 3 years, 7 months ago
  74. f8e0a68 net/smc: avoid possible duplicate dmb unregistration by Karsten Graul · 3 years, 7 months ago
  75. d7c5303 Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 7 months ago
  76. 444d7be net/smc: remove device from smcd_dev_list after failed device_add() by Julian Wiedmann · 3 years, 7 months ago
  77. bbeb18f net/smc: properly handle workqueue allocation failure by Anirudh Rayabharam · 3 years, 8 months ago
  78. 5369ead Revert "net/smc: fix a NULL pointer dereference" by Greg Kroah-Hartman · 3 years, 8 months ago
  79. 8621436 smc: disallow TCP_ULP in smc_setsockopt() by Cong Wang · 3 years, 8 months ago
  80. 6fd6c48 net/smc: Remove redundant assignment to rc by Jiapeng Chong · 3 years, 8 months ago
  81. ec7e48c net: smc: Remove repeated struct declaration by Wan Jiabing · 3 years, 9 months ago
  82. 8a44653 net/smc: use memcpy instead of snprintf to avoid out of bounds read by Guvenc Gulce · 4 years ago
  83. 25fe2c9 smc: fix out of bound access in smc_nl_get_sys_info() by Jakub Kicinski · 4 years ago
  84. 995433b net/smc: fix access to parent of an ib device by Karsten Graul · 4 years ago
  85. a3db10e net/smc: Add support for obtaining SMCR device list by Guvenc Gulce · 4 years, 1 month ago
  86. aaf9552 net/smc: Add support for obtaining SMCD device list by Guvenc Gulce · 4 years, 1 month ago
  87. 8f9dde4 net/smc: Add SMC-D Linkgroup diagnostic support by Guvenc Gulce · 4 years, 1 month ago
  88. 5a7e09d net/smc: Introduce SMCR get link command by Guvenc Gulce · 4 years, 1 month ago
  89. e9b8c84 net/smc: Introduce SMCR get linkgroup command by Guvenc Gulce · 4 years, 1 month ago
  90. 099b990 net/smc: Add support for obtaining system information by Guvenc Gulce · 4 years, 1 month ago
  91. e8372d9 net/smc: Introduce generic netlink interface for diagnostic purposes by Guvenc Gulce · 4 years, 1 month ago
  92. 49407ae net/smc: Refactor smc ism v2 capability handling by Guvenc Gulce · 4 years, 1 month ago
  93. 6443b2f net/smc: Add diagnostic information to link structure by Guvenc Gulce · 4 years, 1 month ago
  94. 3d453f5 net/smc: Add diagnostic information to smc ib-device by Guvenc Gulce · 4 years, 1 month ago
  95. ddc9928 net/smc: Add link counters for IB device ports by Guvenc Gulce · 4 years, 1 month ago
  96. 07d5158 net/smc: Add connection counters for links by Guvenc Gulce · 4 years, 1 month ago
  97. 8b2f0f4 net/smc: Use active link of the connection by Guvenc Gulce · 4 years, 1 month ago
  98. 8cf3f3e net/smc: use helper smc_conn_abort() in listen processing by Karsten Graul · 4 years, 1 month ago
  99. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  100. 41a0be3 net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() by Karsten Graul · 4 years, 1 month ago