1. 58311d1 tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED by Ying Xue · 10 years ago
  2. 47b4c9a tipc: clean up the process of link pushing packets by Ying Xue · 10 years ago
  3. 7b6f087 tipc: remove retransmission queue by Ying Xue · 10 years ago
  4. 8965d25 tipc: remove protocol message queue by Ying Xue · 10 years ago
  5. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 10 years ago
  6. ae36342 tipc: add link stat reset to new netlink api by Richard Alpe · 10 years ago
  7. f96ce7a tipc: add link set to new netlink api by Richard Alpe · 10 years ago
  8. 7be57fc tipc: add link get/dump to new netlink api by Richard Alpe · 10 years ago
  9. 0655f6a tipc: add bearer disable/enable to new netlink api by Richard Alpe · 10 years ago
  10. 0372bf5 tipc: allow one link per bearer to neighboring nodes by Holger Brunck · 10 years ago
  11. 643566d tipc: fix bug in bundled buffer reception by Jon Paul Maloy · 10 years ago
  12. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  13. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  14. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  15. c4116e1 tipc: remove unreferenced functions by Jon Paul Maloy · 10 years ago
  16. 25b660c tipc: let internal link users call the new link send function by Jon Paul Maloy · 10 years ago
  17. dbdf6d2 tipc: make name table distributor use new send function by Jon Paul Maloy · 10 years ago
  18. 3f53bd8 tipc: fix link acknowledge logic in receive path by Erik Hugne · 10 years ago
  19. 7ae934b tipc: refactor message delivery out of tipc_rcv by Erik Hugne · 10 years ago
  20. 6012052 tipc: simplify connection congestion handling by Jon Paul Maloy · 10 years ago
  21. ec8a2e5 tipc: same receive code path for connection protocol and data messages by Jon Paul Maloy · 10 years ago
  22. 4ccfe5e tipc: connection oriented transport uses new send functions by Jon Paul Maloy · 10 years ago
  23. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 10 years ago
  24. 9816f06 tipc: merge port message reception into socket reception function by Jon Paul Maloy · 10 years ago
  25. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 10 years ago
  26. 5074ab8 tipc: mark head of reassembly buffer as non-linear by Jon Paul Maloy · 10 years ago
  27. ec37dcd tipc: don't record link RESET or ACTIVATE messages as traffic by Jon Paul Maloy · 10 years ago
  28. ca9cf06 tipc: don't directly overwrite node action_flags by Ying Xue · 10 years ago
  29. aecb9bb tipc: rename enum names of node flags by Ying Xue · 10 years ago
  30. 3f5a12b tipc: avoid to asynchronously reset all links by Ying Xue · 10 years ago
  31. 10f465c tipc: rename setup_blocked variable of node struct to flags by Ying Xue · 10 years ago
  32. 5356f3d tipc: always use tipc_node_lock() to hold node lock by Ying Xue · 10 years ago
  33. 7216cd9 tipc: purge tipc_net_lock lock by Ying Xue · 10 years ago
  34. 7a2f7d1 tipc: decouple the relationship between bearer and link by Ying Xue · 10 years ago
  35. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 10 years ago
  36. f47de12 tipc: remove active flag from tipc_bearer structure by Ying Xue · 10 years ago
  37. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 10 years ago
  38. 63fa01c tipc: failed transmissions should return error by Erik Hugne · 10 years ago
  39. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  40. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 10 years ago
  41. a11607f tipc: correct usage of spin_lock() vs spin_lock_bh() by Jon Paul Maloy · 10 years ago
  42. e099e86 tipc: add node_lock protection to link lookup function by Jon Paul Maloy · 10 years ago
  43. 7d33939 tipc: delay delete of link when failover is needed by Jon Paul Maloy · 10 years ago
  44. a537783 tipc: changes to general packet reception algorithm by Jon Paul Maloy · 10 years ago
  45. 02842f7 tipc: rename stack variables in function tipc_link_tunnel_rcv by Jon Paul Maloy · 10 years ago
  46. 1e9d47a tipc: more cleanup of tunnelling reception function by Jon Paul Maloy · 10 years ago
  47. 3bb5338 tipc: change signature of tunnelling reception function by Jon Paul Maloy · 10 years ago
  48. f006c9c tipc: change reception of tunnelled failover packets by Jon Paul Maloy · 10 years ago
  49. 1dab3d5 tipc: change reception of tunnelled duplicate packets by Jon Paul Maloy · 10 years ago
  50. c61dd61 tipc: remove 'links' list from tipc_bearer struct by Ying Xue · 10 years ago
  51. 135daee tipc: redefine 'started' flag in struct link to bitmap by Ying Xue · 10 years ago
  52. 8d8439b tipc: move code for deleting links from bearer.c to link.c by Ying Xue · 10 years ago
  53. e0ca2c3 tipc: move code for resetting links from bearer.c to link.c by Ying Xue · 10 years ago
  54. 03b9201 tipc: stricter behavior of message reassembly function by Jon Paul Maloy · 10 years ago
  55. 64380a0 tipc: fix message corruption bug for deferred packets by Erik Hugne · 10 years ago
  56. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  57. 581465f tipc: make link start event synchronous by Jon Paul Maloy · 10 years ago
  58. b9d4c33 tipc: remove 'has_redundant_link' flag from STATE link protocol messages by Jon Paul Maloy · 10 years ago
  59. 170b392 tipc: rename functions related to link failover and improve comments by Jon Paul Maloy · 10 years ago
  60. 732256b tipc: correctly unlink packets from deferred packet queue by Erik Hugne · 10 years ago
  61. 9805696 tipc: make local function static by stephen hemminger · 11 years ago
  62. 77a7e07 tipc: remove unused 'blocked' flag from tipc_link struct by Ying Xue · 11 years ago
  63. d77b383 tipc: eliminate redundant code with kfree_skb_list routine by Ying Xue · 11 years ago
  64. 512137e tipc: remove interface state mirroring in bearer by Erik Hugne · 11 years ago
  65. 3db0a19 tipc: fix dereference before check warning by Erik Hugne · 11 years ago
  66. a715b49 tipc: reassembly failures should cause link reset by Erik Hugne · 11 years ago
  67. 40ba3cd tipc: message reassembly using fragment chain by Erik Hugne · 11 years ago
  68. 528f6f4 tipc: don't reroute message fragments by Erik Hugne · 11 years ago
  69. 3af390e tipc: remove two indentation levels in tipc_recv_msg routine by Ying Xue · 11 years ago
  70. bbfbe47 tipc: simplify the link lookup routine by Erik Hugne · 11 years ago
  71. 636c037 tipc: correct return value of link_cmd_set_value routine by Ying Xue · 11 years ago
  72. 4068243 tipc: silence sparse warnings by Ying Xue · 11 years ago
  73. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  74. 126c052 tipc: fix wrong return value for link_send_sections_long routine by Ying Xue · 11 years ago
  75. 7410f96 tipc: make tipc_link_send_sections_fast exit earlier by Ying Xue · 11 years ago
  76. 796c75d tipc: enhance priority of link protocol packet by Ying Xue · 11 years ago
  77. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  78. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 11 years ago
  79. 198d73b tipc: delete code orphaned by new server infrastructure by Ying Xue · 11 years ago
  80. 6bf1519 tipc: potential divide by zero in tipc_link_recv_fragment() by Dan Carpenter · 11 years ago
  81. cb4b102f tipc: add a bounds check in link_recv_changeover_msg() by Dan Carpenter · 11 years ago
  82. c008413 tipc: remove obsolete flush of stale reassembly buffer by Erik Hugne · 12 years ago
  83. c64f7a6 tipc: introduce message to synchronize broadcast link by Jon Maloy · 12 years ago
  84. 389dd9b tipc: rename supported flag to recv_permitted by Ying Xue · 12 years ago
  85. 818f4da tipc: remove supportable flag from bclink structure by Ying Xue · 12 years ago
  86. 3c294cb tipc: remove the bearer congestion mechanism by Ying Xue · 12 years ago
  87. fc07393 tipc: remove pointless name sanity check and tipc_alphabet array by Ying Xue · 12 years ago
  88. dc1aed3 tipc: phase out most of the struct print_buf usage by Erik Hugne · 12 years ago
  89. 5deedde tipc: simplify link_print by divorcing it from using tipc_printf by Paul Gortmaker · 12 years ago
  90. 568fc58 tipc: remove TIPC packet debugging functions and macros by Erik Hugne · 12 years ago
  91. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  92. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  93. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  94. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  95. e8ec1ae tipc: Eliminate obsolete code for re-sending a message by Allan Stephens · 13 years ago
  96. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  97. c74a461 tipc: Remove duplicate check of message destination node by Allan Stephens · 13 years ago
  98. b76b27c tipc: Prevent loss of fragmented messages over unicast links by Allan Stephens · 13 years ago
  99. 7a54d4a tipc: Major redesign of broadcast link ACK/NACK algorithms by Allan Stephens · 13 years ago
  100. 47361c8 tipc: Fix problem with broadcast link synchronization between nodes by Allan Stephens · 13 years ago