1. 4069ba5 Fixed compilation due usage of non existing macro (#474) by Yury Yaroshevich · 4 years ago
  2. 85c8e50 Adjust `usrsctp_handle_timers` signature and implementation (#470) by Yury Yaroshevich · 4 years ago
  3. 3fbc9fc Add support for SCTP_ASSOC_SUPPORTS_INTERLEAVING by Michael Tuexen · 4 years, 1 month ago
  4. 02768fc Don't reference an stcb which is about to be freed. by Michael Tuexen · 4 years, 1 month ago
  5. 79ce3f1 Hopefully unbreak Windows builds. by Michael Tuexen · 4 years, 1 month ago
  6. edd369d Use SCTP_SNPRINTF(). by Michael Tuexen · 4 years, 1 month ago
  7. c6c994c Cleanups. by Michael Tuexen · 4 years, 1 month ago
  8. 4be8f82 Remove unused variable. by Michael Tuexen · 4 years, 1 month ago
  9. e89dca4 Address some warnings. by Michael Tuexen · 4 years, 1 month ago
  10. b213839 Fix logical condition. by Michael Tuexen · 4 years, 1 month ago
  11. d98d2c4 Check return value of snprintf(). by Michael Tuexen · 4 years, 1 month ago
  12. a051542 Sync with FreeBSD. by Michael Tuexen · 4 years, 1 month ago
  13. df49eb6 Add usrsctp_get_ulpinfo getter. (#467) by Taylor Brandstetter · 4 years, 1 month ago
  14. a5f8b65 fix truncated writing warning (#464) by Felix Weinrank · 4 years, 1 month ago
  15. d893e47 Fix copy and paste error. by Michael Tuexen · 4 years, 1 month ago
  16. 9d5b315 Ensure the stcb belongs to the inp when running the iterator. by Michael Tuexen · 4 years, 1 month ago
  17. a8f3d9d Ensure we have a net when starting a T3 timer. by Michael Tuexen · 4 years, 1 month ago
  18. bfa530e Only drop DATA chunk with lower priority as specified in RFC 7496. by Michael Tuexen · 4 years, 1 month ago
  19. 0cb61bc Avoid underflowing a variable, which would result in taking more by Michael Tuexen · 4 years, 1 month ago
  20. 23a8eca Undo earlier change, since it is incorrect. by Michael Tuexen · 4 years, 1 month ago
  21. f7e0852 Fix the computation of the numbers of entries of the mapping array to by Michael Tuexen · 4 years, 1 month ago
  22. de0006f user_recv_thread: set fd to -1 when closing (#461) by Matthew Waters · 4 years, 1 month ago
  23. 858d2f7 Improve input validation when processing AUTH chunks. by Michael Tuexen · 4 years, 2 months ago
  24. e1dd9be Improve input validation when processing AUTH chunks. by Michael Tuexen · 4 years, 2 months ago
  25. 579e6de Honor sysctl variable sctp_no_csum_on_loopback not only for SCTP/IPv4. by Michael Tuexen · 4 years, 2 months ago
  26. 6ce0f8f Zero out pointers for consistency. by Michael Tuexen · 4 years, 2 months ago
  27. 66a25d7 Be more pedantic when starting / stopping a timer. by Michael Tuexen · 4 years, 2 months ago
  28. 0390f32 Deal with AF_CONN address in SCTP_STATUS. by Michael Tuexen · 4 years, 2 months ago
  29. 9f2acae Fix build. by Michael Tuexen · 4 years, 2 months ago
  30. 25935e8 Fix time to ticks conversion and vice versa. Overflows were not by Michael Tuexen · 4 years, 2 months ago
  31. e53206d More uint32_t cleanups. by Michael Tuexen · 4 years, 2 months ago
  32. baeaf40 Use uint32_t where intended. by Michael Tuexen · 4 years, 2 months ago
  33. 30513f8 Don't optimize for timers when the socket is gone. This fixes by Michael Tuexen · 4 years, 3 months ago
  34. 1f49544 Fix handling of accepted sockets. by Michael Tuexen · 4 years, 3 months ago
  35. ca81bb4 Fix FreeBSD vnet stuff and cleanup debug output. by Michael Tuexen · 4 years, 3 months ago
  36. 5876f9d Fix lock name in Windows. by Michael Tuexen · 4 years, 3 months ago
  37. 340942b Only call panic() when building with INVARIANTS. by Michael Tuexen · 4 years, 3 months ago
  38. a4e2dd8 Cleanup the timer code and also stricly check the arguments by Michael Tuexen · 4 years, 3 months ago
  39. 9c25344 Add some lock asserts, which will be used shortly. by Michael Tuexen · 4 years, 3 months ago
  40. 134be30 More timer cleanups. by Michael Tuexen · 4 years, 3 months ago
  41. 372ab94 Remove a set, but unused variable. by Michael Tuexen · 4 years, 3 months ago
  42. d9698aa Fix a NET_EPOCH bug. by Michael Tuexen · 4 years, 3 months ago
  43. d07a5f2 Cleanup starting and stopping timers. by Michael Tuexen · 4 years, 3 months ago
  44. 47ac133 Cleanup stream reset and asconf timer. by Michael Tuexen · 4 years, 3 months ago
  45. d367d13 MTU candidates must be a multiple of 4. by Michael Tuexen · 4 years, 3 months ago
  46. 1190070 First pass on cleanup timer code. by Michael Tuexen · 4 years, 3 months ago
  47. 7b87cd4 Fuzzer (#446) by Felix Weinrank · 4 years, 3 months ago
  48. 3212d54 Get changes in again I accidently took out. by Michael Tuexen · 4 years, 3 months ago
  49. a427772 Epochify SCTP for FreeBSD. by Michael Tuexen · 4 years, 4 months ago
  50. dc83f15 Fix the non-default stream schedulers such that they don't by Michael Tuexen · 4 years, 4 months ago
  51. 0cf6777 Sync with FreeBSD. by Michael Tuexen · 4 years, 4 months ago
  52. 5f97639 Use bool for boolean variables. by Michael Tuexen · 4 years, 4 months ago
  53. f52d3df Don't start a timer on a net, which has been removed. by Michael Tuexen · 4 years, 4 months ago
  54. b67a4e8 Use int instead of bool. by Michael Tuexen · 4 years, 4 months ago
  55. 21b55df Stop the HB and PMTU timer when removing the net, not freeing it. by Michael Tuexen · 4 years, 4 months ago
  56. 61f6683 Cleanup timer handling. by Michael Tuexen · 4 years, 4 months ago
  57. 3ddb0d6 Let sctp_os_timer_start return if the timer was rescheduled. by Michael Tuexen · 4 years, 4 months ago
  58. 390beeb Remove unused timer. by Michael Tuexen · 4 years, 4 months ago
  59. 1c9888f Fix iterator. by Michael Tuexen · 4 years, 4 months ago
  60. 6837875 Sync FBSDIDs. by Michael Tuexen · 4 years, 4 months ago
  61. 9156595 Prepare location information in preparation for integrating #417. by Michael Tuexen · 4 years, 4 months ago
  62. d333128 Remove trailing whitespaces. by Michael Tuexen · 4 years, 4 months ago
  63. bee946a Revert series of callout guard commits (#423) by Taylor Brandstetter · 4 years, 4 months ago
  64. aa10d60 Fix build issues. by Michael Tuexen · 4 years, 4 months ago
  65. 17983b0 CMake changes to import usrsctp as submodule (#422) by Paul-Louis Ageneau · 4 years, 5 months ago
  66. db27216 Compilefix 2020 01a (#420) by Felix Weinrank · 4 years, 5 months ago
  67. f668bb6 Fix incorrect source include of ifaddrs.c and stylistic changes (#404) by Lennart Grahl · 4 years, 5 months ago
  68. 32020d6 Whitespace changes. by Michael Tuexen · 4 years, 5 months ago
  69. ba9682a Sync FreeBSD ID. by Michael Tuexen · 4 years, 5 months ago
  70. 287284c Sync with FreeBSD. by Michael Tuexen · 4 years, 5 months ago
  71. 26e7c0e Fix syntax error. by Michael Tuexen · 4 years, 5 months ago
  72. a83671a Minor cleanups. by Michael Tuexen · 4 years, 5 months ago
  73. 81049b9 Make the message size limit used for SCTP_SENDALL configurable via by Michael Tuexen · 4 years, 5 months ago
  74. d20e749 Whitespace change. by Michael Tuexen · 4 years, 5 months ago
  75. 0d166ef Improve input validation of the spp_pathmtu field in the by Michael Tuexen · 4 years, 5 months ago
  76. 790a7a2 Improve input validation for some parameters having a too small reported length. by Michael Tuexen · 4 years, 6 months ago
  77. 72320b5 Sync with Googles OSS-FUZZ branch (#409) by Felix Weinrank · 4 years, 6 months ago
  78. 6317575 When changing the MTU of an SCTP path, not only cancel all ongoing by Michael Tuexen · 4 years, 6 months ago
  79. 90aaea1 Sync with FreeBSD. by Michael Tuexen · 4 years, 6 months ago
  80. 16163a3 Really ignore the SCTP association identifier on 1-to-1 style sockets by Michael Tuexen · 4 years, 6 months ago
  81. 342a1df Plug two mbuf leaks during INIT-ACK handling. by Michael Tuexen · 4 years, 6 months ago
  82. 05cd8b5 meson: Fixes needed to build on Android (#402) by Nirbheek Chauhan · 4 years, 7 months ago
  83. 48e52ce Fix crash with HTCP (#319) by NX · 4 years, 7 months ago
  84. 09768bf Separate out SCTP related dtrace code. by Michael Tuexen · 4 years, 8 months ago
  85. d2f065c Rename sctp_dtrace_declare.h to sctp_kdtrace.h. by Michael Tuexen · 4 years, 8 months ago
  86. 51d8b34 Sync with FreeBSD. by Michael Tuexen · 4 years, 8 months ago
  87. b4395bf Use an event handler to notify the SCTP about IP address changes by Michael Tuexen · 4 years, 8 months ago
  88. 4317c7b Fix FreeBSD code export. by Michael Tuexen · 4 years, 8 months ago
  89. 3f4b50d Integrate changes from r353292 of the FreeBSD tree. by Michael Tuexen · 4 years, 8 months ago
  90. 3459e2a Remove stray line. by Michael Tuexen · 4 years, 8 months ago
  91. b7e9878 Ensure that local variables are reset to their initial value when by Michael Tuexen · 4 years, 8 months ago
  92. 1ab1d69 Merge branch 'master' of github.com:sctplab/usrsctp by Michael Tuexen · 4 years, 8 months ago
  93. c8e200e Validate length before use it, not vice versa. by Michael Tuexen · 4 years, 8 months ago
  94. 24b332a Change type of to_ticks in sctp_os_timer_start to uint32_t. (#399) by Yury Yaroshevich · 4 years, 8 months ago
  95. c38740e Plumb an mbuf leak in a code path that should not be taken. Also avoid by Michael Tuexen · 4 years, 8 months ago
  96. 51e7c01 Fix a use after free bug when removing remote addresses. by Michael Tuexen · 4 years, 8 months ago
  97. a6417e0 Plumb an mbuf leak found by Mark Wodrich from Google by fuzz testing the by Michael Tuexen · 4 years, 8 months ago
  98. de8c4e3 Fix the adding of padding to COOKIE-ECHO chunks. by Michael Tuexen · 4 years, 8 months ago
  99. 05bea46 When skipping the address parameter, take the padding into account. by Michael Tuexen · 4 years, 8 months ago
  100. 1a7de8f Cleanup sctp_asconf_error_response() and ensure that the parameter by Michael Tuexen · 4 years, 8 months ago