1. 9ab2323 sctp: remove the left unnecessary check for chunk in sctp_renege_events by Xin Long · 7 years ago
  2. fae8b6f sctp: fix some copy-paste errors for file comments by Xin Long · 7 years ago
  3. fb23403 sctp: remove the useless check in sctp_renege_events by Xin Long · 7 years ago
  4. 947820b sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cname by Xin Long · 7 years ago
  5. 27af86b sctp: do not pr_err for the duplicated node in transport rhlist by Xin Long · 7 years ago
  6. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  7. 07f2c7a sctp: verify size of a new chunk in _sctp_make_chunk() by Alexey Kodanev · 7 years ago
  8. 4a31a6b sctp: fix dst refcnt leak in sctp_v4_get_dst by Tommi Rantala · 7 years ago
  9. 957d761 sctp: fix dst refcnt leak in sctp_v6_get_dst() by Alexey Kodanev · 7 years ago
  10. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  11. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  12. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. f53d77e sctp: reset ret in again path in sctp_for_each_transport by Xin Long · 7 years ago
  16. 121d57a gso: validate gso_type in GSO handlers by Willem de Bruijn · 7 years ago
  17. c981f25 sctp: use vmemdup_user() rather than badly open-coding memdup_user() by Al Viro · 7 years ago
  18. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  19. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  20. c5006b8 sctp: do not allow the v4 socket to bind a v4mapped v6 address by Xin Long · 7 years ago
  21. a0ff660 sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf by Xin Long · 7 years ago
  22. 625637bf sctp: reinit stream if stream outcnt has been change by sinit in sendmsg by Xin Long · 7 years ago
  23. b2ce04c sctp: Copy struct sctp_sock.autoclose to userspace using put_user() by David Windsor · 8 years ago
  24. ab9ee8e sctp: Define usercopy region in SCTP proto slab cache by David Windsor · 7 years ago
  25. 594831a sctp: removed unused var from sctp_make_auth by Marcelo Ricardo Leitner · 7 years ago
  26. 37f47bc sctp: avoid compiler warning on implicit fallthru by Marcelo Ricardo Leitner · 7 years ago
  27. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  28. c76f97c sctp: make use of pre-calculated len by Marcelo Ricardo Leitner · 7 years ago
  29. 5960cef sctp: add a ceiling to optlen in some sockopts by Marcelo Ricardo Leitner · 7 years ago
  30. 2e83acb sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events by Marcelo Ricardo Leitner · 7 years ago
  31. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 7 years ago
  33. cc35c3d sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled by Marcelo Ricardo Leitner · 7 years ago
  34. 79d0895 sctp: fix error path in sctp_stream_init by Marcelo Ricardo Leitner · 7 years ago
  35. fa4475f net: sctp: Remove debug SCTP probe module by Masami Hiramatsu · 7 years ago
  36. 103d750 net: sctp: Add SCTP ACK tracking trace event by Masami Hiramatsu · 7 years ago
  37. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  38. 8cb38a6 sctp: Replace use of sockets_allocated with specified macro. by Tonghao Zhang · 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. cbabf46 net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition by Yafang Shao · 7 years ago
  41. d196975 sctp: add SCTP_CID_RECONF conversion in sctp_cname by Xin Long · 7 years ago
  42. 5c46867 sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege by Xin Long · 7 years ago
  43. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. 463118c sctp: support sysctl to allow users to use stream interleave by Xin Long · 7 years ago
  45. 107e242 sctp: update mid instead of ssn when doing stream and asoc reset by Xin Long · 7 years ago
  46. ef4775e sctp: add stream interleave support in stream scheduler by Xin Long · 7 years ago
  47. de60fe9 sctp: implement handle_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  48. 47b20a8 sctp: implement report_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  49. 0fc2ea9 sctp: implement validate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  50. 8e0c3b7 sctp: implement generate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  51. 2d07a49 sctp: add basic structures and make chunk function for ifwdtsn by Xin Long · 7 years ago
  52. 2342b8d sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams by Xin Long · 7 years ago
  53. 1322823 sctp: add support for the process of unordered idata by Xin Long · 7 years ago
  54. 65f5e35 sctp: implement abort_pd for sctp_stream_interleave by Xin Long · 7 years ago
  55. be4e0ce sctp: implement start_pd for sctp_stream_interleave by Xin Long · 7 years ago
  56. 94014e8 sctp: implement renege_events for sctp_stream_interleave by Xin Long · 7 years ago
  57. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  58. bd4d627 sctp: implement ulpevent_data for sctp_stream_interleave by Xin Long · 7 years ago
  59. 9d4ceaf sctp: implement validate_data for sctp_stream_interleave by Xin Long · 7 years ago
  60. 668c9be sctp: implement assign_number for sctp_stream_interleave by Xin Long · 7 years ago
  61. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  62. ad05a7a sctp: add basic structures and make chunk function for idata by Xin Long · 7 years ago
  63. 96b120b sctp: add asoc intl_enable negotiation during 4 shakehands by Xin Long · 7 years ago
  64. 772a586 sctp: add stream interleave enable members and sockopt by Xin Long · 7 years ago
  65. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  66. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  67. 779edd7 sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags by Xin Long · 7 years ago
  68. e5f6129 sctp: abandon the whole msg if one part of a fragmented message is abandoned by Xin Long · 7 years ago
  69. d30fc51 sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune by Xin Long · 7 years ago
  70. a8dd397 sctp: use right member as the param of list_for_each_entry by Xin Long · 7 years ago
  71. 1ba896f sctp: remove extern from stream sched by Xin Long · 7 years ago
  72. 08f4607 sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail by Xin Long · 7 years ago
  73. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  74. 52a3958 sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1 by Xin Long · 7 years ago
  75. 159f2a7 sctp: avoid flushing unsent queue when doing asoc reset by Xin Long · 7 years ago
  76. 5c6144a sctp: only allow the asoc reset when the asoc outq is empty by Xin Long · 7 years ago
  77. d570a59 sctp: only allow the out stream reset when the stream outq is empty by Xin Long · 7 years ago
  78. 3aa623d sctp: use sizeof(__u16) for each stream number length instead of magic number by Xin Long · 7 years ago
  79. ecca8f8 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  80. 7c8a61d net/sctp: Always set scope_id in sctp_inet6_skb_msgname by Eric W. Biederman · 7 years ago
  81. 423852f sctp: check stream reset info len before making reconf chunk by Xin Long · 7 years ago
  82. cea0cc8 sctp: use the right sk after waking up from wait_buf sleep by Xin Long · 7 years ago
  83. ca3af4d sctp: do not free asoc when it is already dead in sctp_sendmsg by Xin Long · 7 years ago
  84. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  86. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  87. dc82673 sctp: fix error return code in sctp_send_add_streams() by Wei Yongjun · 7 years ago
  88. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  89. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  90. f6fc6bc sctp: fix a type cast warnings that causes a_rwnd gets the wrong value by Xin Long · 7 years ago
  91. 8d32503 sctp: fix some type cast warnings introduced by transport rhashtable by Xin Long · 7 years ago
  92. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  93. d04adf1 sctp: reset owner sk for data chunks on out queues when migrating a sock by Xin Long · 7 years ago
  94. 9c3b575 net: sctp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  95. b71d21c sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND by Laszlo Toth · 7 years ago
  96. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. 1cc276c sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect by Xin Long · 7 years ago
  98. df80cd9 sctp: do not peel off an assoc from one netns to another one by Xin Long · 7 years ago
  99. 1a37b77 sctp: make array sctp_sched_ops static by Colin Ian King · 7 years ago
  100. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago