1. 1ef6f7c tipc: add automatic session key exchange by Tuong Lien · 4 years, 3 months ago
  2. cad2929 tipc: update a binding service via broadcast by Hoang Huu Le · 4 years, 7 months ago
  3. e1f3219 tipc: add support for AEAD key setting via netlink by Tuong Lien · 5 years ago
  4. fc1b6d6 tipc: introduce TIPC encryption & authentication by Tuong Lien · 5 years ago
  5. 4cbf8ac tipc: enable creating a "preliminary" node by Tuong Lien · 5 years ago
  6. c0bceb9 tipc: add smart nagle feature by Jon Maloy · 5 years ago
  7. f73b128 tipc: improve throughput between nodes in netns by Hoang Le · 5 years ago
  8. 4929a93 tipc: optimize link synching mechanism by Tuong Lien · 5 years ago
  9. 9195948 tipc: improve TIPC throughput by Gap ACK blocks by Tuong Lien · 6 years ago
  10. ff2ebbf tipc: introduce new capability flag for cluster by Hoang Le · 6 years ago
  11. b4b9771 tipc: enable tracepoints in tipc by Tuong Lien · 6 years ago
  12. 25b9221 tipc: add SYN bit to connection setup messages by Jon Maloy · 6 years ago
  13. 9012de5 tipc: add sequence number check for link STATE messages by Jon Maloy · 6 years ago
  14. 3e5cf36 tipc: introduce ioctl for fetching node identity by Jon Maloy · 7 years ago
  15. 682cd3c tipc: confgiure and apply UDP bearer MTU on running links by GhantaKrishnamurthy MohanKrishna · 7 years ago
  16. 25b0b9c tipc: handle collisions of 32-bit node address hash values by Jon Maloy · 7 years ago
  17. d50ccc2 tipc: add 128-bit node identifier by Jon Maloy · 7 years ago
  18. 2026364 tipc: remove restrictions on node address values by Jon Maloy · 7 years ago
  19. 37c64cf tipc: apply bearer link tolerance on running links by Jon Maloy · 7 years ago
  20. 75da216 tipc: introduce communication groups by Jon Maloy · 7 years ago
  21. f70d37b tipc: add new function for sending multiple small messages by Jon Maloy · 7 years ago
  22. 38077b8 tipc: add ability to obtain node availability status from other files by Jon Maloy · 7 years ago
  23. 01fd12b tipc: make replicast a user selectable option by Jon Paul Maloy · 8 years ago
  24. 02d11ca tipc: transfer broadcast nacks in link state messages by Jon Paul Maloy · 8 years ago
  25. b340402 tipc: add peer removal functionality by Richard Alpe · 8 years ago
  26. cf6f7e1 tipc: dump monitor attributes by Parthasarathy Bhuvaragan · 8 years ago
  27. bf1035b tipc: get monitor threshold for the cluster by Parthasarathy Bhuvaragan · 8 years ago
  28. 7b3f522 tipc: make cluster size threshold for monitoring configurable by Parthasarathy Bhuvaragan · 8 years ago
  29. 10724cc tipc: redesign connection-level flow control by Jon Paul Maloy · 9 years ago
  30. 60020e1 tipc: propagate peer node capabilities to socket layer by Jon Paul Maloy · 9 years ago
  31. 38206d5 tipc: narrow down interface towards struct tipc_link by Jon Paul Maloy · 9 years ago
  32. 5be9c08 tipc: narrow down exposure of struct tipc_node by Jon Paul Maloy · 9 years ago
  33. 5405ff6 tipc: convert node lock to rwlock by Jon Paul Maloy · 9 years ago
  34. 2312bf6 tipc: introduce per-link spinlock by Jon Paul Maloy · 9 years ago
  35. 1d7e1c2 tipc: reduce code dependency between binding table and node layer by Jon Paul Maloy · 9 years ago
  36. 2af5ae3 tipc: clean up unused code and structures by Jon Paul Maloy · 9 years ago
  37. 5266698 tipc: let broadcast packet reception use new link receive function by Jon Paul Maloy · 9 years ago
  38. fd556f2 tipc: introduce capability bit for broadcast synchronization by Jon Paul Maloy · 9 years ago
  39. 23d8335 tipc: remove implicit message delivery in node_unlock() by Jon Paul Maloy · 9 years ago
  40. cf14881 tipc: move received discovery data evaluation inside node.c by Jon Paul Maloy · 9 years ago
  41. 6e49815 tipc: move link synch and failover to link aggregation level by Jon Paul Maloy · 9 years ago
  42. 66996b6 tipc: extend node FSM by Jon Paul Maloy · 9 years ago
  43. 6144a99 tipc: move all link_reset() calls to link aggregation level by Jon Paul Maloy · 9 years ago
  44. d999297 tipc: reduce locking scope during packet reception by Jon Paul Maloy · 9 years ago
  45. 1a20cc2 tipc: introduce node contact FSM by Jon Paul Maloy · 9 years ago
  46. 8a1577c tipc: move link supervision timer to node level by Jon Paul Maloy · 9 years ago
  47. af9b028 tipc: make media xmit call outside node spinlock context by Jon Paul Maloy · 9 years ago
  48. 36e78a4 tipc: use bearer index when looking up active links by Jon Paul Maloy · 9 years ago
  49. d39bbd4 tipc: move link input queue to tipc_node by Jon Paul Maloy · 9 years ago
  50. d3a43b9 tipc: move link creation from neighbor discoverer to node by Jon Paul Maloy · 9 years ago
  51. 9d13ec6 tipc: introduce link entry structure to struct tipc_node by Jon Paul Maloy · 9 years ago
  52. a6bf70f tipc: simplify include dependencies by Jon Paul Maloy · 10 years ago
  53. 8a0f6eb tipc: involve reference counter for node structure by Ying Xue · 10 years ago
  54. b952b2b tipc: fix potential deadlock when all links are reset by Ying Xue · 10 years ago
  55. 05dcc5a tipc: split link outqueue by Jon Paul Maloy · 10 years ago
  56. 7764d6e tipc: add framework for node capabilities exchange by Jon Paul Maloy · 10 years ago
  57. 4b28cb5 tipc: convert legacy nl node dump to nl compat by Richard Alpe · 10 years ago
  58. 357ebdb tipc: convert legacy nl link dump to nl compat by Richard Alpe · 10 years ago
  59. cb1b728 tipc: eliminate race condition at multicast reception by Jon Paul Maloy · 10 years ago
  60. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 10 years ago
  61. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 10 years ago
  62. bc6fecd tipc: use generic SKB list APIs to manage deferred queue of link by Ying Xue · 10 years ago
  63. a8f48af tipc: remove node subscription infrastructure by Ying Xue · 10 years ago
  64. 3e4b6ab tipc: add node get/dump to new netlink api by Richard Alpe · 10 years ago
  65. 7b8613e tipc: fix a potential deadlock by Ying Xue · 10 years ago
  66. 908344c tipc: fix bug in multicast congestion handling by Jon Maloy · 10 years ago
  67. 02be61a9 tipc: use message to abort connections when losing contact to node by Jon Paul Maloy · 10 years ago
  68. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  69. 16e166b tipc: make link mtu easily accessible from socket by Jon Paul Maloy · 11 years ago
  70. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 11 years ago
  71. aecb9bb tipc: rename enum names of node flags by Ying Xue · 11 years ago
  72. ca0c427 tipc: avoid to asynchronously deliver name tables to peer node by Ying Xue · 11 years ago
  73. 9d56194 tipc: remove TIPC_NAMES_GONE node flag by Ying Xue · 11 years ago
  74. 9db9fdd tipc: avoid to asynchronously notify subscriptions by Ying Xue · 11 years ago
  75. 10f465c tipc: rename setup_blocked variable of node struct to flags by Ying Xue · 11 years ago
  76. 486f930 tipc: adjust order of variables in tipc_node structure by Ying Xue · 11 years ago
  77. 78acb1f tipc: add ioctl to fetch link names by Erik Hugne · 11 years ago
  78. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 11 years ago
  79. 46651c5 tipc: rename node create lock to protect node list and hlist by Ying Xue · 11 years ago
  80. b9d4c33 tipc: remove 'has_redundant_link' flag from STATE link protocol messages by Jon Paul Maloy · 11 years ago
  81. eec73f1 tipc: remove unused code by stephen hemminger · 11 years ago
  82. 40ba3cd tipc: message reassembly using fragment chain by Erik Hugne · 11 years ago
  83. 389dd9b tipc: rename supported flag to recv_permitted by Ying Xue · 12 years ago
  84. 818f4da tipc: remove supportable flag from bclink structure by Ying Xue · 12 years ago
  85. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 13 years ago
  86. a635b46 tipc: Hide internal details of node table implementation by Allan Stephens · 13 years ago
  87. fc0eea6 tipc: Introduce node signature field in neighbor discovery message by Allan Stephens · 13 years ago
  88. 1ec2bb0 tipc: Remove obsolete broadcast tag capability by Allan Stephens · 13 years ago
  89. 7a54d4a tipc: Major redesign of broadcast link ACK/NACK algorithms by Allan Stephens · 13 years ago
  90. 9349931 tipc: Ensure broadcast link re-acquires node after link failure by Allan Stephens · 13 years ago
  91. a18c4bc tipc: rename struct link* to struct tipc_link* by Paul Gortmaker · 13 years ago
  92. b4b5610 tipc: Ensure both nodes recognize loss of contact between them by Allan Stephens · 14 years ago
  93. 37b9c08 tipc: Optimizations to link creation code by Allan Stephens · 14 years ago
  94. 8f19afb tipc: cosmetic - function names are not to be full sentences by Paul Gortmaker · 14 years ago
  95. 672d99e tipc: Convert node object array to a hash table by Allan Stephens · 14 years ago
  96. d1bcb11 tipc: Split up unified structure of network-related variables by Allan Stephens · 14 years ago
  97. 8f92df6 tipc: Remove prototype code for supporting multiple clusters by Allan Stephens · 14 years ago
  98. 51a8e4d tipc: Remove prototype code for supporting inter-cluster routing by Allan Stephens · 14 years ago
  99. 51f98a8 tipc: Remove prototype code for supporting multiple zones by Allan Stephens · 14 years ago
  100. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago