1. 844cf76 tipc: make macro tipc_wait_for_cond() smp safe by Jon Paul Maloy · 7 years ago
  2. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  3. ec8a09f tipc: refactor function tipc_sk_recv_stream() by Jon Paul Maloy · 7 years ago
  4. e9f8b10 tipc: refactor function tipc_sk_recvmsg() by Jon Paul Maloy · 7 years ago
  5. c1be775 tipc: close the connection if protocol messages contain errors by Parthasarathy Bhuvaragan · 7 years ago
  6. 4e0df49 tipc: improve error validations for sockets in CONNECTING state by Parthasarathy Bhuvaragan · 7 years ago
  7. 42b531d tipc: Fix missing connection request handling by Parthasarathy Bhuvaragan · 7 years ago
  8. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. 05ff837 tipc: fix socket flow control accounting error at tipc_recv_stream by Parthasarathy Bhuvaragan · 7 years ago
  10. 3364d61 tipc: fix socket flow control accounting error at tipc_send_stream by Parthasarathy Bhuvaragan · 7 years ago
  11. 78302fd tipc: check return value of nlmsg_new by Pan Bian · 8 years ago
  12. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  13. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  14. 66bc1e8 tipc: allow rdm/dgram socketpairs by Erik Hugne · 8 years ago
  15. 70b0375 tipc: add support for stream/seqpacket socketpairs by Erik Hugne · 8 years ago
  16. 7efea60 tipc: adjust the policy of holding subscription kref by Ying Xue · 8 years ago
  17. 139bb36 tipc: advance the time of deleting subscription from subscriber->subscrp_list by Ying Xue · 8 years ago
  18. 557d054c tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe by Ying Xue · 8 years ago
  19. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  20. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  21. 681a55d tipc: move premature initilalization of stack variables by Jon Paul Maloy · 8 years ago
  22. 40f9f43 tipc: Fix tipc_sk_reinit race conditions by Herbert Xu · 8 years ago
  23. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  24. a08ef47 tipc: uninitialized return code in tipc_setsockopt() by Dan Carpenter · 8 years ago
  25. 35e22e4 tipc: fix cleanup at module unload by Parthasarathy Bhuvaragan · 8 years ago
  26. 4c887aa tipc: ignore requests when the connection state is not CONNECTED by Parthasarathy Bhuvaragan · 8 years ago
  27. 9dc3abd tipc: fix nametbl_lock soft lockup at module exit by Parthasarathy Bhuvaragan · 8 years ago
  28. fc0adfc tipc: fix connection refcount error by Parthasarathy Bhuvaragan · 8 years ago
  29. d094c4d tipc: add subscription refcount to avoid invalid delete by Parthasarathy Bhuvaragan · 8 years ago
  30. 93f955a tipc: fix nametbl_lock soft lockup at node/link events by Parthasarathy Bhuvaragan · 8 years ago
  31. 01fd12b tipc: make replicast a user selectable option by Jon Paul Maloy · 8 years ago
  32. a853e4c tipc: introduce replicast as transport option for multicast by Jon Paul Maloy · 8 years ago
  33. 2ae0b8a tipc: add functionality to lookup multicast destination nodes by Jon Paul Maloy · 8 years ago
  34. 9999974 tipc: add function for checking broadcast support in bearer by Jon Paul Maloy · 8 years ago
  35. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. 57d5f64 tipc: allocate user memory with GFP_KERNEL flag by Parthasarathy Bhuvaragan · 8 years ago
  37. 365ad35 tipc: reduce risk of user starvation during link congestion by Jon Paul Maloy · 8 years ago
  38. 4d8642d tipc: modify struct tipc_plist to be more versatile by Jon Paul Maloy · 8 years ago
  39. 8c44e1a tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functions by Jon Paul Maloy · 8 years ago
  40. 693c564 tipc: don't send FIN message from connectionless socket by Jon Paul Maloy · 8 years ago
  41. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  42. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  43. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. 3de81b7 tipc: check minimum bearer MTU by Michal Kubeček · 8 years ago
  45. 9590112 tipc: fix link statistics counter errors by Jon Paul Maloy · 8 years ago
  46. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 6998cc6 tipc: resolve connection flow control compatibility problem by Jon Paul Maloy · 8 years ago
  48. d876a4d tipc: improve sanity check for received domain records by Jon Paul Maloy · 8 years ago
  49. f796755 tipc: fix compatibility bug in link monitoring by Jon Paul Maloy · 8 years ago
  50. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. 51b9a31 tipc: eliminate obsolete socket locking policy description by Jon Paul Maloy · 8 years ago
  52. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  53. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  54. f40acba tipc: remove SS_CONNECTED sock state by Parthasarathy Bhuvaragan · 8 years ago
  55. 99a2088 tipc: create TIPC_CONNECTING as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  56. 6f00089 tipc: remove SS_DISCONNECTING state by Parthasarathy Bhuvaragan · 8 years ago
  57. 9fd4b07 tipc: create TIPC_DISCONNECTING as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  58. 438adca tipc: create TIPC_OPEN as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  59. 8ea642e tipc: create TIPC_ESTABLISHED as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  60. 0c288c8 tipc: create TIPC_LISTEN as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  61. c752023 tipc: remove socket state SS_READY by Parthasarathy Bhuvaragan · 8 years ago
  62. 360aab6 tipc: remove probing_intv from tipc_sock by Parthasarathy Bhuvaragan · 8 years ago
  63. d6fb7e9 tipc: remove tsk->connected from tipc_sock by Parthasarathy Bhuvaragan · 8 years ago
  64. 87227fe tipc: remove tsk->connected for connectionless sockets by Parthasarathy Bhuvaragan · 8 years ago
  65. aeda16b tipc: rename tsk->remote to tsk->peer for consistent naming by Parthasarathy Bhuvaragan · 8 years ago
  66. ba8aebe tipc: rename struct tipc_skb_cb member handle to bytes_read by Parthasarathy Bhuvaragan · 8 years ago
  67. cb5da84 tipc: set kern=0 in sk_alloc() during tipc_accept() by Parthasarathy Bhuvaragan · 8 years ago
  68. 4891d8f tipc: wakeup sleeping users at disconnect by Parthasarathy Bhuvaragan · 8 years ago
  69. 7cf87fa tipc: return early for non-blocking sockets at link congestion by Parthasarathy Bhuvaragan · 8 years ago
  70. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. 06bd2b1 tipc: fix broadcast link synchronization problem by Jon Paul Maloy · 8 years ago
  72. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  73. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  74. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  75. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  76. 7307616 tipc: info leak in __tipc_nl_add_udp_addr() by Dan Carpenter · 8 years ago
  77. c20cb81 tipc: fix possible memory leak in tipc_udp_enable() by Wei Yongjun · 8 years ago
  78. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. e0a05eb tipc: send broadcast nack directly upon sequence gap detection by Jon Paul Maloy · 8 years ago
  80. 7c4a54b tipc: rate limit broadcast retransmissions by Jon Paul Maloy · 8 years ago
  81. 02d11ca tipc: transfer broadcast nacks in link state messages by Jon Paul Maloy · 8 years ago
  82. d2f394d tipc: fix random link resets while adding a second bearer by Parthasarathy Bhuvaragan · 8 years ago
  83. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. 832629c tipc: add UDP remoteip dump to netlink API by Richard Alpe · 8 years ago
  85. fdb3acc tipc: add the ability to get UDP options via netlink by Richard Alpe · 8 years ago
  86. c9b64d4 tipc: add replicast peer discovery by Richard Alpe · 8 years ago
  87. ef20cd4 tipc: introduce UDP replicast by Richard Alpe · 8 years ago
  88. 1ca73e3 tipc: refactor multicast ip check by Richard Alpe · 8 years ago
  89. ce984da tipc: split UDP send function by Richard Alpe · 8 years ago
  90. ba5aa84 tipc: split UDP nl address parsing by Richard Alpe · 8 years ago
  91. a5de125 tipc: fix the error handling in tipc_udp_enable() by Wei Yongjun · 8 years ago
  92. 5128b18 tipc: use kfree_skb() instead of kfree() by Wei Yongjun · 8 years ago
  93. b340402 tipc: add peer removal functionality by Richard Alpe · 8 years ago
  94. 5a0950c tipc: ensure that link congestion and wakeup use same criteria by Jon Paul Maloy · 8 years ago
  95. 0d051bf tipc: make bearer packet filtering generic by Jon Paul Maloy · 8 years ago
  96. d2fbdf7 tipc: fix NULL pointer dereference in shutdown() by Vegard Nossum · 8 years ago
  97. 672ca65 tipc: fix variable dereference before NULL check by Parthasarathy Bhuvaragan · 8 years ago
  98. 6b65bc2 tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor() by Wei Yongjun · 8 years ago
  99. cf6f7e1 tipc: dump monitor attributes by Parthasarathy Bhuvaragan · 8 years ago
  100. ff0d3e7 tipc: add a function to get the bearer name by Parthasarathy Bhuvaragan · 8 years ago