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