1. 58b1b84 tipc: use only positive error codes in messages by Parthasarathy Bhuvaragan · 7 years ago
  2. 9f8ffe4 tipc: allocate user memory with GFP_KERNEL flag by Parthasarathy Bhuvaragan · 7 years ago
  3. 57360bc net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse by Jia-Ju Bai · 7 years ago
  4. 27777da tipc: unclone unbundled buffers before forwarding by Jon Paul Maloy · 8 years ago
  5. 5266698 tipc: let broadcast packet reception use new link receive function by Jon Paul Maloy · 9 years ago
  6. 2f56612 tipc: let broadcast transmission use new link transmit function by Jon Paul Maloy · 9 years ago
  7. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  8. 45c8b7b tipc: allow non-linear first fragment buffer by Jon Paul Maloy · 9 years ago
  9. 8306f99 tipc: disallow packet duplicates in link deferred queue by Jon Paul Maloy · 9 years ago
  10. 4e3ae00 tipc: reinitialize pointer after skb linearize by Erik Hugne · 9 years ago
  11. cda3696 tipc: clean up socket layer message reception by Jon Paul Maloy · 9 years ago
  12. bcd3ffd tipc: introduce new tipc_sk_respond() function by Jon Paul Maloy · 9 years ago
  13. 29042e1 tipc: let function tipc_msg_reverse() expand header when needed by Jon Paul Maloy · 9 years ago
  14. dd3f9e7 tipc: add packet sequence number at instant of transmission by Jon Paul Maloy · 9 years ago
  15. f21e897 tipc: improve link congestion algorithm by Jon Paul Maloy · 9 years ago
  16. dff29b1 tipc: eliminate delayed link deletion at link failover by Jon Paul Maloy · 9 years ago
  17. d482994 tipc: fix two bugs in secondary destination lookup by Jon Paul Maloy · 9 years ago
  18. e3eea1e tipc: clean up handling of message priorities by Jon Paul Maloy · 9 years ago
  19. 05dcc5a tipc: split link outqueue by Jon Paul Maloy · 9 years ago
  20. c1336ee tipc: extract bundled buffers by cloning instead of copying by Jon Paul Maloy · 9 years ago
  21. 1149557 tipc: eliminate unnecessary linearization of incoming buffers by Jon Paul Maloy · 9 years ago
  22. cf2157f tipc: move message validation function to msg.c by Jon Paul Maloy · 9 years ago
  23. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 9 years ago
  24. e3a7756 tipc: split up function tipc_msg_eval() by Jon Paul Maloy · 9 years ago
  25. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 9 years ago
  26. f25dcc7 tipc: tipc ->sendmsg() conversion by Al Viro · 9 years ago
  27. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 9 years ago
  28. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 9 years ago
  29. c93d3ba tipc: involve namespace infrastructure by Ying Xue · 9 years ago
  30. 859fc7c tipc: cleanup core.c and core.h files by Ying Xue · 9 years ago
  31. c0371da put iov_iter into msghdr by Al Viro · 9 years ago
  32. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 9 years ago
  33. 58dc55f tipc: use generic SKB list APIs to manage link transmission queue by Ying Xue · 9 years ago
  34. 58311d1 tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED by Ying Xue · 9 years ago
  35. 45dcc68 tipc_msg_build(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  36. b2ad5e5 tipc: spelling errors by stephen hemminger · 10 years ago
  37. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  38. 1dd0bd2 tipc: introduce new function tipc_msg_create() by Jon Paul Maloy · 10 years ago
  39. 13e9b99 tipc: make tipc_buf_append() more robust by Jon Paul Maloy · 10 years ago
  40. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  41. c4116e1 tipc: remove unreferenced functions by Jon Paul Maloy · 10 years ago
  42. 078bec8 tipc: add new functions for multicast and broadcast distribution by Jon Paul Maloy · 10 years ago
  43. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 29322d0d tipc: fix bug in multicast/broadcast message reassembly by Jon Paul Maloy · 10 years ago
  45. ac0074e tipc: clean up connection protocol reception function by Jon Paul Maloy · 10 years ago
  46. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 10 years ago
  47. 8db1bae tipc: separate building and sending of rejected messages by Jon Paul Maloy · 10 years ago
  48. 067608e tipc: introduce direct iovec to buffer chain fragmentation function by Jon Paul Maloy · 10 years ago
  49. 4f1688b tipc: introduce send functions for chained buffers in link by Jon Paul Maloy · 10 years ago
  50. 37e2216 tipc: rename and move message reassembly function by Jon Paul Maloy · 10 years ago
  51. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  52. 5c0a0fc tipc: don't use memcpy to copy from user space by Ying Xue · 11 years ago
  53. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  54. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 11 years ago
  55. 568fc58 tipc: remove TIPC packet debugging functions and macros by Erik Hugne · 12 years ago
  56. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  57. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  58. 3d749a6 tipc: Hide media-specific addressing details from generic bearer code by Allan Stephens · 13 years ago
  59. 15f4e2b tipc: Eliminate useless check when creating internal message by Allan Stephens · 13 years ago
  60. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 13 years ago
  61. 390bce4 tipc: Eliminate obsolete routine for handling routed messages by Allan Stephens · 13 years ago
  62. 7945c1f tipc: Eliminate remaining support for routing table messages by Allan Stephens · 13 years ago
  63. e7b3acb tipc: Eliminate timestamp from link protocol messages by Allan Stephens · 13 years ago
  64. 2e07dda tipc: Remove unused message header field for requested number of links by Allan Stephens · 13 years ago
  65. 741de3e tipc: Remove support for per-connection message sequence numbering by Allan Stephens · 13 years ago
  66. a016892 tipc: remove extraneous braces from single statements by Allan Stephens · 13 years ago
  67. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 13 years ago
  68. 886ef52 tipc: remove redundant #includes by Allan Stephens · 13 years ago
  69. 6e7e309 tipc: Finish streamlining of debugging code by Allan Stephens · 13 years ago
  70. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 13 years ago
  71. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  72. 23461e8 tipc: Reduce footprint by un-inlining tipc_msg_* routines by Allan Stephens · 14 years ago
  73. e0d4e3d tipc: Fix bugs in message error code display when debugging by Allan Stephens · 16 years ago
  74. 48c9713 tipc: Exclude debug-only print buffer code when not debugging by Allan Stephens · 16 years ago
  75. 06d82c9 [TIPC]: Minor cleanup of message header code by Allan Stephens · 16 years ago
  76. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  77. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 18 years ago
  78. 593a5f2 [TIPC] More updates of file headers by Per Liden · 18 years ago
  79. 9da1c8b [TIPC] Update of file headers by Per Liden · 18 years ago
  80. 9ea1fd3 [TIPC] License header update by Per Liden · 18 years ago
  81. b97bf3f [TIPC] Initial merge by Per Liden · 18 years ago