1. 103d750 net: sctp: Add SCTP ACK tracking trace event by Masami Hiramatsu · 8 years ago
  2. 0fc2ea9 sctp: implement validate_ftsn for sctp_stream_interleave by Xin Long · 8 years ago
  3. 9d4ceaf sctp: implement validate_data for sctp_stream_interleave by Xin Long · 8 years ago
  4. 172a159 sctp: remove the typedef sctp_disposition_t by Xin Long · 8 years ago
  5. e08af95 sctp: remove the typedef sctp_verb_t by Xin Long · 8 years ago
  6. c488b77 sctp: remove the typedef sctp_arg_t by Xin Long · 8 years ago
  7. a85bbeb sctp: remove the typedef sctp_cmd_seq_t by Xin Long · 8 years ago
  8. edf903f sctp: remove the typedef sctp_sender_hb_info_t by Xin Long · 8 years ago
  9. bfc6f82 sctp: remove the typedef sctp_subtype_t by Xin Long · 8 years ago
  10. 4785c7a sctp: remove the typedef sctp_ierror_t by Xin Long · 8 years ago
  11. bb96dec sctp: remove the typedef sctp_auth_chunk_t by Xin Long · 8 years ago
  12. 68d7546 sctp: remove the typedef sctp_addip_chunk_t by Xin Long · 8 years ago
  13. 65205cc sctp: remove the typedef sctp_addiphdr_t by Xin Long · 8 years ago
  14. 65f7710 sctp: remove the typedef sctp_cwrhdr_t by Xin Long · 8 years ago
  15. b515fd2 sctp: remove the typedef sctp_ecne_chunk_t by Xin Long · 8 years ago
  16. 1fb6d83 sctp: remove the typedef sctp_ecnehdr_t by Xin Long · 8 years ago
  17. 2a49321 sctp: remove the typedef sctp_error_t by Xin Long · 8 years ago
  18. 87caeba sctp: remove the typedef sctp_operr_chunk_t by Xin Long · 8 years ago
  19. d8238d9 sctp: remove the typedef sctp_errhdr_t by Xin Long · 8 years ago
  20. ac23e68 sctp: fix the name of struct sctp_shutdown_chunk_t by Xin Long · 8 years ago
  21. e61e405 sctp: remove the typedef sctp_shutdownhdr_t by Xin Long · 8 years ago
  22. 441ae65 sctp: remove the typedef sctp_abort_chunk_t by Xin Long · 8 years ago
  23. 38c00f7 sctp: remove the typedef sctp_heartbeat_chunk_t by Xin Long · 8 years ago
  24. 4d2dcdf sctp: remove the typedef sctp_heartbeathdr_t by Xin Long · 8 years ago
  25. d4d6c61 sctp: remove the typedef sctp_sack_chunk_t by Xin Long · 8 years ago
  26. 7873108 sctp: remove the typedef sctp_sackhdr_t by Xin Long · 8 years ago
  27. 62e6b7e sctp: remove the typedef sctp_unrecognized_param_t by Xin Long · 8 years ago
  28. cb1844c sctp: remove the typedef sctp_initack_chunk_t by Xin Long · 8 years ago
  29. 365ddb6 sctp: remove the typedef sctp_cookie_preserve_param_t by Xin Long · 8 years ago
  30. 01a992b sctp: remove the typedef sctp_init_chunk_t by Xin Long · 8 years ago
  31. 4ae70c0 sctp: remove the typedef sctp_inithdr_t by Xin Long · 8 years ago
  32. 9f8d314 sctp: remove the typedef sctp_data_chunk_t by Xin Long · 8 years ago
  33. 3583df1 sctp: remove the typedef sctp_datahdr_t by Xin Long · 8 years ago
  34. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 8 years ago
  35. 922dbc5 sctp: remove the typedef sctp_chunkhdr_t by Xin Long · 8 years ago
  36. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  37. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  38. 7e06297 sctp: set new_asoc temp when processing dupcookie by Xin Long · 8 years ago
  39. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  40. afe8996 sctp: use right in and out stream cnt by Xin Long · 8 years ago
  41. 11ae76e6 sctp: implement receiver-side procedures for the Reconf Response Parameter by Xin Long · 8 years ago
  42. c5c4ebb sctp: implement receiver-side procedures for the Add Incoming Streams Request Parameter by Xin Long · 8 years ago
  43. 50a4159 sctp: implement receiver-side procedures for the Add Outgoing Streams Request Parameter by Xin Long · 8 years ago
  44. 692787c sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter by Xin Long · 8 years ago
  45. 2040d3d sctp: add reconf chunk process by Xin Long · 9 years ago
  46. d15c9ed sctp: process fwd tsn chunk only when prsctp is enabled by Xin Long · 9 years ago
  47. 7a090b0 sctp: add stream reconf primitive by Xin Long · 9 years ago
  48. 7b9438d sctp: add stream reconf timer by Xin Long · 9 years ago
  49. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 9 years ago
  50. 509e7a31 sctp: sctp_chunk_length_valid should return bool by Marcelo Ricardo Leitner · 9 years ago
  51. 66b91d2 sctp: remove return value from sctp_packet_init/config by Marcelo Ricardo Leitner · 9 years ago
  52. 1ff0156 sctp: reduce indent level in sctp_sf_shut_8_4_5 by Marcelo Ricardo Leitner · 9 years ago
  53. eab5907 sctp: reduce indent level at sctp_sf_tabort_8_4_8 by Marcelo Ricardo Leitner · 9 years ago
  54. bf911e9 sctp: validate chunk len before actually using it by Marcelo Ricardo Leitner · 9 years ago
  55. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 9 years ago
  56. 2d47fd1 sctp: only check for ECN if peer is using it by Marcelo Ricardo Leitner · 9 years ago
  57. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 9 years ago
  58. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 9 years ago
  59. 649621e sctp: fix use-after-free in pr_debug statement by Marcelo Ricardo Leitner · 10 years ago
  60. 068d8bd sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close by Xin Long · 10 years ago
  61. 8a0d19c sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PENDING by lucien · 10 years ago
  62. 3ef0a25 net: sctp: avoid incorrect time_t use by Arnd Bergmann · 10 years ago
  63. b52effd sctp: fix cut and paste issue in comment by Marcelo Ricardo Leitner · 10 years ago
  64. 26b87c7 net: sctp: fix remote memory pressure from excessive queueing by Daniel Borkmann · 11 years ago
  65. 9de7922 net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks by Daniel Borkmann · 11 years ago
  66. bdf6fa5 sctp: handle association restarts when the socket is closed. by Vlad Yasevich · 11 years ago
  67. 138ce91 net: sctp: remove unnecessary break after return/goto by Fabian Frederick · 11 years ago
  68. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 11 years ago
  69. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 11 years ago
  70. c485658 net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk by Daniel Borkmann · 11 years ago
  71. ec0223e net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable by Daniel Borkmann · 11 years ago
  72. ef2820a net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer by Matija Glavinic Pecotic · 12 years ago
  73. f7010e6 sctp: fix checkpatch errors with indent by wangweidong · 12 years ago
  74. 26ac8e5 sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar by wangweidong · 12 years ago
  75. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 12 years ago
  76. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  77. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 12 years ago
  78. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 12 years ago
  79. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 12 years ago
  80. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 12 years ago
  81. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
  82. 405426f net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first by Daniel Borkmann · 12 years ago
  83. f281563 sctp: Use correct sideffect command in duplicate cookie handling by Vlad Yasevich · 12 years ago
  84. 9839ff0 sctp: set association state to established in dupcook_a handler by Xufeng Zhang · 13 years ago
  85. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  86. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 13 years ago
  87. 06a31e2 sctp: verify length provided in heartbeat information parameter by Thomas Graf · 13 years ago
  88. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 13 years ago
  89. edfee03 sctp: check src addr when processing SACK to update transport state by Nicolas Dichtel · 13 years ago
  90. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 13 years ago
  91. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 13 years ago
  92. 24cb81a sctp: Push struct net down into all of the state machine functions by Eric W. Biederman · 13 years ago
  93. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 13 years ago
  94. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 13 years ago
  95. 2ce95503 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 13 years ago
  96. e87cc472 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  97. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  98. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 14 years ago
  99. d5ccd49 sctp: deal with multiple COOKIE_ECHO chunks by Max Matveev · 14 years ago
  100. 6af29cc sctp: Bundle HEAERTBEAT into ASCONF_ACK by Michio Honda · 14 years ago