1. 8dd36f1 tipc: use lock_sock() in tipc_sk_reinit() by Cong Wang · 5 years ago
  2. 2185dba tipc: Fix tipc_sk_reinit handling of -EAGAIN by Bob Peterson · 7 years ago
  3. 44bc7ca tipc: Fix tipc_sk_reinit race conditions by Herbert Xu · 7 years ago
  4. 6998cc6 tipc: resolve connection flow control compatibility problem by Jon Paul Maloy · 7 years ago
  5. 51b9a31 tipc: eliminate obsolete socket locking policy description by Jon Paul Maloy · 7 years ago
  6. d2fbdf7 tipc: fix NULL pointer dereference in shutdown() by Vegard Nossum · 8 years ago
  7. f1d048f tipc: fix socket timer deadlock by Jon Paul Maloy · 8 years ago
  8. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  9. 45e093a tipc: check nl sock before parsing nested attributes by Richard Alpe · 8 years ago
  10. 10724cc tipc: redesign connection-level flow control by Jon Paul Maloy · 8 years ago
  11. 60020e1 tipc: propagate peer node capabilities to socket layer by Jon Paul Maloy · 8 years ago
  12. 7c8bcfb tipc: re-enable compensation for socket receive buffer double counting by Jon Paul Maloy · 8 years ago
  13. c19ca6c treewide: Fix typos in printk by Masanari Iida · 8 years ago
  14. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 49cc66e tipc: move netlink policies to netlink.c by Richard Alpe · 8 years ago
  16. f214fc4 tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain" by Parthasarathy Bhuvaragan · 8 years ago
  17. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  18. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 8 years ago
  19. f4195d1 tipc: avoid packets leaking on socket receive queue by Ying Xue · 8 years ago
  20. 959e178 tipc: introduce jumbo frame support for broadcast by Jon Paul Maloy · 9 years ago
  21. 6beb19a tipc: move bcast definitions to bcast.c by Jon Paul Maloy · 9 years ago
  22. cda3696 tipc: clean up socket layer message reception by Jon Paul Maloy · 9 years ago
  23. bcd3ffd tipc: introduce new tipc_sk_respond() function by Jon Paul Maloy · 9 years ago
  24. 29042e1 tipc: let function tipc_msg_reverse() expand header when needed by Jon Paul Maloy · 9 years ago
  25. af9b028 tipc: make media xmit call outside node spinlock context by Jon Paul Maloy · 9 years ago
  26. 22d85c7 tipc: change sk_buffer handling in tipc_link_xmit() by Jon Paul Maloy · 9 years ago
  27. fdd75ea net/tipc: initialize security state for new connection socket by Stephen Smalley · 9 years ago
  28. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. b3be5e3 tipc: disconnect socket directly after probe failure by Erik Hugne · 9 years ago
  30. 1ea23a2 tipc: unconditionally put sock refcnt when sock timer to be deleted is pending by Ying Xue · 9 years ago
  31. a6bf70f tipc: simplify include dependencies by Jon Paul Maloy · 9 years ago
  32. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  33. 9871b27 tipc: fix random link reset problem by Erik Hugne · 9 years ago
  34. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  35. 610600c tipc: validate length of sockaddr in connect() for dgram/rdm by Sasha Levin · 9 years ago
  36. 6d02294 tipc: Use default rhashtable hashfn by Herbert Xu · 9 years ago
  37. 6cca7289 tipc: Use inlined rhashtable interface by Herbert Xu · 9 years ago
  38. f2f8036 tipc: add support for connect() on dgram/rdm sockets by Erik Hugne · 9 years ago
  39. 18d6c58 tipc: remove redundant call to tipc_node_remove_conn by Erik Hugne · 9 years ago
  40. 446c89a tipc: Use rhashtable max/min_size instead of max/min_shift by Herbert Xu · 9 years ago
  41. 76100a8 tipc: fix netns refcnt leak by Ying Xue · 9 years ago
  42. 143fe22 tipc: fix inconsistent signal handling regression by Erik Hugne · 9 years ago
  43. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  44. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  45. 39a0295 tipc: Don't use iocb argument in socket layer by Ying Xue · 9 years ago
  46. 4c4b52d rhashtable: remove indirection for grow/shrink decision functions by Daniel Borkmann · 9 years ago
  47. 22ae7cf tipc: nl compat add noop and remove legacy nl framework by Richard Alpe · 9 years ago
  48. 487d2a3 tipc: convert legacy nl socket dump to nl compat by Richard Alpe · 9 years ago
  49. bfb3e5d tipc: move and rename the legacy nl api to "nl compat" by Richard Alpe · 9 years ago
  50. 51a00da tipc: fix bug in socket reception function by Jon Paul Maloy · 9 years ago
  51. cb1b728 tipc: eliminate race condition at multicast reception by Jon Paul Maloy · 9 years ago
  52. 3c724ac tipc: simplify socket multicast reception by Jon Paul Maloy · 9 years ago
  53. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 9 years ago
  54. 94153e3 tipc: use existing sk_write_queue for outgoing packet chain by Jon Paul Maloy · 9 years ago
  55. e3a7756 tipc: split up function tipc_msg_eval() by Jon Paul Maloy · 9 years ago
  56. d570d86 tipc: enqueue arrived buffers in socket in separate function by Jon Paul Maloy · 9 years ago
  57. 1186adf tipc: simplify message forwarding and rejection in socket layer by Jon Paul Maloy · 9 years ago
  58. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 9 years ago
  59. f25dcc7 tipc: tipc ->sendmsg() conversion by Al Viro · 9 years ago
  60. d6e164e tipc: fix socket list regression in new nl api by Richard Alpe · 9 years ago
  61. 357c477 tipc: correctly handle releasing a not fully initialized sock by Sasha Levin · 9 years ago
  62. 3721e9c tipc: remove redundant timer defined in tipc_sock struct by Ying Xue · 9 years ago
  63. a62fbcc tipc: make subscriber server support net namespace by Ying Xue · 9 years ago
  64. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 9 years ago
  65. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 9 years ago
  66. e05b31f tipc: make tipc socket support net namespace by Ying Xue · 9 years ago
  67. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 9 years ago
  68. f2f2a96 tipc: feed tipc sock pointer to tipc_sk_timeout routine by Ying Xue · 9 years ago
  69. 2f55c43 tipc: remove unnecessary wrapper functions of kernel timer APIs by Ying Xue · 9 years ago
  70. 07f6c4b tipc: convert tipc reference table to use generic rhashtable by Ying Xue · 9 years ago
  71. 88b17b6 tipc: drop tx side permission checks by Erik Hugne · 9 years ago
  72. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 9 years ago
  73. d3fc6b3 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  74. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 9 years ago
  75. 45dcc68 tipc_msg_build(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  76. 562640f tipc_sendmsg(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  77. 1a1a143 tipc: add publication dump to new netlink api by Richard Alpe · 9 years ago
  78. 34b78a12 tipc: add sock dump to new netlink api by Richard Alpe · 9 years ago
  79. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  80. b2ad5e5 tipc: spelling errors by stephen hemminger · 10 years ago
  81. 1a194c2 tipc: fix lockdep warning when intra-node messages are delivered by Ying Xue · 10 years ago
  82. 7b8613e tipc: fix a potential deadlock by Ying Xue · 10 years ago
  83. cc086fc tipc: fix a potential oops by Ying Xue · 10 years ago
  84. 301bae5 tipc: merge struct tipc_port into struct tipc_sock by Jon Paul Maloy · 10 years ago
  85. 808d90f tipc: remove files ref.h and ref.c by Jon Paul Maloy · 10 years ago
  86. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  87. 0fc87aa tipc: remove source file port.c by Jon Paul Maloy · 10 years ago
  88. 6c9808c tipc: remove port_lock by Jon Paul Maloy · 10 years ago
  89. 9b50fd0 tipc: replace port pointer with socket pointer in registry by Jon Paul Maloy · 10 years ago
  90. 5a9ee0be tipc: use registry when scanning sockets by Jon Paul Maloy · 10 years ago
  91. 5b8fa7c tipc: eliminate functions tipc_port_init and tipc_port_destroy by Jon Paul Maloy · 10 years ago
  92. 739f5e4 tipc: redefine message acknowledge function by Jon Paul Maloy · 10 years ago
  93. dadebc0 tipc: eliminate port_connect()/port_disconnect() functions by Jon Paul Maloy · 10 years ago
  94. 80e44c2 tipc: eliminate function tipc_port_shutdown() by Jon Paul Maloy · 10 years ago
  95. 5728901 tipc: clean up socket timer function by Jon Paul Maloy · 10 years ago
  96. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  97. ac32c7f tipc: fix message importance range check by Erik Hugne · 10 years ago
  98. ad025a5 tipc: remove duplicated include from socket.c by Wei Yongjun · 10 years ago
  99. 52f50ce tipc: fix sparse non static symbol warnings by Wei Yongjun · 10 years ago
  100. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago