1. 22ae7cf tipc: nl compat add noop and remove legacy nl framework by Richard Alpe · 10 years ago
  2. 487d2a3 tipc: convert legacy nl socket dump to nl compat by Richard Alpe · 10 years ago
  3. bfb3e5d tipc: move and rename the legacy nl api to "nl compat" by Richard Alpe · 10 years ago
  4. 51a00da tipc: fix bug in socket reception function by Jon Paul Maloy · 10 years ago
  5. cb1b728 tipc: eliminate race condition at multicast reception by Jon Paul Maloy · 10 years ago
  6. 3c724ac tipc: simplify socket multicast reception by Jon Paul Maloy · 10 years ago
  7. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 10 years ago
  8. 94153e3 tipc: use existing sk_write_queue for outgoing packet chain by Jon Paul Maloy · 10 years ago
  9. e3a7756 tipc: split up function tipc_msg_eval() by Jon Paul Maloy · 10 years ago
  10. d570d86 tipc: enqueue arrived buffers in socket in separate function by Jon Paul Maloy · 10 years ago
  11. 1186adf tipc: simplify message forwarding and rejection in socket layer by Jon Paul Maloy · 10 years ago
  12. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 10 years ago
  13. f25dcc7 tipc: tipc ->sendmsg() conversion by Al Viro · 10 years ago
  14. d6e164e tipc: fix socket list regression in new nl api by Richard Alpe · 10 years ago
  15. 357c477 tipc: correctly handle releasing a not fully initialized sock by Sasha Levin · 10 years ago
  16. 3721e9c tipc: remove redundant timer defined in tipc_sock struct by Ying Xue · 10 years ago
  17. a62fbcc tipc: make subscriber server support net namespace by Ying Xue · 10 years ago
  18. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 10 years ago
  19. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 10 years ago
  20. e05b31f tipc: make tipc socket support net namespace by Ying Xue · 10 years ago
  21. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 10 years ago
  22. f2f2a96 tipc: feed tipc sock pointer to tipc_sk_timeout routine by Ying Xue · 10 years ago
  23. 2f55c43 tipc: remove unnecessary wrapper functions of kernel timer APIs by Ying Xue · 10 years ago
  24. 07f6c4b tipc: convert tipc reference table to use generic rhashtable by Ying Xue · 10 years ago
  25. 88b17b6 tipc: drop tx side permission checks by Erik Hugne · 10 years ago
  26. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 10 years ago
  27. d3fc6b3 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  28. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 10 years ago
  29. 45dcc68 tipc_msg_build(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  30. 562640f tipc_sendmsg(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  31. 1a1a143 tipc: add publication dump to new netlink api by Richard Alpe · 10 years ago
  32. 34b78a12 tipc: add sock dump to new netlink api by Richard Alpe · 10 years ago
  33. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  34. b2ad5e5 tipc: spelling errors by stephen hemminger · 10 years ago
  35. 1a194c2 tipc: fix lockdep warning when intra-node messages are delivered by Ying Xue · 10 years ago
  36. 7b8613e tipc: fix a potential deadlock by Ying Xue · 10 years ago
  37. cc086fc tipc: fix a potential oops by Ying Xue · 10 years ago
  38. 301bae5 tipc: merge struct tipc_port into struct tipc_sock by Jon Paul Maloy · 10 years ago
  39. 808d90f tipc: remove files ref.h and ref.c by Jon Paul Maloy · 10 years ago
  40. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  41. 0fc87aa tipc: remove source file port.c by Jon Paul Maloy · 10 years ago
  42. 6c9808c tipc: remove port_lock by Jon Paul Maloy · 10 years ago
  43. 9b50fd0 tipc: replace port pointer with socket pointer in registry by Jon Paul Maloy · 10 years ago
  44. 5a9ee0be tipc: use registry when scanning sockets by Jon Paul Maloy · 10 years ago
  45. 5b8fa7c tipc: eliminate functions tipc_port_init and tipc_port_destroy by Jon Paul Maloy · 10 years ago
  46. 739f5e4 tipc: redefine message acknowledge function by Jon Paul Maloy · 10 years ago
  47. dadebc0 tipc: eliminate port_connect()/port_disconnect() functions by Jon Paul Maloy · 10 years ago
  48. 80e44c2 tipc: eliminate function tipc_port_shutdown() by Jon Paul Maloy · 10 years ago
  49. 5728901 tipc: clean up socket timer function by Jon Paul Maloy · 10 years ago
  50. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  51. ac32c7f tipc: fix message importance range check by Erik Hugne · 10 years ago
  52. ad025a5 tipc: remove duplicated include from socket.c by Wei Yongjun · 10 years ago
  53. 52f50ce tipc: fix sparse non static symbol warnings by Wei Yongjun · 10 years ago
  54. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  55. 0abd8ff tipc: start using the new multicast functions by Jon Paul Maloy · 10 years ago
  56. 078bec8 tipc: add new functions for multicast and broadcast distribution by Jon Paul Maloy · 10 years ago
  57. 7ceaa58 tipc: remove unnecessary break after return by Fabian Frederick · 10 years ago
  58. 70452dc tipc: fix a memleak when sending data by Erik Hugne · 10 years ago
  59. 6012052 tipc: simplify connection congestion handling by Jon Paul Maloy · 10 years ago
  60. ac0074e tipc: clean up connection protocol reception function by Jon Paul Maloy · 10 years ago
  61. ec8a2e5 tipc: same receive code path for connection protocol and data messages by Jon Paul Maloy · 10 years ago
  62. 4ccfe5e tipc: connection oriented transport uses new send functions by Jon Paul Maloy · 10 years ago
  63. e2dafe8 tipc: RDM/DGRAM transport uses new fragmenting and sending functions by Jon Paul Maloy · 10 years ago
  64. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 10 years ago
  65. 8db1bae tipc: separate building and sending of rejected messages by Jon Paul Maloy · 10 years ago
  66. e4de5fa tipc: use negative error return values in functions by Jon Paul Maloy · 10 years ago
  67. 02c00c2 tipc: fix potential bug in function tipc_backlog_rcv by Jon Paul Maloy · 11 years ago
  68. 85d3fc9 tipc: Don't reset the timeout when restarting by Arnaldo Carvalho de Melo · 11 years ago
  69. 9816f06 tipc: merge port message reception into socket reception function by Jon Paul Maloy · 11 years ago
  70. 4f4482d tipc: compensate for double accounting in socket rcv buffer by Jon Paul Maloy · 11 years ago
  71. 6163a19 tipc: decrease connection flow control window by Jon Paul Maloy · 11 years ago
  72. 78acb1f tipc: add ioctl to fetch link names by Erik Hugne · 11 years ago
  73. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  74. 065d7e3 tipc: Let tipc_release() return 0 by Geert Uytterhoeven · 11 years ago
  75. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  76. 5c31142 tipc: eliminate redundant lookups in registry by Jon Paul Maloy · 11 years ago
  77. 58ed944 tipc: align usage of variable names and macros in socket by Jon Paul Maloy · 11 years ago
  78. 3b4f302 tipc: eliminate redundant locking by Jon Paul Maloy · 11 years ago
  79. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 11 years ago
  80. 8826cde tipc: aggregate port structure into socket structure by Jon Paul Maloy · 11 years ago
  81. f9fef18 tipc: remove redundant 'peer_name' field in struct tipc_sock by Jon Paul Maloy · 11 years ago
  82. fe8e464 tipc: avoid to unnecessary process switch under non-block mode by Ying Xue · 11 years ago
  83. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  84. 9fe7ed4 tipc: remove all enabled flags from all tipc components by Ying Xue · 11 years ago
  85. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 11 years ago
  86. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  87. 9bbb4ecc tipc: standardize recvmsg routine by Ying Xue · 11 years ago
  88. 391a6dd tipc: standardize sendmsg routine of connected socket by Ying Xue · 11 years ago
  89. 3f40504 tipc: standardize sendmsg routine of connectionless socket by Ying Xue · 11 years ago
  90. 6398e23 tipc: standardize accept routine by Ying Xue · 11 years ago
  91. 78eb3a5 tipc: standardize connect routine by Ying Xue · 11 years ago
  92. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  93. b055597 tipc: make the code look more readable by wangweidong · 11 years ago
  94. 8460276 tipc: fix deadlock during socket release by Ying Xue · 11 years ago
  95. d3fbccf tipc: change lock_sock order in connect() by wangweidong · 11 years ago
  96. 3b8401f tipc: kill unnecessary goto's by wangweidong · 11 years ago
  97. 0cee6bb tipc: remove unnecessary variables and conditions by wangweidong · 11 years ago
  98. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  99. 4068243 tipc: silence sparse warnings by Ying Xue · 11 years ago
  100. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago