1. 10eb56c sctp: use transport pf_retrans in sctp_do_8_2_transport_strike by Xin Long · 5 years ago
  2. a1794de sctp: fix the transport error_count check by Xin Long · 5 years ago
  3. 0a8dd9f Fix memory leak in sctp_process_init by Neil Horman · 6 years ago
  4. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  5. fbd0197 sctp: avoid running the sctp state machine recursively by Xin Long · 6 years ago
  6. 88ee48c sctp: rename enum sctp_event to sctp_event_type by Xin Long · 6 years ago
  7. aa46225 sctp: whitespace fixes by Stephen Hemminger · 6 years ago
  8. 30f6ebf sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENT by Xin Long · 7 years ago
  9. cbabf46 net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition by Yafang Shao · 7 years ago
  10. de60fe9 sctp: implement handle_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  11. 47b20a8 sctp: implement report_ftsn for sctp_stream_interleave by Xin Long · 7 years ago
  12. 65f5e35 sctp: implement abort_pd for sctp_stream_interleave by Xin Long · 7 years ago
  13. be4e0ce sctp: implement start_pd for sctp_stream_interleave by Xin Long · 7 years ago
  14. 94014e8 sctp: implement renege_events for sctp_stream_interleave by Xin Long · 7 years ago
  15. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  16. bd4d627 sctp: implement ulpevent_data for sctp_stream_interleave by Xin Long · 7 years ago
  17. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. 978aa04 sctp: fix some type cast warnings introduced since very beginning by Xin Long · 7 years ago
  19. f6fc6bc sctp: fix a type cast warnings that causes a_rwnd gets the wrong value by Xin Long · 7 years ago
  20. 9c3b575 net: sctp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  21. 5bbbbe3 sctp: introduce stream scheduler foundations by Marcelo Ricardo Leitner · 7 years ago
  22. 172a159 sctp: remove the typedef sctp_disposition_t by Xin Long · 7 years ago
  23. 8ee821a sctp: remove the typedef sctp_sm_table_entry_t by Xin Long · 7 years ago
  24. a85bbeb sctp: remove the typedef sctp_cmd_seq_t by Xin Long · 7 years ago
  25. e2c3108 sctp: remove the typedef sctp_cmd_t by Xin Long · 7 years ago
  26. edf903f sctp: remove the typedef sctp_sender_hb_info_t by Xin Long · 7 years ago
  27. bfc6f82 sctp: remove the typedef sctp_subtype_t by Xin Long · 7 years ago
  28. 61f0eb0 sctp: remove the typedef sctp_event_t by Xin Long · 7 years ago
  29. 19cd159 sctp: remove the typedef sctp_event_timeout_t by Xin Long · 7 years ago
  30. 5210601 sctp: remove the typedef sctp_state_t by Xin Long · 7 years ago
  31. d8238d9 sctp: remove the typedef sctp_errhdr_t by Xin Long · 7 years ago
  32. 01a992b sctp: remove the typedef sctp_init_chunk_t by Xin Long · 8 years ago
  33. 922dbc5 sctp: remove the typedef sctp_chunkhdr_t by Xin Long · 8 years ago
  34. 5ee8aa6 sctp: handle errors when updating asoc by Xin Long · 8 years ago
  35. 8cd5c25 sctp: uncork the old asoc before changing to the new one by Xin Long · 8 years ago
  36. b7018d0 sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING by Xin Long · 8 years ago
  37. c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
  38. 7b9438d sctp: add stream reconf timer by Xin Long · 8 years ago
  39. 83dbc3d sctp: make sctp_outq_flush/tail/uncork return void by Xin Long · 8 years ago
  40. 66388f2 sctp: do not return the transmit err back to sctp_sendmsg by Xin Long · 8 years ago
  41. d46e416 sctp: sctp should change socket state when shutdown is received by Xin Long · 9 years ago
  42. 0970f5b sctp: signal sk_data_ready earlier on data chunks reception by Marcelo Ricardo Leitner · 9 years ago
  43. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  44. fb586f2 sctp: delay calls to sk_data_ready() as much as possible by Marcelo Ricardo Leitner · 9 years ago
  45. ba6f5e3 sctp: avoid refreshing heartbeat timer too often by Marcelo Ricardo Leitner · 9 years ago
  46. 07b4d6a sctp: do not update a_rwnd if we are not issuing a sack by Marcelo Ricardo Leitner · 9 years ago
  47. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  48. 47faa1e sctp: remove the dead field of sctp_transport by Xin Long · 9 years ago
  49. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 649621e sctp: fix use-after-free in pr_debug statement by Marcelo Ricardo Leitner · 9 years ago
  51. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 9 years ago
  52. 566178f net: sctp: dynamically enable or disable pf state by Zhu Yanjun · 9 years ago
  53. 635682a sctp: Prevent soft lockup when sctp_accept() is called during a timeout event by Karl Heiss · 9 years ago
  54. f05940e sctp: Whitespace fix by Karl Heiss · 9 years ago
  55. 73e6742 sctp: Do not try to search for the transport twice by Vlad Yasevich · 9 years ago
  56. f648f80 sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state by lucien · 9 years ago
  57. 8c2eab9 net: sctp: Don't transition to PF state when transport has exhausted 'Path.Max.Retrans'. by Karl Heiss · 11 years ago
  58. 7cce3b7 net: sctp: Potentially-Failed state should not be reached from unconfirmed state by Matija Glavinic Pecotic · 11 years ago
  59. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 11 years ago
  60. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  61. 131334d sctp: remove casting from function calls through ops structure by wangweidong · 11 years ago
  62. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  63. 7926c1d net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb by Daniel Borkmann · 11 years ago
  64. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  65. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  66. 8c2f414 net: sctp: confirm route during forward progress by Daniel Borkmann · 11 years ago
  67. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
  68. f9e42b8 net: sctp: sideeffect: throw BUG if primary_path is NULL by Daniel Borkmann · 12 years ago
  69. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 12 years ago
  70. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  71. de4594a sctp: send abort chunk when max_retrans exceeded by Neil Horman · 12 years ago
  72. b26ddd8 sctp: Clean up type-punning in sctp_cmd_t union by Neil Horman · 12 years ago
  73. f6e80ab sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter() by Zijie Pan · 12 years ago
  74. edfee03 sctp: check src addr when processing SACK to update transport state by Nicolas Dichtel · 12 years ago
  75. 24cb81a sctp: Push struct net down into all of the state machine functions by Eric W. Biederman · 12 years ago
  76. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  77. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  78. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 13 years ago
  79. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  80. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  81. 34d2d89 sctp: fasthandoff with ASCONF at server-node by Michio Honda · 14 years ago
  82. d5ccd49 sctp: deal with multiple COOKIE_ECHO chunks by Max Matveev · 13 years ago
  83. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  84. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 13 years ago
  85. ea11073 net: Remove casts of void * by Joe Perches · 14 years ago
  86. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 14 years ago
  87. de6becdc0 sctp: fix to check the source address of COOKIE-ECHO chunk by Wei Yongjun · 14 years ago
  88. 6600992 sctp: kill abandoned SCTP_CMD_TRANSMIT command by Shan Wei · 14 years ago
  89. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  90. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  91. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  92. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 15 years ago
  94. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 15 years ago
  95. c17b02b sctp: send SHUTDOWN-ACK chunk back to the source. by Vlad Yasevich · 15 years ago
  96. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 15 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  98. 3ad2f3fb tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  99. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  100. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago