1. c4964bf sctp: Free cookie before we memdup a new one by Neil Horman · 6 years ago
  2. 2cdb66c Fix memory leak in sctp_process_init by Neil Horman · 6 years ago
  3. 1fc74a5 sctp: verify size of a new chunk in _sctp_make_chunk() by Alexey Kodanev · 7 years ago
  4. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  5. 1da4fc9 sctp: fix some type cast warnings introduced by stream reconf by Xin Long · 7 years ago
  6. 327c0da sctp: fix some indents in sm_make_chunk.c by Xin Long · 8 years ago
  7. edf903f sctp: remove the typedef sctp_sender_hb_info_t by Xin Long · 8 years ago
  8. 4785c7a sctp: remove the typedef sctp_ierror_t by Xin Long · 8 years ago
  9. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 8 years ago
  10. 96f7ef4 sctp: remove the typedef sctp_authhdr_t by Xin Long · 8 years ago
  11. 68d7546 sctp: remove the typedef sctp_addip_chunk_t by Xin Long · 8 years ago
  12. 65205cc sctp: remove the typedef sctp_addiphdr_t by Xin Long · 8 years ago
  13. 8b32f23 sctp: remove the typedef sctp_addip_param_t by Xin Long · 8 years ago
  14. 65f7710 sctp: remove the typedef sctp_cwrhdr_t by Xin Long · 8 years ago
  15. 1fb6d83 sctp: remove the typedef sctp_ecnehdr_t by Xin Long · 8 years ago
  16. d8238d9 sctp: remove the typedef sctp_errhdr_t by Xin Long · 8 years ago
  17. e61e405 sctp: remove the typedef sctp_shutdownhdr_t by Xin Long · 8 years ago
  18. f48ef4c sctp: remove the typedef sctp_cookie_param_t by Xin Long · 8 years ago
  19. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 15328d9 sctp: remove the typedef sctp_supported_ext_param_t by Xin Long · 8 years ago
  21. 85f6bd2 sctp: remove the typedef sctp_adaptation_ind_param_t by Xin Long · 8 years ago
  22. e925d50 sctp: remove the typedef sctp_supported_addrs_param_t by Xin Long · 8 years ago
  23. 00987cc sctp: remove the typedef sctp_ipv6addr_param_t by Xin Long · 8 years ago
  24. a38905e sctp: remove the typedef sctp_ipv4addr_param_t by Xin Long · 8 years ago
  25. 10b3bf5 sctp: fix an array overflow when all ext chunks are set by Xin Long · 8 years ago
  26. e7f0279 net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  27. 01a992b sctp: remove the typedef sctp_init_chunk_t by Xin Long · 8 years ago
  28. 4ae70c0 sctp: remove the typedef sctp_inithdr_t by Xin Long · 8 years ago
  29. 34b4e29 sctp: remove the typedef sctp_param_t by Xin Long · 8 years ago
  30. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 8 years ago
  31. 6d85e68 sctp: remove the typedef sctp_cid_t by Xin Long · 8 years ago
  32. 922dbc5 sctp: remove the typedef sctp_chunkhdr_t by Xin Long · 8 years ago
  33. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  34. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  35. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  36. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  37. aa9f979 networking: use skb_put_zero() by Johannes Berg · 8 years ago
  38. ff35641 sctp: merge sctp_stream_new and sctp_stream_init by Xin Long · 8 years ago
  39. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  40. 7e06297 sctp: set new_asoc temp when processing dupcookie by Xin Long · 8 years ago
  41. 3b6d4db sctp: switch to copy_from_iter_full() by Al Viro · 8 years ago
  42. 3dbcc10 sctp: alloc stream info when initializing asoc by Xin Long · 8 years ago
  43. ea62504 sctp: add a function to verify the sctp reconf chunk by Xin Long · 8 years ago
  44. 16e1a91 sctp: implement receiver-side procedures for the Incoming SSN Reset Request Parameter by Xin Long · 8 years ago
  45. bd4b9f8 sctp: add support for generating stream reconf resp chunk by Xin Long · 8 years ago
  46. 7809811 sctp: add support for generating stream reconf add incoming/outgoing streams request chunk by Xin Long · 8 years ago
  47. c56480a sctp: add support for generating stream reconf ssn/tsn reset request chunk by Xin Long · 8 years ago
  48. c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
  49. c28445c sctp: add reconf_enable in asoc ep and netns by Xin Long · 8 years ago
  50. cc16f00 sctp: add support for generating stream reconf ssn reset request chunk by Xin Long · 8 years ago
  51. 11d05ac sctp: remove unused var from sctp_process_asconf by Marcelo Ricardo Leitner · 8 years ago
  52. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 8 years ago
  53. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. 0605483 sctp: remove prsctp_param from sctp_chunk by Xin Long · 8 years ago
  55. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  56. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 9 years ago
  57. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 9 years ago
  58. 01aadb3 sctp: implement prsctp RTX policy by Xin Long · 9 years ago
  59. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 9 years ago
  60. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 9 years ago
  61. ba6f5e3 sctp: avoid refreshing heartbeat timer too often by Marcelo Ricardo Leitner · 9 years ago
  62. c78a85a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 9 years ago
  63. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  64. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  65. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 9 years ago
  66. 5821c76 sctp: Use shash by Herbert Xu · 9 years ago
  67. cb5e173 sctp: use the same clock as if sock source timestamps were on by Marcelo Ricardo Leitner · 9 years ago
  68. 3ef0a25 net: sctp: avoid incorrect time_t use by Arnd Bergmann · 9 years ago
  69. 7c5a946 sctp: ASCONF-ACK with Unresolvable Address should be sent by lucien · 10 years ago
  70. ce7b4cc sctp: asconf's process should verify address parameter is in the beginning by lucien · 10 years ago
  71. cfbf654 net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param by Saran Maruti Ramanara · 10 years ago
  72. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  73. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  74. e40607c net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet by Daniel Borkmann · 10 years ago
  75. 9de7922 net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks by Daniel Borkmann · 10 years ago
  76. 67cb936 ktime: add ktime_after and ktime_before helper by Daniel Borkmann · 11 years ago
  77. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 11 years ago
  78. c485658 net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk by Daniel Borkmann · 11 years ago
  79. 6daaf0d sctp: make sctp_addto_chunk_fixed local by stephen hemminger · 11 years ago
  80. f7010e6 sctp: fix checkpatch errors with indent by wangweidong · 11 years ago
  81. 26ac8e5 sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar by wangweidong · 11 years ago
  82. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  83. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  84. 3dc0a54 sctp: remove the repeat initialize with 0 by wangweidong · 11 years ago
  85. 7613f5f net: sctp: sctp_verify_init: clean up mandatory checks and add comment by Daniel Borkmann · 12 years ago
  86. 072017b net: sctp: Add rudimentary infrastructure to account for control chunks by Vlad Yasevich · 12 years ago
  87. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 12 years ago
  88. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 12 years ago
  89. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
  90. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 12 years ago
  91. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 12 years ago
  92. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  93. 570617e net: sctp: remove unused multiple cookie keys by Daniel Borkmann · 12 years ago
  94. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  95. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 12 years ago
  96. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  97. de4594a sctp: send abort chunk when max_retrans exceeded by Neil Horman · 12 years ago
  98. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 13 years ago
  99. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 13 years ago
  100. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 13 years ago