1. 528f6f4 tipc: don't reroute message fragments by Erik Hugne · 11 years ago
  2. 3af390e tipc: remove two indentation levels in tipc_recv_msg routine by Ying Xue · 11 years ago
  3. bbfbe47 tipc: simplify the link lookup routine by Erik Hugne · 11 years ago
  4. 636c037 tipc: correct return value of link_cmd_set_value routine by Ying Xue · 11 years ago
  5. 4068243 tipc: silence sparse warnings by Ying Xue · 11 years ago
  6. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  7. 126c052 tipc: fix wrong return value for link_send_sections_long routine by Ying Xue · 11 years ago
  8. 7410f96 tipc: make tipc_link_send_sections_fast exit earlier by Ying Xue · 11 years ago
  9. 796c75d tipc: enhance priority of link protocol packet by Ying Xue · 11 years ago
  10. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  11. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 11 years ago
  12. 198d73b tipc: delete code orphaned by new server infrastructure by Ying Xue · 11 years ago
  13. 6bf1519 tipc: potential divide by zero in tipc_link_recv_fragment() by Dan Carpenter · 11 years ago
  14. cb4b102f tipc: add a bounds check in link_recv_changeover_msg() by Dan Carpenter · 11 years ago
  15. c008413 tipc: remove obsolete flush of stale reassembly buffer by Erik Hugne · 12 years ago
  16. c64f7a6 tipc: introduce message to synchronize broadcast link by Jon Maloy · 12 years ago
  17. 389dd9b tipc: rename supported flag to recv_permitted by Ying Xue · 12 years ago
  18. 818f4da tipc: remove supportable flag from bclink structure by Ying Xue · 12 years ago
  19. 3c294cb tipc: remove the bearer congestion mechanism by Ying Xue · 12 years ago
  20. fc07393 tipc: remove pointless name sanity check and tipc_alphabet array by Ying Xue · 12 years ago
  21. dc1aed3 tipc: phase out most of the struct print_buf usage by Erik Hugne · 12 years ago
  22. 5deedde tipc: simplify link_print by divorcing it from using tipc_printf by Paul Gortmaker · 12 years ago
  23. 568fc58 tipc: remove TIPC packet debugging functions and macros by Erik Hugne · 12 years ago
  24. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  25. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  26. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  27. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  28. e8ec1ae tipc: Eliminate obsolete code for re-sending a message by Allan Stephens · 13 years ago
  29. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  30. c74a461 tipc: Remove duplicate check of message destination node by Allan Stephens · 13 years ago
  31. b76b27c tipc: Prevent loss of fragmented messages over unicast links by Allan Stephens · 13 years ago
  32. 7a54d4a tipc: Major redesign of broadcast link ACK/NACK algorithms by Allan Stephens · 13 years ago
  33. 47361c8 tipc: Fix problem with broadcast link synchronization between nodes by Allan Stephens · 13 years ago
  34. 9349931 tipc: Ensure broadcast link re-acquires node after link failure by Allan Stephens · 13 years ago
  35. 4d75313 tipc: Prevent broadcast link stalling in dual LAN environments by Allan Stephens · 13 years ago
  36. 92d2c90 tipc: Prevent transmission of outdated link protocol messages by Allan Stephens · 13 years ago
  37. 8809b25 tipc: improve the link deferred queue insertion algorithm by Allan Stephens · 13 years ago
  38. a18c4bc tipc: rename struct link* to struct tipc_link* by Paul Gortmaker · 13 years ago
  39. 358a0d1 tipc: rename struct media to struct tipc_media by Paul Gortmaker · 13 years ago
  40. f905730 tipc: Allow use of buf_seqno() helper routine by unicast links by Allan Stephens · 13 years ago
  41. 36559591 tipc: Ignore broadcast acknowledgements that are out-of-range by Allan Stephens · 13 years ago
  42. 5c216e1 tipc: Allow run-time alteration of default link settings by Allan Stephens · 13 years ago
  43. 94362c7 tipc: Remove unused link event tracking code by Ying Xue · 13 years ago
  44. 9aa88c2 tipc: Enhance sending of bulk name table messages by Allan Stephens · 13 years ago
  45. b4b5610 tipc: Ensure both nodes recognize loss of contact between them by Allan Stephens · 13 years ago
  46. ff60af8 tipc: Eliminate redundant check when sending messages by Allan Stephens · 13 years ago
  47. 641c218 tipc: Enhance filtering of out-dated link reset messages by Allan Stephens · 13 years ago
  48. f882cb7 tipc: Initialize peer session field of newly created link endpoint by Allan Stephens · 13 years ago
  49. 062b4c9 tipc: Display meaningful peer interface name during link creation by Allan Stephens · 13 years ago
  50. ed33a9c tipc: Eliminate obsolete filter for unexpected unicast messages by Allan Stephens · 13 years ago
  51. 741d9eb tipc: Cleanup of message header size terminology by Allan Stephens · 13 years ago
  52. 0f305bf tipc: Correct typo in link statistics output by Allan Stephens · 13 years ago
  53. dc63d91 tipc: Introduce routine to enqueue a chain of messages on link tx queue by Allan Stephens · 13 years ago
  54. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 13 years ago
  55. bebc55a tipc: Fix sk_buff leaks when link congestion is detected by Allan Stephens · 13 years ago
  56. 7756155 tipc: Fix issues with fragmentation of an existing message buffer by Allan Stephens · 13 years ago
  57. e0f0859 tipc: Avoid pointless masking of fragmented message identifier by Allan Stephens · 13 years ago
  58. 670c540 tipc: Don't initialize link selector field in fragmented messages by Allan Stephens · 13 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  60. 390bce4 tipc: Eliminate obsolete routine for handling routed messages by Allan Stephens · 13 years ago
  61. 7945c1f tipc: Eliminate remaining support for routing table messages by Allan Stephens · 13 years ago
  62. 37b9c08 tipc: Optimizations to link creation code by Allan Stephens · 13 years ago
  63. 75f0aa4 tipc: Fix redundant link field handling in link protocol message by Allan Stephens · 13 years ago
  64. 77f167f tipc: make msg_set_redundant_link() consistent with other set ops by Allan Stephens · 13 years ago
  65. 8f19afb tipc: cosmetic - function names are not to be full sentences by Paul Gortmaker · 13 years ago
  66. e7b3acb tipc: Eliminate timestamp from link protocol messages by Allan Stephens · 13 years ago
  67. 214dda4 tipc: Add in missing lock during link initialization by Allan Stephens · 13 years ago
  68. f23d9bf tipc: Set unused probe field of link protocol messages to defined value by Allan Stephens · 13 years ago
  69. 9bd80b6 tipc: Improve accuracy of link transmit queue maximum size statistic by Allan Stephens · 13 years ago
  70. 01d83ed tipc: Clean up tracking of node requesting a broadcast retransmit by Allan Stephens · 13 years ago
  71. c8a61b5 tipc: Fix print statements that assume pointers are 32-bit values by Allan Stephens · 13 years ago
  72. 5413b4c tipc: Improve handling of invalid link tolerance values by Allan Stephens · 13 years ago
  73. 2d627b9 tipc: Combine bearer structure with tipc_bearer structure by Allan Stephens · 14 years ago
  74. 23dd4cc tipc: Combine port structure with tipc_port structure by Allan Stephens · 14 years ago
  75. a016892 tipc: remove extraneous braces from single statements by Allan Stephens · 14 years ago
  76. 2db9983 tipc: split variable assignments out of conditional expressions by Allan Stephens · 14 years ago
  77. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 14 years ago
  78. 8d64a5b tipc: Prune down link-specific debugging code by Allan Stephens · 14 years ago
  79. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 14 years ago
  80. 51a8e4d tipc: Remove prototype code for supporting inter-cluster routing by Allan Stephens · 14 years ago
  81. 471450f tipc: Eliminate an unused symbolic constant in link code by Allan Stephens · 14 years ago
  82. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  83. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  84. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 14 years ago
  85. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  86. 5a68d5e tipc: Prevent missing name table entries when link flip-flops rapidly by Allan Stephens · 14 years ago
  87. b02b69c tipc: Check for disabled bearer when processing incoming messages by Allan Stephens · 14 years ago
  88. c68ca7b tipc: add tipc_ prefix to fcns targeted for un-inlining by Allan Stephens · 14 years ago
  89. 01fee25 tipc: Relocate trivial link status functions to header file by Allan Stephens · 14 years ago
  90. 15e979d tipc: remove abstraction for link_max_pkt by Allan Stephens · 14 years ago
  91. b82834e tipc: Eliminate unused argument in print statement by Allan Stephens · 14 years ago
  92. df4ef33 tipc: Eliminate obsolete port's "congested_link" field by Allan Stephens · 14 years ago
  93. a570f09 tipc: remove trailing space in messages by Frans Pop · 14 years ago
  94. ca50910 tipc: Allow retransmission of cloned buffers by Neil Horman · 14 years ago
  95. de58657 tipc: filter out messages not intended for this host by Neil Horman · 14 years ago
  96. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  97. 6c00055 tipc: Don't use structure names which easily globally conflict. by David S. Miller · 16 years ago
  98. 0e35fd5 tipc: Eliminate improper use of TIPC_OK error code by Allan Stephens · 16 years ago
  99. 7571521 tipc: Optimize message initialization routine by Allan Stephens · 16 years ago
  100. 9c396a7 tipc: Prevent access of non-existent field in short message header by Allan Stephens · 16 years ago