1. d4cfb7f net: tipc: replace align() with ALIGN in msg.c by Menglong Dong · 3 years, 6 months ago
  2. 0c6de0c net: tipc: fix FB_MTU eat two pages by Menglong Dong · 3 years, 6 months ago
  3. b7df21c tipc: skb_linearize the head skb when reassembling msgs by Xin Long · 3 years, 8 months ago
  4. 908148b tipc: refactor tipc_sendmsg() and tipc_lookup_anycast() by Jon Maloy · 3 years, 10 months ago
  5. 66db239 tipc: rename binding table lookup functions by Jon Maloy · 3 years, 10 months ago
  6. 2a9063b tipc: remove duplicated code in tipc_msg_create by Hoang Huu Le · 4 years ago
  7. 637b77f net/tipc: fix all function Return: notation by Randy Dunlap · 4 years, 1 month ago
  8. 5fcb7d4 net/tipc: fix various kernel-doc warnings by Randy Dunlap · 4 years, 1 month ago
  9. ceb1eb2 tipc: fix memory leak caused by tipc_buf_append() by Tung Nguyen · 4 years, 2 months ago
  10. 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  11. ed42989 tipc: fix the skb_unshare() in tipc_buf_append() by Cong Wang · 4 years, 3 months ago
  12. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  13. 6046219 net: tipc: delete duplicated words by Randy Dunlap · 4 years, 3 months ago
  14. ff48b62 tipc: use skb_unshare() instead in tipc_buf_append() by Xin Long · 4 years, 4 months ago
  15. d814120 net: tipc: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  16. c9aa81f tipc: fix kernel WARNING in tipc_msg_append() by Tuong Lien · 4 years, 7 months ago
  17. 5e9eeccc tipc: fix NULL pointer dereference in streaming by Tuong Lien · 4 years, 7 months ago
  18. 8298a41 tipc: remove set but not used variable 'prev' by YueHaibing · 4 years, 7 months ago
  19. 0a3e060 tipc: add test for Nagle algorithm effectiveness by Tuong Lien · 4 years, 7 months ago
  20. 03b6fef tipc: add support for broadcast rcv stats dumping by Tuong Lien · 4 years, 7 months ago
  21. e228c5c tipc: simplify trivial boolean return by Hoang Le · 4 years, 10 months ago
  22. fc1b6d6 tipc: introduce TIPC encryption & authentication by Tuong Lien · 5 years ago
  23. 06e7c70 tipc: improve message bundling algorithm by Tuong Lien · 5 years ago
  24. c0bceb9 tipc: add smart nagle feature by Jon Maloy · 5 years ago
  25. e95584a tipc: fix unlimited bundling of small messages by Tuong Lien · 5 years ago
  26. 2320bcd tipc: fix changeover issues due to large packet by Tuong Lien · 5 years ago
  27. 6787927 tipc: buffer overflow handling in listener socket by Tung Nguyen · 6 years ago
  28. 5cbdbd1 tipc: refactor function tipc_msg_reverse() by Jon Maloy · 6 years ago
  29. ef9be75 tipc: eliminate buffer cloning in function tipc_msg_extract() by Tung Nguyen · 7 years ago
  30. 928df18 tipc: obsolete TIPC_ZONE_SCOPE by Jon Maloy · 7 years ago
  31. 55b3280 tipc: fix skb truesize/datasize ratio control by Hoang Le · 7 years ago
  32. 4c94cc2 tipc: fall back to smaller MTU if allocation of local send skb fails by Jon Maloy · 7 years ago
  33. d618d09 tipc: enforce valid ratio between skb truesize and contents by Jon Maloy · 7 years ago
  34. 64ac5f5 tipc: refactor function filter_rcv() by Jon Maloy · 7 years ago
  35. a9e2971 tipc: Unclone message at secondary destination lookup by Jon Maloy · 7 years ago
  36. aad0621 tipc: use only positive error codes in messages by Parthasarathy Bhuvaragan · 7 years ago
  37. 60d1d93 tipc: reassign pointers after skb reallocation / linearization by Parthasarathy Bhuvaragan · 7 years ago
  38. 59a361b tipc: avoid inheriting msg_non_seq flag when message is returned by Jon Paul Maloy · 7 years ago
  39. 343eba6 net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse by Jia-Ju Bai · 8 years ago
  40. a853e4c tipc: introduce replicast as transport option for multicast by Jon Paul Maloy · 8 years ago
  41. 57d5f64 tipc: allocate user memory with GFP_KERNEL flag by Parthasarathy Bhuvaragan · 8 years ago
  42. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  43. 27777da tipc: unclone unbundled buffers before forwarding by Jon Paul Maloy · 9 years ago
  44. 5266698 tipc: let broadcast packet reception use new link receive function by Jon Paul Maloy · 9 years ago
  45. 2f56612 tipc: let broadcast transmission use new link transmit function by Jon Paul Maloy · 9 years ago
  46. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  47. 45c8b7b tipc: allow non-linear first fragment buffer by Jon Paul Maloy · 9 years ago
  48. 8306f99 tipc: disallow packet duplicates in link deferred queue by Jon Paul Maloy · 9 years ago
  49. 4e3ae00 tipc: reinitialize pointer after skb linearize by Erik Hugne · 9 years ago
  50. cda3696 tipc: clean up socket layer message reception by Jon Paul Maloy · 9 years ago
  51. bcd3ffd tipc: introduce new tipc_sk_respond() function by Jon Paul Maloy · 9 years ago
  52. 29042e1 tipc: let function tipc_msg_reverse() expand header when needed by Jon Paul Maloy · 9 years ago
  53. dd3f9e7 tipc: add packet sequence number at instant of transmission by Jon Paul Maloy · 10 years ago
  54. f21e897 tipc: improve link congestion algorithm by Jon Paul Maloy · 10 years ago
  55. dff29b1 tipc: eliminate delayed link deletion at link failover by Jon Paul Maloy · 10 years ago
  56. d482994 tipc: fix two bugs in secondary destination lookup by Jon Paul Maloy · 10 years ago
  57. e3eea1e tipc: clean up handling of message priorities by Jon Paul Maloy · 10 years ago
  58. 05dcc5a tipc: split link outqueue by Jon Paul Maloy · 10 years ago
  59. c1336ee tipc: extract bundled buffers by cloning instead of copying by Jon Paul Maloy · 10 years ago
  60. 1149557 tipc: eliminate unnecessary linearization of incoming buffers by Jon Paul Maloy · 10 years ago
  61. cf2157f tipc: move message validation function to msg.c by Jon Paul Maloy · 10 years ago
  62. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 10 years ago
  63. e3a7756 tipc: split up function tipc_msg_eval() by Jon Paul Maloy · 10 years ago
  64. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 10 years ago
  65. f25dcc7 tipc: tipc ->sendmsg() conversion by Al Viro · 10 years ago
  66. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 10 years ago
  67. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 10 years ago
  68. c93d3ba tipc: involve namespace infrastructure by Ying Xue · 10 years ago
  69. 859fc7c tipc: cleanup core.c and core.h files by Ying Xue · 10 years ago
  70. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  71. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 10 years ago
  72. 58dc55f tipc: use generic SKB list APIs to manage link transmission queue by Ying Xue · 10 years ago
  73. 58311d1 tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED by Ying Xue · 10 years ago
  74. 45dcc68 tipc_msg_build(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  75. b2ad5e5 tipc: spelling errors by stephen hemminger · 10 years ago
  76. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  77. 1dd0bd2 tipc: introduce new function tipc_msg_create() by Jon Paul Maloy · 10 years ago
  78. 13e9b99 tipc: make tipc_buf_append() more robust by Jon Paul Maloy · 10 years ago
  79. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  80. c4116e1 tipc: remove unreferenced functions by Jon Paul Maloy · 10 years ago
  81. 078bec8 tipc: add new functions for multicast and broadcast distribution by Jon Paul Maloy · 10 years ago
  82. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. 29322d0 tipc: fix bug in multicast/broadcast message reassembly by Jon Paul Maloy · 10 years ago
  84. ac0074e tipc: clean up connection protocol reception function by Jon Paul Maloy · 11 years ago
  85. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 11 years ago
  86. 8db1bae tipc: separate building and sending of rejected messages by Jon Paul Maloy · 11 years ago
  87. 067608e tipc: introduce direct iovec to buffer chain fragmentation function by Jon Paul Maloy · 11 years ago
  88. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 11 years ago
  89. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 11 years ago
  90. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  91. 5c0a0fc tipc: don't use memcpy to copy from user space by Ying Xue · 11 years ago
  92. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 12 years ago
  93. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 12 years ago
  94. 568fc58 tipc: remove TIPC packet debugging functions and macros by Erik Hugne · 13 years ago
  95. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 13 years ago
  96. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  97. 3d749a6 tipc: Hide media-specific addressing details from generic bearer code by Allan Stephens · 13 years ago
  98. 15f4e2b tipc: Eliminate useless check when creating internal message by Allan Stephens · 14 years ago
  99. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 14 years ago
  100. 390bce4 tipc: Eliminate obsolete routine for handling routed messages by Allan Stephens · 14 years ago