1. cc3ccf2 sctp: not allow to set asoc prsctp_enable by sockopt by Xin Long · 6 years ago
  2. 7133583 sctp: check policy more carefully when getting pr status by Xin Long · 6 years ago
  3. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. cd305c7 sctp: use sk_wmem_queued to check for writable space by Xin Long · 6 years ago
  5. 605c0ac sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size by Xin Long · 6 years ago
  6. c863850 sctp: not free the new asoc when sctp_wait_for_connect returns err by Xin Long · 6 years ago
  7. b336dec sctp: fix race on sctp_id2asoc by Marcelo Ricardo Leitner · 6 years ago
  8. 0ac1077 sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead by Xin Long · 6 years ago
  9. 741880e sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel by Xin Long · 6 years ago
  10. af8a2b8 sctp: fix invalid reference to the index variable of the iterator by Xin Long · 6 years ago
  11. bab1be7 sctp: hold transport before accessing its asoc in sctp_transport_get_next by Xin Long · 6 years ago
  12. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 6 years ago
  13. 4be4139 sctp: add support for setting flowlabel when adding a transport by Xin Long · 7 years ago
  14. 0b0dce7 sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams by Xin Long · 7 years ago
  15. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. b0e9a2f sctp: add support for SCTP_REUSE_PORT sockopt by Xin Long · 7 years ago
  17. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  18. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 7 years ago
  19. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  20. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  21. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  22. 568ea88 net/sctp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  23. 644fbde sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 7 years ago
  24. 38687b5 sctp: allow unsetting sockopt MAXSEG by Marcelo Ricardo Leitner · 7 years ago
  25. 439ef03 sctp: consider idata chunks when setting SCTP_MAXSEG by Marcelo Ricardo Leitner · 7 years ago
  26. 63d0133 sctp: honor PMTU_DISABLED when handling icmp by Marcelo Ricardo Leitner · 7 years ago
  27. 6e91b57 sctp: re-use sctp_transport_pmtu in sctp_transport_route by Marcelo Ricardo Leitner · 7 years ago
  28. 2521680 sctp: remove sctp_assoc_pending_pmtu by Marcelo Ricardo Leitner · 7 years ago
  29. 2f5e3c9 sctp: introduce sctp_assoc_update_frag_point by Marcelo Ricardo Leitner · 7 years ago
  30. feddd6c sctp: introduce sctp_mtu_payload by Marcelo Ricardo Leitner · 7 years ago
  31. c4b2893 sctp: introduce sctp_assoc_set_pmtu by Marcelo Ricardo Leitner · 7 years ago
  32. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  33. 81e9837 sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 by Eric Dumazet · 7 years ago
  34. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  35. 0aee4c2 sctp: Fix double free in sctp_sendmsg_to_asoc by Neil Horman · 7 years ago
  36. ec2e506 sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENT by Xin Long · 7 years ago
  37. 601590e sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY by Xin Long · 7 years ago
  38. 3ff547c sctp: add support for SCTP AUTH Information for sendmsg by Xin Long · 7 years ago
  39. 1b1e0bc sctp: add refcnt support for sh_key by Xin Long · 7 years ago
  40. d98985d sctp: fix error return code in sctp_sendmsg_new_asoc() by Wei Yongjun · 7 years ago
  41. 4910280 sctp: add support for snd flag SCTP_SENDALL process in sendmsg by Xin Long · 7 years ago
  42. 2c0dbaa sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg by Xin Long · 7 years ago
  43. ed63afb sctp: add support for PR-SCTP Information for sendmsg by Xin Long · 7 years ago
  44. 0a3920d sctp: adjust some codes in a better order in sctp_sendmsg by Xin Long · 7 years ago
  45. 007b7e1 sctp: improve some variables in sctp_sendmsg by Xin Long · 7 years ago
  46. 8e87c6e sctp: remove the unnecessary transport looking up from sctp_sendmsg by Xin Long · 7 years ago
  47. d42cb06 sctp: factor out sctp_sendmsg_update_sinfo from sctp_sendmsg by Xin Long · 7 years ago
  48. 204f817 sctp: factor out sctp_sendmsg_parse from sctp_sendmsg by Xin Long · 7 years ago
  49. becef9b sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsg by Xin Long · 7 years ago
  50. c2666de sctp: factor out sctp_sendmsg_check_sflags from sctp_sendmsg by Xin Long · 7 years ago
  51. 2bfd80f sctp: factor out sctp_sendmsg_new_asoc from sctp_sendmsg by Xin Long · 7 years ago
  52. f84af33 sctp: factor out sctp_sendmsg_to_asoc from sctp_sendmsg by Xin Long · 7 years ago
  53. 2277c7c sctp: Add LSM hooks by Richard Haines · 7 years ago
  54. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  55. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  56. 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
  57. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  58. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  59. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  60. f53d77e sctp: reset ret in again path in sctp_for_each_transport by Xin Long · 7 years ago
  61. c981f25 sctp: use vmemdup_user() rather than badly open-coding memdup_user() by Al Viro · 7 years ago
  62. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  63. c5006b8 sctp: do not allow the v4 socket to bind a v4mapped v6 address by Xin Long · 7 years ago
  64. a0ff660 sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf by Xin Long · 7 years ago
  65. 625637bf sctp: reinit stream if stream outcnt has been change by sinit in sendmsg by Xin Long · 7 years ago
  66. b2ce04c sctp: Copy struct sctp_sock.autoclose to userspace using put_user() by David Windsor · 8 years ago
  67. ab9ee8e sctp: Define usercopy region in SCTP proto slab cache by David Windsor · 7 years ago
  68. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. c76f97c sctp: make use of pre-calculated len by Marcelo Ricardo Leitner · 7 years ago
  70. 5960cef sctp: add a ceiling to optlen in some sockopts by Marcelo Ricardo Leitner · 7 years ago
  71. 2e83acb sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events by Marcelo Ricardo Leitner · 7 years ago
  72. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  73. 8cb38a6 sctp: Replace use of sockets_allocated with specified macro. by Tonghao Zhang · 7 years ago
  74. cbabf46 net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition by Yafang Shao · 7 years ago
  75. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. 2342b8d sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams by Xin Long · 7 years ago
  77. 1322823 sctp: add support for the process of unordered idata by Xin Long · 7 years ago
  78. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  79. 668c9be sctp: implement assign_number for sctp_stream_interleave by Xin Long · 7 years ago
  80. 772a586 sctp: add stream interleave enable members and sockopt by Xin Long · 7 years ago
  81. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  82. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  83. a8dd397 sctp: use right member as the param of list_for_each_entry by Xin Long · 7 years ago
  84. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  85. ecca8f8 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  86. cea0cc8 sctp: use the right sk after waking up from wait_buf sleep by Xin Long · 7 years ago
  87. ca3af4d sctp: do not free asoc when it is already dead in sctp_sendmsg by Xin Long · 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. d04adf1 sctp: reset owner sk for data chunks on out queues when migrating a sock by Xin Long · 7 years ago
  90. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. df80cd9 sctp: do not peel off an assoc from one netns to another one by Xin Long · 7 years ago
  92. 0ccdf3c sctp: add sockopt to get/set stream scheduler parameters by Marcelo Ricardo Leitner · 7 years ago
  93. 13aa877 sctp: add sockopt to get/set stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  94. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  95. d25adbe sctp: fix an use-after-free issue in sctp_sock_dump by Xin Long · 7 years ago
  96. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. ee6c88b sctp: Avoid out-of-bounds reads from address storage by Stefano Brivio · 7 years ago
  98. b7ef261 sctp: remove the typedef sctp_socket_type_t by Xin Long · 7 years ago
  99. a05437a sctp: remove the typedef sctp_cmsgs_t by Xin Long · 7 years ago
  100. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 7 years ago