1. b952b2b tipc: fix potential deadlock when all links are reset by Ying Xue · 9 years ago
  2. 8b4ed86 tipc: eliminate race condition at dual link establishment by Jon Paul Maloy · 9 years ago
  3. 3127a02 tipc: clean up handling of link congestion by Jon Paul Maloy · 9 years ago
  4. 1f66d16 tipc: introduce starvation free send algorithm by Jon Paul Maloy · 9 years ago
  5. 3bd88ee tipc: do not report -EHOSTUNREACH for failed local delivery by Erik Hugne · 9 years ago
  6. e3eea1e tipc: clean up handling of message priorities by Jon Paul Maloy · 9 years ago
  7. 05dcc5a tipc: split link outqueue by Jon Paul Maloy · 9 years ago
  8. 2cdf391 tipc: eliminate unnecessary call to broadcast ack function by Jon Paul Maloy · 9 years ago
  9. c1336ee tipc: extract bundled buffers by cloning instead of copying by Jon Paul Maloy · 9 years ago
  10. 1149557 tipc: eliminate unnecessary linearization of incoming buffers by Jon Paul Maloy · 9 years ago
  11. cf2157f tipc: move message validation function to msg.c by Jon Paul Maloy · 9 years ago
  12. 169bf91 tipc: ensure that idle links are deleted when a bearer is disabled by Jon Paul Maloy · 9 years ago
  13. e6441ba tipc: fix bug in link failover handling by Jon Paul Maloy · 9 years ago
  14. 22ae7cf tipc: nl compat add noop and remove legacy nl framework by Richard Alpe · 9 years ago
  15. 1817877 tipc: convert legacy nl link stat reset to nl compat by Richard Alpe · 9 years ago
  16. 37e2d48 tipc: convert legacy nl link prop set to nl compat by Richard Alpe · 9 years ago
  17. f2b3b2d tipc: convert legacy nl link stat to nl compat by Richard Alpe · 9 years ago
  18. bfb3e5d tipc: move and rename the legacy nl api to "nl compat" by Richard Alpe · 9 years ago
  19. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 9 years ago
  20. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 9 years ago
  21. af9946f tipc: separate link starting event from link timeout event by Jon Paul Maloy · 9 years ago
  22. 2d72d49 tipc: add reference count to struct tipc_link by Jon Paul Maloy · 9 years ago
  23. 3fa9cac tipc: fix excessive network event logging by Erik Hugne · 9 years ago
  24. bafa29e tipc: make tipc random value aware of net namespace by Ying Xue · 9 years ago
  25. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 9 years ago
  26. 1da4656 tipc: make tipc broadcast link support net namespace by Ying Xue · 9 years ago
  27. 7f9f95d tipc: make bearer list support net namespace by Ying Xue · 9 years ago
  28. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 9 years ago
  29. c93d3ba tipc: involve namespace infrastructure by Ying Xue · 9 years ago
  30. 54fef04 tipc: remove unused tipc_link_get_max_pkt routine by Ying Xue · 9 years ago
  31. 2f55c43 tipc: remove unnecessary wrapper functions of kernel timer APIs by Ying Xue · 9 years ago
  32. 886eaa1 tipc: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  33. 340b6e5 tipc: fix broadcast wakeup contention after congestion by Richard Alpe · 10 years ago
  34. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 10 years ago
  35. f03273f tipc: use generic SKB list APIs to manage link receive queue by Ying Xue · 10 years ago
  36. bc6fecd tipc: use generic SKB list APIs to manage deferred queue of link by Ying Xue · 10 years ago
  37. 58dc55f tipc: use generic SKB list APIs to manage link transmission queue by Ying Xue · 10 years ago
  38. 58d78b3 tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routine by Ying Xue · 10 years ago
  39. 58311d1 tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED 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. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 10 years ago
  44. ae36342 tipc: add link stat reset to new netlink api by Richard Alpe · 10 years ago
  45. f96ce7a tipc: add link set to new netlink api by Richard Alpe · 10 years ago
  46. 7be57fc tipc: add link get/dump to new netlink api by Richard Alpe · 10 years ago
  47. 0655f6a tipc: add bearer disable/enable to new netlink api by Richard Alpe · 10 years ago
  48. 0372bf5 tipc: allow one link per bearer to neighboring nodes by Holger Brunck · 10 years ago
  49. 643566d tipc: fix bug in bundled buffer reception by Jon Paul Maloy · 10 years ago
  50. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  51. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  52. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  53. c4116e1 tipc: remove unreferenced functions by Jon Paul Maloy · 10 years ago
  54. 25b660c tipc: let internal link users call the new link send function by Jon Paul Maloy · 10 years ago
  55. dbdf6d2 tipc: make name table distributor use new send function by Jon Paul Maloy · 10 years ago
  56. 3f53bd8 tipc: fix link acknowledge logic in receive path by Erik Hugne · 10 years ago
  57. 7ae934b tipc: refactor message delivery out of tipc_rcv by Erik Hugne · 10 years ago
  58. 6012052 tipc: simplify connection congestion handling by Jon Paul Maloy · 10 years ago
  59. ec8a2e5 tipc: same receive code path for connection protocol and data messages by Jon Paul Maloy · 10 years ago
  60. 4ccfe5e tipc: connection oriented transport uses new send functions by Jon Paul Maloy · 10 years ago
  61. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 10 years ago
  62. 9816f06 tipc: merge port message reception into socket reception function by Jon Paul Maloy · 10 years ago
  63. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 10 years ago
  64. 5074ab8 tipc: mark head of reassembly buffer as non-linear by Jon Paul Maloy · 10 years ago
  65. ec37dcd tipc: don't record link RESET or ACTIVATE messages as traffic by Jon Paul Maloy · 10 years ago
  66. ca9cf06 tipc: don't directly overwrite node action_flags by Ying Xue · 10 years ago
  67. aecb9bb tipc: rename enum names of node flags by Ying Xue · 10 years ago
  68. 3f5a12b tipc: avoid to asynchronously reset all links by Ying Xue · 10 years ago
  69. 10f465c tipc: rename setup_blocked variable of node struct to flags by Ying Xue · 10 years ago
  70. 5356f3d tipc: always use tipc_node_lock() to hold node lock by Ying Xue · 10 years ago
  71. 7216cd9 tipc: purge tipc_net_lock lock by Ying Xue · 10 years ago
  72. 7a2f7d1 tipc: decouple the relationship between bearer and link by Ying Xue · 10 years ago
  73. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 10 years ago
  74. f47de12 tipc: remove active flag from tipc_bearer structure by Ying Xue · 10 years ago
  75. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 10 years ago
  76. 63fa01c tipc: failed transmissions should return error by Erik Hugne · 10 years ago
  77. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  78. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 10 years ago
  79. a11607f tipc: correct usage of spin_lock() vs spin_lock_bh() by Jon Paul Maloy · 10 years ago
  80. e099e86 tipc: add node_lock protection to link lookup function by Jon Paul Maloy · 10 years ago
  81. 7d33939 tipc: delay delete of link when failover is needed by Jon Paul Maloy · 10 years ago
  82. a537783 tipc: changes to general packet reception algorithm by Jon Paul Maloy · 10 years ago
  83. 02842f7 tipc: rename stack variables in function tipc_link_tunnel_rcv by Jon Paul Maloy · 10 years ago
  84. 1e9d47a tipc: more cleanup of tunnelling reception function by Jon Paul Maloy · 10 years ago
  85. 3bb5338 tipc: change signature of tunnelling reception function by Jon Paul Maloy · 10 years ago
  86. f006c9c tipc: change reception of tunnelled failover packets by Jon Paul Maloy · 10 years ago
  87. 1dab3d5 tipc: change reception of tunnelled duplicate packets by Jon Paul Maloy · 10 years ago
  88. c61dd61 tipc: remove 'links' list from tipc_bearer struct by Ying Xue · 10 years ago
  89. 135daee tipc: redefine 'started' flag in struct link to bitmap by Ying Xue · 10 years ago
  90. 8d8439b tipc: move code for deleting links from bearer.c to link.c by Ying Xue · 10 years ago
  91. e0ca2c3 tipc: move code for resetting links from bearer.c to link.c by Ying Xue · 10 years ago
  92. 03b9201 tipc: stricter behavior of message reassembly function by Jon Paul Maloy · 10 years ago
  93. 64380a0 tipc: fix message corruption bug for deferred packets by Erik Hugne · 10 years ago
  94. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  95. 581465f tipc: make link start event synchronous by Jon Paul Maloy · 10 years ago
  96. b9d4c33 tipc: remove 'has_redundant_link' flag from STATE link protocol messages by Jon Paul Maloy · 10 years ago
  97. 170b392 tipc: rename functions related to link failover and improve comments by Jon Paul Maloy · 10 years ago
  98. 732256b tipc: correctly unlink packets from deferred packet queue by Erik Hugne · 10 years ago
  99. 9805696 tipc: make local function static by stephen hemminger · 10 years ago
  100. 77a7e07 tipc: remove unused 'blocked' flag from tipc_link struct by Ying Xue · 11 years ago