1. 62ae69e tipc: Fix potential OOB in tipc_link_proto_rcv() by YueHaibing · 1 year, 6 months ago
  2. 082707d tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header by Xin Long · 1 year, 7 months ago
  3. f4d04a9 tipc: fix shift wrapping bug in map_get() by Dan Carpenter · 1 year, 9 months ago
  4. 638fa20b net: tipc: fix possible refcount leak in tipc_sk_create() by Hangyu Hua · 1 year, 11 months ago
  5. 9839da9 tipc: rate limit warning for received illegal binding update by Jon Maloy · 2 years, 4 months ago
  6. 175db19 tipc: improve size validations for received domain records by Jon Maloy · 2 years, 4 months ago
  7. de9b2e5 tipc: increase timeout in tipc_sk_enqueue() by Hoang Le · 2 years, 9 months ago
  8. a1d2c2e tipc: fix sleeping in tipc accept routine by Hoang Le · 2 years, 10 months ago
  9. 088f160 tipc: Fix backport of b77413446408fdd256599daf00d5be72b5f3e7c6 by Nathan Chancellor · 2 years, 10 months ago
  10. 5489f30 tipc: skb_linearize the head skb when reassembling msgs by Xin Long · 3 years, 1 month ago
  11. 9d8a165 Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv" by Hoang Le · 3 years, 1 month ago
  12. 315938b tipc: convert dest node's address to network order by Hoang Le · 3 years, 3 months ago
  13. d0d49f2 net:tipc: Fix a double free in tipc_sk_mcast_rcv by Lv Yunlong · 3 years, 2 months ago
  14. 310014f tipc: fix NULL deref in tipc_link_xmit() by Hoang Le · 3 years, 5 months ago
  15. 7153ef8 tipc: fix use-after-free in tipc_bcast_get_mode by Hoang Huu Le · 3 years, 9 months ago
  16. f955928 tipc: fix memory leak caused by tipc_buf_append() by Tung Nguyen · 3 years, 7 months ago
  17. bd6cdb5 tipc: fix the skb_unshare() in tipc_buf_append() by Cong Wang · 3 years, 8 months ago
  18. 0faf2aa tipc: use skb_unshare() instead in tipc_buf_append() by Xin Long · 3 years, 9 months ago
  19. 9a8098e tipc: fix uninit skb->data in tipc_nl_compat_dumpit() by Cong Wang · 3 years, 10 months ago
  20. badbe56 net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 4 years, 6 months ago
  21. 3b3b518 tipc: set sysctl_tipc_rmem and named_timeout right range by Jie Liu · 5 years ago
  22. f1c179e tipc: tipc clang warning by Jon Maloy · 5 years ago
  23. dddfb25 tipc: fix ordering of tipc module init and exit routine by Taehee Yoo · 4 years, 6 months ago
  24. 38e8817 tipc: fix link name length check by John Rutherford · 4 years, 6 months ago
  25. 0b42fec tipc: fix skb may be leaky in tipc_link_input by Hoang Le · 5 years ago
  26. ec5676b tipc: fix memory leak in tipc_nl_compat_publ_dump by Gustavo A. R. Silva · 5 years ago
  27. 10a0e00 tipc: fix a missing check of genlmsg_put by Kangjie Lu · 5 years ago
  28. 06a80fe tipc: add NULL pointer check before calling kfree_rcu by Xin Long · 4 years, 9 months ago
  29. 695074c tipc: compat: allow tipc commands without arguments by Taras Kondratiuk · 4 years, 10 months ago
  30. 2f973fe tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb by Xin Long · 5 years ago
  31. c09cff8 tipc: check msg->req data len in tipc_nl_compat_bearer_disable by Xin Long · 5 years ago
  32. 00bdf8d tipc: change to use register_pernet_device by Xin Long · 5 years ago
  33. f7afb6e tipc: fix modprobe tipc failed after switch order of device registration by Junwei Hu · 5 years ago
  34. db7c56e Revert "tipc: fix modprobe tipc failed after switch order of device registration" by David S. Miller · 5 years ago
  35. 03baf38 tipc: fix modprobe tipc failed after switch order of device registration by Junwei Hu · 5 years ago
  36. a336df5 tipc: switch order of device registration to fix a crash by Junwei Hu · 5 years ago
  37. 7b7e51f tipc: check link name with right length in tipc_nl_compat_link_set by Xin Long · 5 years ago
  38. a379172 tipc: check bearer name with right length in tipc_nl_compat_bearer_enable by Xin Long · 5 years ago
  39. d2618e3 tipc: handle the err returned from cmd header function by Xin Long · 5 years ago
  40. 02862eb tipc: fix uninit-value in tipc_nl_compat_doit by Ying Xue · 5 years ago
  41. 4c559fb tipc: fix uninit-value in tipc_nl_compat_name_table_dump by Ying Xue · 5 years ago
  42. 3644c53 tipc: fix uninit-value in tipc_nl_compat_link_set by Ying Xue · 5 years ago
  43. 7d0cb25 tipc: fix uninit-value in tipc_nl_compat_bearer_enable by Ying Xue · 5 years ago
  44. 4cd995a tipc: fix uninit-value in tipc_nl_compat_link_reset_stats by Ying Xue · 5 years ago
  45. 6021678 tipc: compare remote and local protocols in tipc_udp_enable() by Cong Wang · 5 years ago
  46. 8dd36f1 tipc: use lock_sock() in tipc_sk_reinit() by Cong Wang · 5 years ago
  47. 336e822 tipc: fix a double kfree_skb() by Cong Wang · 5 years ago
  48. 5acc58c tipc: use destination length for copy string by Guoqing Jiang · 6 years ago
  49. 2f48581 tipc: fix a race condition of releasing subscriber object by Ying Xue · 7 years ago
  50. 2185dba tipc: Fix tipc_sk_reinit handling of -EAGAIN by Bob Peterson · 7 years ago
  51. 0b6693b tipc: add policy for TIPC_NLA_NET_ADDR by Eric Dumazet · 6 years ago
  52. 185c88b tipc: check return value of nlmsg_new by Pan Bian · 7 years ago
  53. edaf4ff tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path by Tommi Rantala · 6 years ago
  54. f60f577 tipc: error path leak fixes in tipc_enable_bearer() by Tommi Rantala · 6 years ago
  55. 0e52703 tipc: fix a memory leak in tipc_nl_node_get_link() by Cong Wang · 6 years ago
  56. e6e8067 tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe by Ying Xue · 7 years ago
  57. cf00fd3 tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() by Tommi Rantala · 7 years ago
  58. 96b4a8a tipc: fix memory leak in tipc_accept_from_sock() by Jon Maloy · 6 years ago
  59. aad54ba tipc: fix cleanup at module unload by Parthasarathy Bhuvaragan · 7 years ago
  60. 6313adb tipc: fix nametbl_lock soft lockup at module exit by Parthasarathy Bhuvaragan · 7 years ago
  61. 58b1b84 tipc: use only positive error codes in messages by Parthasarathy Bhuvaragan · 7 years ago
  62. 7ad5fb9 tipc: fix use-after-free by Eric Dumazet · 7 years ago
  63. 9f8ffe4 tipc: allocate user memory with GFP_KERNEL flag by Parthasarathy Bhuvaragan · 7 years ago
  64. 57360bc net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse by Jia-Ju Bai · 7 years ago
  65. f68a457 tipc: fix nametbl_lock soft lockup at node/link events by Parthasarathy Bhuvaragan · 7 years ago
  66. 1d6e36d tipc: add subscription refcount to avoid invalid delete by Parthasarathy Bhuvaragan · 7 years ago
  67. 9f8df4f tipc: fix connection refcount error by Parthasarathy Bhuvaragan · 7 years ago
  68. c7a552e tipc: ignore requests when the connection state is not CONNECTED by Parthasarathy Bhuvaragan · 7 years ago
  69. 44bc7ca tipc: Fix tipc_sk_reinit race conditions by Herbert Xu · 7 years ago
  70. 3de81b7 tipc: check minimum bearer MTU by Michal Kubeček · 7 years ago
  71. 9590112 tipc: fix link statistics counter errors by Jon Paul Maloy · 8 years ago
  72. 6998cc6 tipc: resolve connection flow control compatibility problem by Jon Paul Maloy · 8 years ago
  73. d876a4d tipc: improve sanity check for received domain records by Jon Paul Maloy · 8 years ago
  74. f796755 tipc: fix compatibility bug in link monitoring by Jon Paul Maloy · 8 years ago
  75. 51b9a31 tipc: eliminate obsolete socket locking policy description by Jon Paul Maloy · 8 years ago
  76. 06bd2b1 tipc: fix broadcast link synchronization problem by Jon Paul Maloy · 8 years ago
  77. 7307616 tipc: info leak in __tipc_nl_add_udp_addr() by Dan Carpenter · 8 years ago
  78. c20cb81 tipc: fix possible memory leak in tipc_udp_enable() by Wei Yongjun · 8 years ago
  79. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. e0a05eb tipc: send broadcast nack directly upon sequence gap detection by Jon Paul Maloy · 8 years ago
  81. 7c4a54b tipc: rate limit broadcast retransmissions by Jon Paul Maloy · 8 years ago
  82. 02d11ca tipc: transfer broadcast nacks in link state messages by Jon Paul Maloy · 8 years ago
  83. d2f394d tipc: fix random link resets while adding a second bearer by Parthasarathy Bhuvaragan · 8 years ago
  84. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  85. 832629c tipc: add UDP remoteip dump to netlink API by Richard Alpe · 8 years ago
  86. fdb3acc tipc: add the ability to get UDP options via netlink by Richard Alpe · 8 years ago
  87. c9b64d4 tipc: add replicast peer discovery by Richard Alpe · 8 years ago
  88. ef20cd4 tipc: introduce UDP replicast by Richard Alpe · 8 years ago
  89. 1ca73e3 tipc: refactor multicast ip check by Richard Alpe · 8 years ago
  90. ce984da tipc: split UDP send function by Richard Alpe · 8 years ago
  91. ba5aa84 tipc: split UDP nl address parsing by Richard Alpe · 8 years ago
  92. a5de125 tipc: fix the error handling in tipc_udp_enable() by Wei Yongjun · 8 years ago
  93. 5128b18 tipc: use kfree_skb() instead of kfree() by Wei Yongjun · 8 years ago
  94. b340402 tipc: add peer removal functionality by Richard Alpe · 8 years ago
  95. 5a0950c tipc: ensure that link congestion and wakeup use same criteria by Jon Paul Maloy · 8 years ago
  96. 0d051bf tipc: make bearer packet filtering generic by Jon Paul Maloy · 8 years ago
  97. d2fbdf7 tipc: fix NULL pointer dereference in shutdown() by Vegard Nossum · 8 years ago
  98. 672ca65 tipc: fix variable dereference before NULL check by Parthasarathy Bhuvaragan · 8 years ago
  99. 6b65bc2 tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor() by Wei Yongjun · 8 years ago
  100. cf6f7e1 tipc: dump monitor attributes by Parthasarathy Bhuvaragan · 8 years ago