1. 38206d5 tipc: narrow down interface towards struct tipc_link by Jon Paul Maloy · 9 years ago
  2. 5be9c08 tipc: narrow down exposure of struct tipc_node by Jon Paul Maloy · 9 years ago
  3. 5405ff6 tipc: convert node lock to rwlock by Jon Paul Maloy · 9 years ago
  4. 2312bf6 tipc: introduce per-link spinlock by Jon Paul Maloy · 9 years ago
  5. 1d7e1c2 tipc: reduce code dependency between binding table and node layer by Jon Paul Maloy · 9 years ago
  6. 2af5ae3 tipc: clean up unused code and structures by Jon Paul Maloy · 9 years ago
  7. 5266698 tipc: let broadcast packet reception use new link receive function by Jon Paul Maloy · 9 years ago
  8. fd556f2 tipc: introduce capability bit for broadcast synchronization by Jon Paul Maloy · 9 years ago
  9. 23d8335 tipc: remove implicit message delivery in node_unlock() by Jon Paul Maloy · 9 years ago
  10. cf14881 tipc: move received discovery data evaluation inside node.c by Jon Paul Maloy · 9 years ago
  11. 6e49815 tipc: move link synch and failover to link aggregation level by Jon Paul Maloy · 9 years ago
  12. 66996b6 tipc: extend node FSM by Jon Paul Maloy · 9 years ago
  13. 6144a99 tipc: move all link_reset() calls to link aggregation level by Jon Paul Maloy · 9 years ago
  14. d999297 tipc: reduce locking scope during packet reception by Jon Paul Maloy · 9 years ago
  15. 1a20cc2 tipc: introduce node contact FSM by Jon Paul Maloy · 9 years ago
  16. 8a1577c tipc: move link supervision timer to node level by Jon Paul Maloy · 9 years ago
  17. af9b028 tipc: make media xmit call outside node spinlock context by Jon Paul Maloy · 9 years ago
  18. 36e78a4 tipc: use bearer index when looking up active links by Jon Paul Maloy · 9 years ago
  19. d39bbd4 tipc: move link input queue to tipc_node by Jon Paul Maloy · 9 years ago
  20. d3a43b9 tipc: move link creation from neighbor discoverer to node by Jon Paul Maloy · 9 years ago
  21. 9d13ec6 tipc: introduce link entry structure to struct tipc_node by Jon Paul Maloy · 9 years ago
  22. a6bf70f tipc: simplify include dependencies by Jon Paul Maloy · 9 years ago
  23. 8a0f6eb tipc: involve reference counter for node structure by Ying Xue · 9 years ago
  24. b952b2b tipc: fix potential deadlock when all links are reset by Ying Xue · 9 years ago
  25. 05dcc5a tipc: split link outqueue by Jon Paul Maloy · 9 years ago
  26. 7764d6e tipc: add framework for node capabilities exchange by Jon Paul Maloy · 9 years ago
  27. 4b28cb5 tipc: convert legacy nl node dump to nl compat by Richard Alpe · 9 years ago
  28. 357ebdb tipc: convert legacy nl link dump to nl compat by Richard Alpe · 9 years ago
  29. cb1b728 tipc: eliminate race condition at multicast reception by Jon Paul Maloy · 9 years ago
  30. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 9 years ago
  31. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 10 years ago
  32. bc6fecd tipc: use generic SKB list APIs to manage deferred queue of link by Ying Xue · 10 years ago
  33. a8f48af tipc: remove node subscription infrastructure by Ying Xue · 10 years ago
  34. 3e4b6ab tipc: add node get/dump to new netlink api by Richard Alpe · 10 years ago
  35. 7b8613e tipc: fix a potential deadlock by Ying Xue · 10 years ago
  36. 908344c tipc: fix bug in multicast congestion handling by Jon Maloy · 10 years ago
  37. 02be61a tipc: use message to abort connections when losing contact to node by Jon Paul Maloy · 10 years ago
  38. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  39. 16e166b tipc: make link mtu easily accessible from socket by Jon Paul Maloy · 10 years ago
  40. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 10 years ago
  41. aecb9bb tipc: rename enum names of node flags by Ying Xue · 10 years ago
  42. ca0c427 tipc: avoid to asynchronously deliver name tables to peer node by Ying Xue · 10 years ago
  43. 9d56194 tipc: remove TIPC_NAMES_GONE node flag by Ying Xue · 10 years ago
  44. 9db9fdd tipc: avoid to asynchronously notify subscriptions by Ying Xue · 10 years ago
  45. 10f465c tipc: rename setup_blocked variable of node struct to flags by Ying Xue · 10 years ago
  46. 486f930 tipc: adjust order of variables in tipc_node structure by Ying Xue · 10 years ago
  47. 78acb1f tipc: add ioctl to fetch link names by Erik Hugne · 10 years ago
  48. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 10 years ago
  49. 46651c5 tipc: rename node create lock to protect node list and hlist by Ying Xue · 10 years ago
  50. b9d4c33 tipc: remove 'has_redundant_link' flag from STATE link protocol messages by Jon Paul Maloy · 11 years ago
  51. eec73f1 tipc: remove unused code by stephen hemminger · 11 years ago
  52. 40ba3cd tipc: message reassembly using fragment chain by Erik Hugne · 11 years ago
  53. 389dd9b tipc: rename supported flag to recv_permitted by Ying Xue · 12 years ago
  54. 818f4da tipc: remove supportable flag from bclink structure by Ying Xue · 12 years ago
  55. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  56. a635b46 tipc: Hide internal details of node table implementation by Allan Stephens · 13 years ago
  57. fc0eea6 tipc: Introduce node signature field in neighbor discovery message by Allan Stephens · 13 years ago
  58. 1ec2bb0 tipc: Remove obsolete broadcast tag capability by Allan Stephens · 13 years ago
  59. 7a54d4a tipc: Major redesign of broadcast link ACK/NACK algorithms by Allan Stephens · 13 years ago
  60. 9349931 tipc: Ensure broadcast link re-acquires node after link failure by Allan Stephens · 13 years ago
  61. a18c4bc tipc: rename struct link* to struct tipc_link* by Paul Gortmaker · 13 years ago
  62. b4b5610 tipc: Ensure both nodes recognize loss of contact between them by Allan Stephens · 13 years ago
  63. 37b9c08 tipc: Optimizations to link creation code by Allan Stephens · 13 years ago
  64. 8f19afb tipc: cosmetic - function names are not to be full sentences by Paul Gortmaker · 13 years ago
  65. 672d99e tipc: Convert node object array to a hash table by Allan Stephens · 13 years ago
  66. d1bcb11 tipc: Split up unified structure of network-related variables by Allan Stephens · 13 years ago
  67. 8f92df6 tipc: Remove prototype code for supporting multiple clusters by Allan Stephens · 14 years ago
  68. 51a8e4d tipc: Remove prototype code for supporting inter-cluster routing by Allan Stephens · 14 years ago
  69. 51f98a8 tipc: Remove prototype code for supporting multiple zones by Allan Stephens · 14 years ago
  70. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  71. 5a68d5e tipc: Prevent missing name table entries when link flip-flops rapidly by Allan Stephens · 14 years ago
  72. 6c00055 tipc: Don't use structure names which easily globally conflict. by David S. Miller · 16 years ago
  73. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  74. 5392d64 [TIPC]: Fixed link switchover bugs by Allan Stephens · 18 years ago
  75. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 18 years ago
  76. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 18 years ago
  77. 593a5f2 [TIPC] More updates of file headers by Per Liden · 19 years ago
  78. 9da1c8b [TIPC] Update of file headers by Per Liden · 19 years ago
  79. 9ea1fd3 [TIPC] License header update by Per Liden · 19 years ago
  80. b97bf3f [TIPC] Initial merge by Per Liden · 19 years ago