1. fc1b6d6 tipc: introduce TIPC encryption & authentication by Tuong Lien · 5 years ago
  2. 06e7c70 tipc: improve message bundling algorithm by Tuong Lien · 5 years ago
  3. c0bceb9 tipc: add smart nagle feature by Jon Maloy · 5 years ago
  4. f73b128 tipc: improve throughput between nodes in netns by Hoang Le · 5 years ago
  5. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  6. 7120423 tipc: fix false detection of retransmit failures by Tuong Lien · 5 years ago
  7. 2320bcd tipc: fix changeover issues due to large packet by Tuong Lien · 5 years ago
  8. 4929a93 tipc: optimize link synching mechanism by Tuong Lien · 5 years ago
  9. a7dc51a tipc: rename function msg_get_wrapped() to msg_inner_hdr() by Jon Maloy · 6 years ago
  10. 382f598 tipc: reduce duplicate packets for unicast traffic by Tuong Lien · 6 years ago
  11. 9195948 tipc: improve TIPC throughput by Gap ACK blocks by Tuong Lien · 6 years ago
  12. c55c8ed tipc: smooth change between replicast and broadcast by Hoang Le · 6 years ago
  13. 91986ee tipc: fix link session and re-establish issues by Tuong Lien · 6 years ago
  14. 31c4f4c tipc: improve broadcast retransmission algorithm by LUU Duc Canh · 6 years ago
  15. 6787927 tipc: buffer overflow handling in listener socket by Tung Nguyen · 6 years ago
  16. 25b9221 tipc: add SYN bit to connection setup messages by Jon Maloy · 6 years ago
  17. 25b0b9c tipc: handle collisions of 32-bit node address hash values by Jon Maloy · 7 years ago
  18. 4c94cc2 tipc: fall back to smaller MTU if allocation of local send skb fails by Jon Maloy · 7 years ago
  19. d618d09 tipc: enforce valid ratio between skb truesize and contents by Jon Maloy · 7 years ago
  20. 8d6e79d tipc: improve link resiliency when rps is activated by Jon Maloy · 7 years ago
  21. 04d7b57 tipc: add multipoint-to-point flow control by Jon Maloy · 7 years ago
  22. 2f48771 tipc: guarantee that group broadcast doesn't bypass group unicast by Jon Maloy · 7 years ago
  23. 5b8dddb tipc: introduce group multicast messaging by Jon Maloy · 7 years ago
  24. 27bd9ec tipc: introduce group unicast messaging by Jon Maloy · 7 years ago
  25. b7d4263 tipc: introduce flow control for group broadcast messages by Jon Maloy · 7 years ago
  26. ae236fb tipc: receive group membership events via member socket by Jon Maloy · 7 years ago
  27. 31c82a2 tipc: add second source address to recvmsg()/recvfrom() by Jon Maloy · 7 years ago
  28. 75da216 tipc: introduce communication groups by Jon Maloy · 7 years ago
  29. 64ac5f5 tipc: refactor function filter_rcv() by Jon Maloy · 7 years ago
  30. 14c0449 tipc: add ability to order and receive topology events in driver by Jon Maloy · 7 years ago
  31. a853e4c tipc: introduce replicast as transport option for multicast by Jon Paul Maloy · 8 years ago
  32. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. 57d5f64 tipc: allocate user memory with GFP_KERNEL flag by Parthasarathy Bhuvaragan · 8 years ago
  34. 365ad35 tipc: reduce risk of user starvation during link congestion by Jon Paul Maloy · 8 years ago
  35. ba8aebe tipc: rename struct tipc_skb_cb member handle to bytes_read by Parthasarathy Bhuvaragan · 8 years ago
  36. 06bd2b1 tipc: fix broadcast link synchronization problem by Jon Paul Maloy · 8 years ago
  37. 02d11ca tipc: transfer broadcast nacks in link state messages by Jon Paul Maloy · 8 years ago
  38. 27777da tipc: unclone unbundled buffers before forwarding by Jon Paul Maloy · 9 years ago
  39. 10724cc tipc: redesign connection-level flow control by Jon Paul Maloy · 9 years ago
  40. 634696b tipc: guarantee peer bearer id exchange after reboot by Jon Paul Maloy · 9 years ago
  41. 5b7066c tipc: stricter filtering of packets in bearer layer by Jon Paul Maloy · 9 years ago
  42. 5266698 tipc: let broadcast packet reception use new link receive function by Jon Paul Maloy · 9 years ago
  43. 2f56612 tipc: let broadcast transmission use new link transmit function by Jon Paul Maloy · 9 years ago
  44. c1ab3f1d tipc: make struct tipc_link generic to support broadcast by Jon Paul Maloy · 9 years ago
  45. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. 8306f99 tipc: disallow packet duplicates in link deferred queue by Jon Paul Maloy · 9 years ago
  47. dde4b5a tipc: move fragment importance field to new header position by Jon Paul Maloy · 9 years ago
  48. 23d8335 tipc: remove implicit message delivery in node_unlock() by Jon Paul Maloy · 9 years ago
  49. 598411d tipc: make resetting of links non-atomic by Jon Paul Maloy · 9 years ago
  50. 6e49815 tipc: move link synch and failover to link aggregation level by Jon Paul Maloy · 9 years ago
  51. cda3696 tipc: clean up socket layer message reception by Jon Paul Maloy · 9 years ago
  52. bcd3ffd tipc: introduce new tipc_sk_respond() function by Jon Paul Maloy · 9 years ago
  53. 29042e1 tipc: let function tipc_msg_reverse() expand header when needed by Jon Paul Maloy · 9 years ago
  54. d999297 tipc: reduce locking scope during packet reception by Jon Paul Maloy · 9 years ago
  55. 1a20cc2 tipc: introduce node contact FSM by Jon Paul Maloy · 9 years ago
  56. dd3f9e7 tipc: add packet sequence number at instant of transmission by Jon Paul Maloy · 10 years ago
  57. f21e897 tipc: improve link congestion algorithm by Jon Paul Maloy · 10 years ago
  58. e4bf4f7 tipc: simplify packet sequence number handling by Jon Paul Maloy · 10 years ago
  59. dff29b1 tipc: eliminate delayed link deletion at link failover by Jon Paul Maloy · 10 years ago
  60. 8b4ed86 tipc: eliminate race condition at dual link establishment by Jon Paul Maloy · 10 years ago
  61. 3127a02 tipc: clean up handling of link congestion by Jon Paul Maloy · 10 years ago
  62. e3eea1e tipc: clean up handling of message priorities by Jon Paul Maloy · 10 years ago
  63. 05dcc5a tipc: split link outqueue by Jon Paul Maloy · 10 years ago
  64. cf2157f tipc: move message validation function to msg.c by Jon Paul Maloy · 10 years ago
  65. 7764d6e tipc: add framework for node capabilities exchange by Jon Paul Maloy · 10 years ago
  66. d0f9193 tipc: add ip/udp media type by Erik Hugne · 10 years ago
  67. 91e2eb5 tipc: rename media/msg related definitions by Erik Hugne · 10 years ago
  68. cb1b728 tipc: eliminate race condition at multicast reception by Jon Paul Maloy · 10 years ago
  69. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 10 years ago
  70. e3a7756 tipc: split up function tipc_msg_eval() by Jon Paul Maloy · 10 years ago
  71. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 10 years ago
  72. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 10 years ago
  73. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 10 years ago
  74. 1da4656 tipc: make tipc broadcast link support net namespace by Ying Xue · 10 years ago
  75. 859fc7c tipc: cleanup core.c and core.h files by Ying Xue · 10 years ago
  76. 2f55c43 tipc: remove unnecessary wrapper functions of kernel timer APIs by Ying Xue · 10 years ago
  77. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 10 years ago
  78. 58dc55f tipc: use generic SKB list APIs to manage link transmission queue by Ying Xue · 10 years ago
  79. 58311d1 tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED by Ying Xue · 10 years ago
  80. 45dcc68 tipc_msg_build(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  81. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  82. 1dd0bd2 tipc: introduce new function tipc_msg_create() by Jon Paul Maloy · 10 years ago
  83. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  84. c4116e1 tipc: remove unreferenced functions by Jon Paul Maloy · 10 years ago
  85. 078bec8 tipc: add new functions for multicast and broadcast distribution by Jon Paul Maloy · 10 years ago
  86. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 11 years ago
  87. 8db1bae tipc: separate building and sending of rejected messages by Jon Paul Maloy · 11 years ago
  88. 067608e tipc: introduce direct iovec to buffer chain fragmentation function by Jon Paul Maloy · 11 years ago
  89. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 11 years ago
  90. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 11 years ago
  91. 40ba3cd tipc: message reassembly using fragment chain by Erik Hugne · 11 years ago
  92. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  93. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 12 years ago
  94. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 12 years ago
  95. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 13 years ago
  96. c74a461 tipc: Remove duplicate check of message destination node by Allan Stephens · 13 years ago
  97. fc0eea6 tipc: Introduce node signature field in neighbor discovery message by Allan Stephens · 13 years ago
  98. 3d749a6 tipc: Hide media-specific addressing details from generic bearer code by Allan Stephens · 13 years ago
  99. 741d9eb tipc: Cleanup of message header size terminology by Allan Stephens · 14 years ago
  100. 7eb878e tipc: Eliminate redundant masking in message header routines by Allan Stephens · 14 years ago