1. e55f4b8 sctp: rename sp strm_interleave to ep intl_enable by Xin Long · 5 years ago
  2. da1f6d4 sctp: rename asoc intl_enable to asoc peer.intl_capable by Xin Long · 5 years ago
  3. 1c13475 sctp: remove prsctp_enable from asoc by Xin Long · 5 years ago
  4. a96701f sctp: remove reconf_enable from asoc by Xin Long · 5 years ago
  5. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  6. c3e933a sctp: deduplicate identical skb_checksum_ops by Matteo Croce · 5 years ago
  7. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 5 years ago
  8. 1924af0 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101 by Thomas Gleixner · 5 years ago
  9. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. fbd0197 sctp: avoid running the sctp state machine recursively by Xin Long · 6 years ago
  11. 9dde27d sctp: implement memory accounting on rx path by Xin Long · 6 years ago
  12. 013b96e sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event(). by David Miller · 6 years ago
  13. 273160f sctp: get sctphdr by offset in sctp_compute_cksum by Xin Long · 6 years ago
  14. 2075e50 sctp: convert to genradix by Kent Overstreet · 6 years ago
  15. 7efba10 sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER sockopt by Xin Long · 6 years ago
  16. 8add543 sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockopt by Xin Long · 6 years ago
  17. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. afd0a80 sctp: frag_point sanity check by Jakub Audykowicz · 6 years ago
  19. fb6df5a sctp: kfree_rcu asoc by Xin Long · 6 years ago
  20. b1bf78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  21. 69fec32 Revert "sctp: remove sctp_transport_pmtu_check" by Xin Long · 6 years ago
  22. 88ee48c sctp: rename enum sctp_event to sctp_event_type by Xin Long · 6 years ago
  23. a1e3a05 sctp: add subscribe per asoc by Xin Long · 6 years ago
  24. 2cc0eeb sctp: define subscribe in sctp_sock as __u16 by Xin Long · 6 years ago
  25. 6ba8457 sctp: process sk_reuseport in sctp_get_port_local by Xin Long · 6 years ago
  26. 76c6d98 sctp: add sock_reuseport for the sock in __sctp_hash_endpoint by Xin Long · 6 years ago
  27. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  28. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  29. 605c0ac sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size by Xin Long · 6 years ago
  30. 5660b9d sctp: fix the data size calculation in sctp_data_size by Xin Long · 6 years ago
  31. d805397 sctp: use the pmtu from the icmp packet to update transport pathmtu by Xin Long · 6 years ago
  32. 0d493b4 net/sctp: Replace in/out stream arrays with flex_array by Konstantin Khorenko · 6 years ago
  33. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 6 years ago
  34. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 6 years ago
  35. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. b0e9a2f sctp: add support for SCTP_REUSE_PORT sockopt by Xin Long · 6 years ago
  37. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  38. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  39. 9951912 sctp: define sctp_packet_gso_append to build GSO frames by Xin Long · 6 years ago
  40. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  41. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  42. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. 568ea88 net/sctp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  44. 644fbde sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 7 years ago
  45. 6d3e8aa sctp: allow sctp_init_cause to return errors by Marcelo Ricardo Leitner · 7 years ago
  46. 22d7be2 sctp: remove sctp_transport_pmtu_check by Marcelo Ricardo Leitner · 7 years ago
  47. 6ff0f87 sctp: introduce sctp_dst_mtu by Marcelo Ricardo Leitner · 7 years ago
  48. 2521680 sctp: remove sctp_assoc_pending_pmtu by Marcelo Ricardo Leitner · 7 years ago
  49. 2f5e3c9 sctp: introduce sctp_assoc_update_frag_point by Marcelo Ricardo Leitner · 7 years ago
  50. feddd6c sctp: introduce sctp_mtu_payload by Marcelo Ricardo Leitner · 7 years ago
  51. c4b2893 sctp: introduce sctp_assoc_set_pmtu by Marcelo Ricardo Leitner · 7 years ago
  52. c45698f sctp: remove old and unused SCTP_MIN_PMTU by Marcelo Ricardo Leitner · 7 years ago
  53. 22e15b6 sctp: remove the unused sctp_assoc_is_match function by Xin Long · 7 years ago
  54. 47b3ba5 sctp: fix const parameter violation in sctp_make_sack by Marcelo Ricardo Leitner · 7 years ago
  55. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  56. 5306653 sctp: remove unnecessary asoc in sctp_has_association by Xin Long · 7 years ago
  57. d47d08c sctp: use proc_remove_subtree() by Al Viro · 7 years ago
  58. 30f6ebf sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENT by Xin Long · 7 years ago
  59. 601590e sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY by Xin Long · 7 years ago
  60. 3ff547c sctp: add support for SCTP AUTH Information for sendmsg by Xin Long · 7 years ago
  61. 1b1e0bc sctp: add refcnt support for sh_key by Xin Long · 7 years ago
  62. 2c0dbaa sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg by Xin Long · 7 years ago
  63. ed63afb sctp: add support for PR-SCTP Information for sendmsg by Xin Long · 7 years ago
  64. 2277c7c sctp: Add LSM hooks by Richard Haines · 7 years ago
  65. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  66. 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
  67. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  68. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  69. ab9ee8e sctp: Define usercopy region in SCTP proto slab cache by David Windsor · 7 years ago
  70. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  71. b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 7 years ago
  72. de60fe9 sctp: implement handle_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  73. 47b20a8 sctp: implement report_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  74. 0fc2ea9 sctp: implement validate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  75. 8e0c3b7 sctp: implement generate_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  76. 2d07a49 sctp: add basic structures and make chunk function for ifwdtsn by Xin Long · 7 years ago
  77. 1322823 sctp: add support for the process of unordered idata by Xin Long · 7 years ago
  78. 65f5e35 sctp: implement abort_pd for sctp_stream_interleave by Xin Long · 7 years ago
  79. be4e0ce sctp: implement start_pd for sctp_stream_interleave by Xin Long · 7 years ago
  80. 94014e8 sctp: implement renege_events for sctp_stream_interleave by Xin Long · 7 years ago
  81. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  82. bd4d627 sctp: implement ulpevent_data for sctp_stream_interleave by Xin Long · 7 years ago
  83. 9d4ceaf sctp: implement validate_data for sctp_stream_interleave by Xin Long · 7 years ago
  84. 668c9be sctp: implement assign_number for sctp_stream_interleave by Xin Long · 7 years ago
  85. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  86. ad05a7a sctp: add basic structures and make chunk function for idata by Xin Long · 7 years ago
  87. 772a586 sctp: add stream interleave enable members and sockopt by Xin Long · 7 years ago
  88. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  89. e5f6129 sctp: abandon the whole msg if one part of a fragmented message is abandoned by Xin Long · 7 years ago
  90. 1ba896f sctp: remove extern from stream sched by Xin Long · 7 years ago
  91. af2697a sctp: force the params with right types for sctp csum apis by Xin Long · 7 years ago
  92. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  93. ecca8f8 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  94. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  95. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  96. 9c3b575 net: sctp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  97. ac1ed8b sctp: introduce round robin stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  98. 637784a sctp: introduce priority based stream scheduler by Marcelo Ricardo Leitner · 7 years ago
  99. 5bbbbe3 sctp: introduce stream scheduler foundations by Marcelo Ricardo Leitner · 7 years ago
  100. 2fc019f sctp: introduce sctp_chunk_stream_no by Marcelo Ricardo Leitner · 7 years ago