1. d7fcb54 sctp: Free cookie before we memdup a new one by Neil Horman · 5 years ago
  2. 05b933f Fix memory leak in sctp_process_init by Neil Horman · 5 years ago
  3. cbf23d4 sctp: set chunk transport correctly when it's a new asoc by Xin Long · 6 years ago
  4. a275c66 sctp: update frag_point when stream_interleave is set by Xin Long · 6 years ago
  5. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. 39a2d5c sctp: fix spelling mistake: "max_retans" -> "max_retrans" by Colin Ian King · 6 years ago
  7. 8914f4b sctp: add sctp_make_op_error_limited and reuse inner functions by Marcelo Ricardo Leitner · 6 years ago
  8. 6d3e8aa sctp: allow sctp_init_cause to return errors by Marcelo Ricardo Leitner · 6 years ago
  9. 47b3ba5 sctp: fix const parameter violation in sctp_make_sack by Marcelo Ricardo Leitner · 6 years ago
  10. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  11. ec2e506 sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENT by Xin Long · 7 years ago
  12. 1b1e0bc sctp: add refcnt support for sh_key by Xin Long · 7 years ago
  13. 2277c7c sctp: Add LSM hooks by Richard Haines · 7 years ago
  14. 07f2c7a sctp: verify size of a new chunk in _sctp_make_chunk() by Alexey Kodanev · 7 years ago
  15. 594831a sctp: removed unused var from sctp_make_auth by Marcelo Ricardo Leitner · 7 years ago
  16. 2d07a49 sctp: add basic structures and make chunk function for ifwdtsn by Xin Long · 7 years ago
  17. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  18. ad05a7a sctp: add basic structures and make chunk function for idata by Xin Long · 7 years ago
  19. 96b120b sctp: add asoc intl_enable negotiation during 4 shakehands by Xin Long · 7 years ago
  20. 423852f sctp: check stream reset info len before making reconf chunk by Xin Long · 7 years ago
  21. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  22. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  23. 327c0da sctp: fix some indents in sm_make_chunk.c by Xin Long · 7 years ago
  24. edf903f sctp: remove the typedef sctp_sender_hb_info_t by Xin Long · 7 years ago
  25. 4785c7a sctp: remove the typedef sctp_ierror_t by Xin Long · 7 years ago
  26. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 7 years ago
  27. 96f7ef4 sctp: remove the typedef sctp_authhdr_t by Xin Long · 7 years ago
  28. 68d7546 sctp: remove the typedef sctp_addip_chunk_t by Xin Long · 7 years ago
  29. 65205cc sctp: remove the typedef sctp_addiphdr_t by Xin Long · 7 years ago
  30. 8b32f23 sctp: remove the typedef sctp_addip_param_t by Xin Long · 7 years ago
  31. 65f7710 sctp: remove the typedef sctp_cwrhdr_t by Xin Long · 7 years ago
  32. 1fb6d83 sctp: remove the typedef sctp_ecnehdr_t by Xin Long · 7 years ago
  33. d8238d9 sctp: remove the typedef sctp_errhdr_t by Xin Long · 7 years ago
  34. e61e405 sctp: remove the typedef sctp_shutdownhdr_t by Xin Long · 7 years ago
  35. f48ef4c sctp: remove the typedef sctp_cookie_param_t by Xin Long · 7 years ago
  36. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 15328d9 sctp: remove the typedef sctp_supported_ext_param_t by Xin Long · 7 years ago
  38. 85f6bd2 sctp: remove the typedef sctp_adaptation_ind_param_t by Xin Long · 7 years ago
  39. e925d50 sctp: remove the typedef sctp_supported_addrs_param_t by Xin Long · 7 years ago
  40. 00987cc sctp: remove the typedef sctp_ipv6addr_param_t by Xin Long · 7 years ago
  41. a38905e sctp: remove the typedef sctp_ipv4addr_param_t by Xin Long · 7 years ago
  42. 10b3bf5 sctp: fix an array overflow when all ext chunks are set by Xin Long · 7 years ago
  43. e7f0279 net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  44. 01a992b sctp: remove the typedef sctp_init_chunk_t by Xin Long · 7 years ago
  45. 4ae70c0 sctp: remove the typedef sctp_inithdr_t by Xin Long · 7 years ago
  46. 34b4e29 sctp: remove the typedef sctp_param_t by Xin Long · 7 years ago
  47. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 7 years ago
  48. 6d85e68 sctp: remove the typedef sctp_cid_t by Xin Long · 7 years ago
  49. 922dbc5 sctp: remove the typedef sctp_chunkhdr_t by Xin Long · 7 years ago
  50. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  51. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  52. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  53. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
  54. aa9f979 networking: use skb_put_zero() by Johannes Berg · 7 years ago
  55. ff35641 sctp: merge sctp_stream_new and sctp_stream_init by Xin Long · 7 years ago
  56. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 7 years ago
  57. 7e06297 sctp: set new_asoc temp when processing dupcookie by Xin Long · 7 years ago
  58. 3b6d4db sctp: switch to copy_from_iter_full() by Al Viro · 8 years ago
  59. 3dbcc10 sctp: alloc stream info when initializing asoc by Xin Long · 8 years ago
  60. ea62504 sctp: add a function to verify the sctp reconf chunk by Xin Long · 8 years ago
  61. 16e1a91 sctp: implement receiver-side procedures for the Incoming SSN Reset Request Parameter by Xin Long · 8 years ago
  62. bd4b9f8 sctp: add support for generating stream reconf resp chunk by Xin Long · 8 years ago
  63. 7809811 sctp: add support for generating stream reconf add incoming/outgoing streams request chunk by Xin Long · 8 years ago
  64. c56480a sctp: add support for generating stream reconf ssn/tsn reset request chunk by Xin Long · 8 years ago
  65. c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
  66. c28445c sctp: add reconf_enable in asoc ep and netns by Xin Long · 8 years ago
  67. cc16f00 sctp: add support for generating stream reconf ssn reset request chunk by Xin Long · 8 years ago
  68. 11d05ac sctp: remove unused var from sctp_process_asconf by Marcelo Ricardo Leitner · 8 years ago
  69. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 8 years ago
  70. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. 0605483 sctp: remove prsctp_param from sctp_chunk by Xin Long · 8 years ago
  72. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  73. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 8 years ago
  74. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 8 years ago
  75. 01aadb3 sctp: implement prsctp RTX policy by Xin Long · 8 years ago
  76. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  77. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 8 years ago
  78. ba6f5e3 sctp: avoid refreshing heartbeat timer too often by Marcelo Ricardo Leitner · 8 years ago
  79. c78a85a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 9 years ago
  80. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  81. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  82. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 9 years ago
  83. 5821c76 sctp: Use shash by Herbert Xu · 9 years ago
  84. cb5e173 sctp: use the same clock as if sock source timestamps were on by Marcelo Ricardo Leitner · 9 years ago
  85. 3ef0a25 net: sctp: avoid incorrect time_t use by Arnd Bergmann · 9 years ago
  86. 7c5a946 sctp: ASCONF-ACK with Unresolvable Address should be sent by lucien · 9 years ago
  87. ce7b4cc sctp: asconf's process should verify address parameter is in the beginning by lucien · 9 years ago
  88. cfbf654 net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param by Saran Maruti Ramanara · 10 years ago
  89. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  90. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  91. e40607c net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet by Daniel Borkmann · 10 years ago
  92. 9de7922 net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks by Daniel Borkmann · 10 years ago
  93. 67cb936 ktime: add ktime_after and ktime_before helper by Daniel Borkmann · 10 years ago
  94. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  95. c485658 net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk by Daniel Borkmann · 11 years ago
  96. 6daaf0d sctp: make sctp_addto_chunk_fixed local by stephen hemminger · 11 years ago
  97. f7010e6 sctp: fix checkpatch errors with indent by wangweidong · 11 years ago
  98. 26ac8e5 sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar by wangweidong · 11 years ago
  99. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  100. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago