1. ed4ffdf tipc: Fix missing RTNL lock protection during setting link properties by Ying Xue · 7 years ago
  2. 5631f65 tipc: Introduce __tipc_nl_net_set by Ying Xue · 7 years ago
  3. 07ffb22 tipc: Introduce __tipc_nl_media_set by Ying Xue · 7 years ago
  4. 93532bb tipc: Introduce __tipc_nl_bearer_set by Ying Xue · 7 years ago
  5. 45cf7ed tipc: Introduce __tipc_nl_bearer_enable by Ying Xue · 7 years ago
  6. d59d8b7 tipc: Introduce __tipc_nl_bearer_disable by Ying Xue · 7 years ago
  7. e5d1a1e tipc: Refactor __tipc_nl_compat_doit by Ying Xue · 7 years ago
  8. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  9. 55b3280 tipc: fix skb truesize/datasize ratio control by Hoang Le · 7 years ago
  10. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  11. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  12. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. 60c2530 tipc: fix race between poll() and setsockopt() by Jon Maloy · 7 years ago
  14. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. e88f2be tipc: fix race condition at topology server receive by Jon Maloy · 7 years ago
  16. e9a0344 tipc: fix bug during lookup of multicast destination nodes by Jon Maloy · 7 years ago
  17. 59b3661 tipc: fix a memory leak in tipc_nl_node_get_link() by Cong Wang · 7 years ago
  18. febafc8 tipc: fix a potental access after delete in tipc_sk_join() by Jon Maloy · 7 years ago
  19. eb929a9 tipc: improve poll() for group member socket by Jon Maloy · 7 years ago
  20. 232d07b tipc: improve groupcast scope handling by Jon Maloy · 7 years ago
  21. 8348500 tipc: add option to suppress PUBLISH events for pre-existing publications by Jon Maloy · 7 years ago
  22. d12d2e1 tipc: send out join messages as soon as new member is discovered by Jon Maloy · 7 years ago
  23. c2b22bc tipc: simplify group LEAVE sequence by Jon Maloy · 7 years ago
  24. 7ad32bc tipc: create group member event messages when they are needed by Jon Maloy · 7 years ago
  25. 0233493 tipc: adjustment to group member FSM by Jon Maloy · 7 years ago
  26. 4ea5dab tipc: let group member stay in JOINED mode if unable to reclaim by Jon Maloy · 7 years ago
  27. 8d5dee2 tipc: a couple of cleanups by Jon Maloy · 7 years ago
  28. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. f4803f1 net: tipc: remove unused hardirq.h by Yang Shi · 7 years ago
  30. d84d1b3 tipc: simplify small window members' sorting algorithm by Jon Maloy · 7 years ago
  31. 38266ca tipc: some clarifying name changes by Jon Maloy · 7 years ago
  32. f9c935d tipc: fix problems with multipoint-to-point flow control by Jon Maloy · 7 years ago
  33. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. 517d7c7 tipc: fix hanging poll() for stream sockets by Parthasarathy Bhuvaragan · 7 years ago
  35. 642a843 tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path by Tommi Rantala · 7 years ago
  36. 1914255 tipc: error path leak fixes in tipc_enable_bearer() by Tommi Rantala · 7 years ago
  37. 3a33a19 tipc: fix memory leak of group member when peer node is lost by Jon Maloy · 7 years ago
  38. 0a3d805 tipc: base group replicast ack counter on number of actual receivers by Jon Maloy · 7 years ago
  39. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. bb25c38 tipc: remove joining group member from congested list by Jon Maloy · 7 years ago
  41. 3db0960 tipc: fix list sorting bug in function tipc_group_update_member() by Jon Maloy · 7 years ago
  42. 3f42f5f tipc: remove leaving group member from all lists by Jon Maloy · 7 years ago
  43. 2348339 tipc: fix lost member events bug by Jon Maloy · 7 years ago
  44. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. c545a94 tipc: eliminate potential memory leak by Jon Maloy · 7 years ago
  46. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  47. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  48. a7d5f10 tipc: fix memory leak in tipc_accept_from_sock() by Jon Maloy · 7 years ago
  49. 672ecbe tipc: fix a null pointer deref on error path by Cong Wang · 7 years ago
  50. 7cda4ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  51. bc48027 tipc: switch to sock_recvmsg() by Al Viro · 7 years ago
  52. 4c94cc2 tipc: fall back to smaller MTU if allocation of local send skb fails by Jon Maloy · 7 years ago
  53. c7799c0 tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() by Tommi Rantala · 7 years ago
  54. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  55. 2e724dc tipc: eliminate access after delete in group_filter_msg() by Jon Maloy · 7 years ago
  56. e0e853a tipc: fix access of released memory by Jon Maloy · 7 years ago
  57. d618d09 tipc: enforce valid ratio between skb truesize and contents by Jon Maloy · 7 years ago
  58. 8d6e79d tipc: improve link resiliency when rps is activated by Jon Maloy · 7 years ago
  59. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  60. fa36882 tipc: eliminate unnecessary probing by Jon Maloy · 7 years ago
  61. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  62. 31b102b net: tipc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  63. e233df0 tipc: fix a dangling pointer by Cong Wang · 7 years ago
  64. f65163f tipc: eliminate KASAN warning by Jon Maloy · 7 years ago
  65. 0d5fcebf tipc: refactor tipc_sk_timeout() function by Jon Maloy · 7 years ago
  66. cb4dc41 tipc: fix broken tipc_poll() function by Jon Maloy · 7 years ago
  67. c75e427 tipc: checking for NULL instead of IS_ERR() by Dan Carpenter · 7 years ago
  68. 36c0a9d tipc: fix rebasing error by Jon Maloy · 7 years ago
  69. 04d7b57 tipc: add multipoint-to-point flow control by Jon Maloy · 7 years ago
  70. a3bada7 tipc: guarantee delivery of last broadcast before DOWN event by Jon Maloy · 7 years ago
  71. 399574d tipc: guarantee delivery of UP event before first broadcast by Jon Maloy · 7 years ago
  72. 2f48771 tipc: guarantee that group broadcast doesn't bypass group unicast by Jon Maloy · 7 years ago
  73. b87a5ea tipc: guarantee group unicast doesn't bypass group broadcast by Jon Maloy · 7 years ago
  74. 5b8dddb tipc: introduce group multicast messaging by Jon Maloy · 7 years ago
  75. ee106d7 tipc: introduce group anycast messaging by Jon Maloy · 7 years ago
  76. 27bd9ec tipc: introduce group unicast messaging by Jon Maloy · 7 years ago
  77. b7d4263 tipc: introduce flow control for group broadcast messages by Jon Maloy · 7 years ago
  78. ae236fb tipc: receive group membership events via member socket by Jon Maloy · 7 years ago
  79. 31c82a2 tipc: add second source address to recvmsg()/recvfrom() by Jon Maloy · 7 years ago
  80. 75da216 tipc: introduce communication groups by Jon Maloy · 7 years ago
  81. a80ae53 tipc: improve destination linked list by Jon Maloy · 7 years ago
  82. f70d37b tipc: add new function for sending multiple small messages by Jon Maloy · 7 years ago
  83. 64ac5f5 tipc: refactor function filter_rcv() by Jon Maloy · 7 years ago
  84. 38077b8 tipc: add ability to obtain node availability status from other files by Jon Maloy · 7 years ago
  85. 2399883 tipc: improve address sanity check in tipc_connect() by Jon Maloy · 7 years ago
  86. 14c0449 tipc: add ability to order and receive topology events in driver by Jon Maloy · 7 years ago
  87. a9e2971 tipc: Unclone message at secondary destination lookup by Jon Maloy · 7 years ago
  88. 3382605 tipc: correct initialization of skb list by Jon Maloy · 7 years ago
  89. aad0621 tipc: use only positive error codes in messages by Parthasarathy Bhuvaragan · 7 years ago
  90. 8e0deed tipc: remove unnecessary call to dev_net() by Kleber Sacilotto de Souza · 7 years ago
  91. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  92. d55c60e tipc: permit bond slave as bearer by Parthasarathy Bhuvaragan · 7 years ago
  93. 991ca84 tipc: context imbalance at node read unlock by Parthasarathy Bhuvaragan · 7 years ago
  94. 60d1d93 tipc: reassign pointers after skb reallocation / linearization by Parthasarathy Bhuvaragan · 7 years ago
  95. 2716313 tipc: perform skb_linearize() before parsing the inner header by Parthasarathy Bhuvaragan · 7 years ago
  96. 6c7e983 tipc: Fix tipc_sk_reinit handling of -EAGAIN by Bob Peterson · 7 years ago
  97. 042a901 net: tipc: constify genl_ops by Arvind Yadav · 7 years ago
  98. fd849b7 tipc: fix a race condition of releasing subscriber object by Ying Xue · 7 years ago
  99. 458be02 tipc: remove subscription references only for pending timers by Parthasarathy Bhuvaragan · 7 years ago
  100. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago