1. 440d896 tipc: clean up link creation by Jon Paul Maloy · 9 years ago
  2. 662921c tipc: merge link->exec_mode and link->state into one FSM by Jon Paul Maloy · 9 years ago
  3. 5045f7b tipc: move protocol message sending away from link FSM by Jon Paul Maloy · 9 years ago
  4. 6e49815 tipc: move link synch and failover to link aggregation level 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. cbeb83c tipc: eliminate function tipc_link_activate() by Jon Paul Maloy · 9 years ago
  7. d999297 tipc: reduce locking scope during packet reception 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. 333ef69 tipc: simplify link timer implementation by Jon Paul Maloy · 9 years ago
  10. 6ab30f9 tipc: improve link FSM implementation by Jon Paul Maloy · 9 years ago
  11. d3504c3 tipc: clean up definitions and usage of link flags by Jon Paul Maloy · 9 years ago
  12. af9b028 tipc: make media xmit call outside node spinlock context by Jon Paul Maloy · 9 years ago
  13. d39bbd4 tipc: move link input queue to tipc_node by Jon Paul Maloy · 9 years ago
  14. 7d967b6 tipc: purge backlog queue counters when broadcast link is reset by Jon Paul Maloy · 9 years ago
  15. cd4eee3 tipc: simplify link supervision checkpointing by Jon Paul Maloy · 9 years ago
  16. a97b9d3 tipc: rename fields in struct tipc_link by Jon Paul Maloy · 9 years ago
  17. e4bf4f7 tipc: simplify packet sequence number handling by Jon Paul Maloy · 9 years ago
  18. b1c29f6 tipc: simplify resetting and disabling of bearers by Jon Paul Maloy · 9 years ago
  19. ed193ec tipc: simplify link mtu negotiation by Jon Paul Maloy · 9 years ago
  20. dff29b1 tipc: eliminate delayed link deletion at link failover by Jon Paul Maloy · 9 years ago
  21. 8b4ed86 tipc: eliminate race condition at dual link establishment by Jon Paul Maloy · 9 years ago
  22. 1f66d16 tipc: introduce starvation free send algorithm by Jon Paul Maloy · 9 years ago
  23. 05dcc5a tipc: split link outqueue by Jon Paul Maloy · 9 years ago
  24. 1817877 tipc: convert legacy nl link stat reset to nl compat by Richard Alpe · 9 years ago
  25. 37e2d48 tipc: convert legacy nl link prop set to nl compat by Richard Alpe · 9 years ago
  26. f2b3b2d tipc: convert legacy nl link stat to nl compat by Richard Alpe · 9 years ago
  27. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 9 years ago
  28. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 9 years ago
  29. 7d24dcd tipc: avoid stale link after aborted failover by Jon Paul Maloy · 9 years ago
  30. 2d72d49 tipc: add reference count to struct tipc_link by Jon Paul Maloy · 9 years ago
  31. 7f9f95d tipc: make bearer list support net namespace by Ying Xue · 10 years ago
  32. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 10 years ago
  33. 54fef04 tipc: remove unused tipc_link_get_max_pkt routine by Ying Xue · 10 years ago
  34. 859fc7c tipc: cleanup core.c and core.h files by Ying Xue · 10 years ago
  35. 2f55c43 tipc: remove unnecessary wrapper functions of kernel timer APIs by Ying Xue · 10 years ago
  36. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 10 years ago
  37. bc6fecd tipc: use generic SKB list APIs to manage deferred queue of link by Ying Xue · 10 years ago
  38. 58dc55f tipc: use generic SKB list APIs to manage link transmission queue by Ying Xue · 10 years ago
  39. 99315ad tipc: remove unused between routine by Ying Xue · 10 years ago
  40. 47b4c9a tipc: clean up the process of link pushing packets by Ying Xue · 10 years ago
  41. 7b6f087 tipc: remove retransmission queue by Ying Xue · 10 years ago
  42. 8965d25 tipc: remove protocol message queue by Ying Xue · 10 years ago
  43. ae36342 tipc: add link stat reset to new netlink api by Richard Alpe · 10 years ago
  44. f96ce7a tipc: add link set to new netlink api by Richard Alpe · 10 years ago
  45. 7be57fc tipc: add link get/dump to new netlink api by Richard Alpe · 10 years ago
  46. 0655f6a tipc: add bearer disable/enable to new netlink api by Richard Alpe · 10 years ago
  47. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  48. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  49. c4116e1 tipc: remove unreferenced functions by Jon Paul Maloy · 10 years ago
  50. dbdf6d2 tipc: make name table distributor use new send function by Jon Paul Maloy · 10 years ago
  51. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 10 years ago
  52. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 10 years ago
  53. 3f5a12b tipc: avoid to asynchronously reset all links by Ying Xue · 10 years ago
  54. 7a2f7d1 tipc: decouple the relationship between bearer and link by Ying Xue · 10 years ago
  55. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 10 years ago
  56. 7d33939 tipc: delay delete of link when failover is needed by Jon Paul Maloy · 10 years ago
  57. c61dd61 tipc: remove 'links' list from tipc_bearer struct by Ying Xue · 10 years ago
  58. 135daee tipc: redefine 'started' flag in struct link to bitmap by Ying Xue · 10 years ago
  59. 8d8439b tipc: move code for deleting links from bearer.c to link.c by Ying Xue · 10 years ago
  60. e0ca2c3 tipc: move code for resetting links from bearer.c to link.c by Ying Xue · 10 years ago
  61. 03b9201 tipc: stricter behavior of message reassembly function by Jon Paul Maloy · 10 years ago
  62. 581465f tipc: make link start event synchronous by Jon Paul Maloy · 11 years ago
  63. 170b392 tipc: rename functions related to link failover and improve comments by Jon Paul Maloy · 11 years ago
  64. 9805696 tipc: make local function static by stephen hemminger · 11 years ago
  65. 77a7e07 tipc: remove unused 'blocked' flag from tipc_link struct by Ying Xue · 11 years ago
  66. 40ba3cd tipc: message reassembly using fragment chain by Erik Hugne · 11 years ago
  67. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  68. 3c294cb tipc: remove the bearer congestion mechanism by Ying Xue · 12 years ago
  69. 869dd46 tipc: remove print_buf and deprecated log buffer code by Erik Hugne · 12 years ago
  70. 7e9cab5 tipc: factor stats struct out of the larger link struct by Paul Gortmaker · 12 years ago
  71. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  72. a18c4bc tipc: rename struct link* to struct tipc_link* by Paul Gortmaker · 13 years ago
  73. f905730 tipc: Allow use of buf_seqno() helper routine by unicast links by Allan Stephens · 13 years ago
  74. 36559591 tipc: Ignore broadcast acknowledgements that are out-of-range by Allan Stephens · 13 years ago
  75. 9aa88c2 tipc: Enhance sending of bulk name table messages by Allan Stephens · 13 years ago
  76. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 13 years ago
  77. 37b9c08 tipc: Optimizations to link creation code by Allan Stephens · 13 years ago
  78. 9bd80b6 tipc: Improve accuracy of link transmit queue maximum size statistic by Allan Stephens · 14 years ago
  79. 2d627b9 tipc: Combine bearer structure with tipc_bearer structure by Allan Stephens · 14 years ago
  80. 23dd4cc tipc: Combine port structure with tipc_port structure by Allan Stephens · 14 years ago
  81. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 14 years ago
  82. 8d64a5b tipc: Prune down link-specific debugging code by Allan Stephens · 14 years ago
  83. f5e7526 tipc: rename dbg.[ch] to log.[ch] by Allan Stephens · 14 years ago
  84. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  85. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  86. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 14 years ago
  87. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  88. 01fee25 tipc: Relocate trivial link status functions to header file by Allan Stephens · 14 years ago
  89. 6c00055 tipc: Don't use structure names which easily globally conflict. by David S. Miller · 16 years ago
  90. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  91. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 19 years ago
  92. 593a5f2 [TIPC] More updates of file headers by Per Liden · 19 years ago
  93. 9da1c8b [TIPC] Update of file headers by Per Liden · 19 years ago
  94. 9ea1fd3 [TIPC] License header update by Per Liden · 19 years ago
  95. b97bf3f [TIPC] Initial merge by Per Liden · 19 years ago