1. 4b2e687 tipc: Fix namespace violation in tipc_sk_fill_sock_diag by GhantaKrishnamurthy MohanKrishna · 7 years ago
  2. b714295 tipc: Fix missing list initializations in struct tipc_subscription by Jon Maloy · 7 years ago
  3. 7494cfa tipc: avoid possible string overflow by Jon Maloy · 7 years ago
  4. 37922ea tipc: permit overlapping service ranges in name table by Jon Maloy · 7 years ago
  5. f20889f tipc: refactor name table translate function by Jon Maloy · 7 years ago
  6. 218527f tipc: replace name table service range array with rb tree by Jon Maloy · 7 years ago
  7. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  8. e1a22d1 tipc: tipc_node_create() can be static by Wei Yongjun · 7 years ago
  9. c76f248 tipc: fix error handling in tipc_udp_enable() by Wei Yongjun · 7 years ago
  10. da18ab3 tipc: tipc_disc_addr_trial_msg() can be static by kbuild test robot · 7 years ago
  11. 52dfae5 tipc: obtain node identity from interface by default by Jon Maloy · 7 years ago
  12. 25b0b9c tipc: handle collisions of 32-bit node address hash values by Jon Maloy · 7 years ago
  13. d50ccc2 tipc: add 128-bit node identifier by Jon Maloy · 7 years ago
  14. 23fd3ea tipc: remove direct accesses to own_addr field in struct tipc_net by Jon Maloy · 7 years ago
  15. b89afb1 tipc: allow closest-first lookup algorithm when legacy address is configured by Jon Maloy · 7 years ago
  16. 2026364 tipc: remove restrictions on node address values by Jon Maloy · 7 years ago
  17. b39e465 tipc: some cleanups in the file discover.c by Jon Maloy · 7 years ago
  18. cb30a633 tipc: refactor function tipc_enable_bearer() by Jon Maloy · 7 years ago
  19. 872619d tipc: step sk->sk_drops when rcv buffer is full by GhantaKrishnamurthy MohanKrishna · 7 years ago
  20. c30b70d tipc: implement socket diagnostics for AF_TIPC by GhantaKrishnamurthy MohanKrishna · 7 years ago
  21. dfde331 tipc: modify socket iterator for sock_diag by GhantaKrishnamurthy MohanKrishna · 7 years ago
  22. e50e73e tipc: some name changes by Jon Maloy · 7 years ago
  23. 935439c tipc: merge two lists in struct publication by Jon Maloy · 7 years ago
  24. ba765ec tipc: remove zone_list member in struct publication by Jon Maloy · 7 years ago
  25. 64a52b26d5 tipc: remove zone publication list in name table by Jon Maloy · 7 years ago
  26. 928df18 tipc: obsolete TIPC_ZONE_SCOPE by Jon Maloy · 7 years ago
  27. afbbc37 net: Convert tipc_net_ops by Kirill Tkhai · 7 years ago
  28. c9efb15 tipc: bcast: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  29. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. 1b22bca tipc: correct initial value for group congestion flag by Jon Maloy · 7 years ago
  31. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. 26736a0 tipc: don't call sock_release() in atomic context by Paolo Abeni · 7 years ago
  33. 96c252b tipc: fix bug on error path in tipc_topsrv_kern_subscr() by Jon Maloy · 7 years ago
  34. 026321c tipc: rename tipc_server to tipc_topsrv by Jon Maloy · 7 years ago
  35. 0ef897b tipc: separate topology server listener socket from subcsriber sockets by Jon Maloy · 7 years ago
  36. 5c45ab2 tipc: make struct tipc_server private for server.c by Jon Maloy · 7 years ago
  37. da0a75e tipc: some prefix changes by Jon Maloy · 7 years ago
  38. 242e82c tipc: collapse subscription creation functions by Jon Maloy · 7 years ago
  39. 8985ecc tipc: simplify endianness handling in topology subscriber by Jon Maloy · 7 years ago
  40. 414574a tipc: simplify interaction between subscription and topology connection by Jon Maloy · 7 years ago
  41. df79d04 tipc: eliminate struct tipc_subscriber by Jon Maloy · 7 years ago
  42. c901d26 tipc: remove unnecessary function pointers by Jon Maloy · 7 years ago
  43. 27469b7 tipc: remove redundant code in topology server by Jon Maloy · 7 years ago
  44. 37c64cf tipc: apply bearer link tolerance on running links by Jon Maloy · 7 years ago
  45. ed4ffdf tipc: Fix missing RTNL lock protection during setting link properties by Ying Xue · 7 years ago
  46. 5631f65 tipc: Introduce __tipc_nl_net_set by Ying Xue · 7 years ago
  47. 07ffb22 tipc: Introduce __tipc_nl_media_set by Ying Xue · 7 years ago
  48. 93532bb tipc: Introduce __tipc_nl_bearer_set by Ying Xue · 7 years ago
  49. 45cf7ed tipc: Introduce __tipc_nl_bearer_enable by Ying Xue · 7 years ago
  50. d59d8b7 tipc: Introduce __tipc_nl_bearer_disable by Ying Xue · 7 years ago
  51. e5d1a1e tipc: Refactor __tipc_nl_compat_doit by Ying Xue · 7 years ago
  52. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  53. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  54. 55b3280 tipc: fix skb truesize/datasize ratio control by Hoang Le · 7 years ago
  55. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  56. 1ed2d76 Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  57. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  58. 60c2530 tipc: fix race between poll() and setsockopt() by Jon Maloy · 7 years ago
  59. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  60. e88f2be tipc: fix race condition at topology server receive by Jon Maloy · 7 years ago
  61. e9a0344 tipc: fix bug during lookup of multicast destination nodes by Jon Maloy · 7 years ago
  62. 59b3661 tipc: fix a memory leak in tipc_nl_node_get_link() by Cong Wang · 7 years ago
  63. febafc8 tipc: fix a potental access after delete in tipc_sk_join() by Jon Maloy · 7 years ago
  64. eb929a9 tipc: improve poll() for group member socket by Jon Maloy · 7 years ago
  65. 232d07b tipc: improve groupcast scope handling by Jon Maloy · 7 years ago
  66. 8348500 tipc: add option to suppress PUBLISH events for pre-existing publications by Jon Maloy · 7 years ago
  67. d12d2e1 tipc: send out join messages as soon as new member is discovered by Jon Maloy · 7 years ago
  68. c2b22bc tipc: simplify group LEAVE sequence by Jon Maloy · 7 years ago
  69. 7ad32bc tipc: create group member event messages when they are needed by Jon Maloy · 7 years ago
  70. 0233493 tipc: adjustment to group member FSM by Jon Maloy · 7 years ago
  71. 4ea5dab tipc: let group member stay in JOINED mode if unable to reclaim by Jon Maloy · 7 years ago
  72. 8d5dee2 tipc: a couple of cleanups by Jon Maloy · 7 years ago
  73. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  74. f4803f1 net: tipc: remove unused hardirq.h by Yang Shi · 7 years ago
  75. d84d1b3 tipc: simplify small window members' sorting algorithm by Jon Maloy · 7 years ago
  76. 38266ca tipc: some clarifying name changes by Jon Maloy · 7 years ago
  77. f9c935d tipc: fix problems with multipoint-to-point flow control by Jon Maloy · 7 years ago
  78. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. 517d7c7 tipc: fix hanging poll() for stream sockets by Parthasarathy Bhuvaragan · 7 years ago
  80. 642a843 tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path by Tommi Rantala · 7 years ago
  81. 1914255 tipc: error path leak fixes in tipc_enable_bearer() by Tommi Rantala · 7 years ago
  82. 3a33a19 tipc: fix memory leak of group member when peer node is lost by Jon Maloy · 7 years ago
  83. 0a3d805 tipc: base group replicast ack counter on number of actual receivers by Jon Maloy · 7 years ago
  84. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. bb25c38 tipc: remove joining group member from congested list by Jon Maloy · 7 years ago
  86. 3db0960 tipc: fix list sorting bug in function tipc_group_update_member() by Jon Maloy · 7 years ago
  87. 3f42f5f tipc: remove leaving group member from all lists by Jon Maloy · 7 years ago
  88. 2348339 tipc: fix lost member events bug by Jon Maloy · 7 years ago
  89. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  90. c545a94 tipc: eliminate potential memory leak by Jon Maloy · 7 years ago
  91. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  92. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  93. a7d5f10 tipc: fix memory leak in tipc_accept_from_sock() by Jon Maloy · 7 years ago
  94. 672ecbe tipc: fix a null pointer deref on error path by Cong Wang · 7 years ago
  95. 7cda4ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  96. bc48027 tipc: switch to sock_recvmsg() by Al Viro · 7 years ago
  97. 4c94cc2 tipc: fall back to smaller MTU if allocation of local send skb fails by Jon Maloy · 7 years ago
  98. c7799c0 tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() by Tommi Rantala · 7 years ago
  99. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  100. 2e724dc tipc: eliminate access after delete in group_filter_msg() by Jon Maloy · 7 years ago