aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09Merge upstream-master am: b0cb21e8d9 am: 6260cf84ed am: a05acfb3f2Jorge E. Moreira
2020-07-09Merge upstream-master am: b0cb21e8d9 am: 6260cf84edJorge E. Moreira
2020-07-09Merge upstream-master am: b0cb21e8d9Jorge E. Moreira
2020-06-22Merge upstream-masterJorge E. Moreira
2020-06-17Initial empty repositoryThomas Joseph Avila
2020-05-26Cleanup error reporting.Michael Tuexen
2020-05-25Fixed compilation due usage of non existing macro (#474)Yury Yaroshevich
2020-05-25Adjust `usrsctp_handle_timers` signature and implementation (#470)Yury Yaroshevich
2020-05-23Add support for SCTP_ASSOC_SUPPORTS_INTERLEAVINGMichael Tuexen
2020-05-23Don't reference an stcb which is about to be freed.Michael Tuexen
2020-05-19Hopefully unbreak Windows builds.Michael Tuexen
2020-05-19Use SCTP_SNPRINTF().Michael Tuexen
2020-05-18Cleanups.Michael Tuexen
2020-05-18Remove unused variable.Michael Tuexen
2020-05-18Address some warnings.Michael Tuexen
2020-05-18Fix logical condition.Michael Tuexen
2020-05-18Fix format string.Michael Tuexen
2020-05-18Fix another warning.Michael Tuexen
2020-05-18Fix warning by cpp-check.Michael Tuexen
2020-05-18Fix logic error. Spotted by cpp-check.Michael Tuexen
2020-05-18Address a warning by cpp-check.Michael Tuexen
2020-05-18Fix format strings as reported by cpp-check.Michael Tuexen
2020-05-18Check return value of snprintf().Michael Tuexen
2020-05-18Sync with FreeBSD.Michael Tuexen
2020-05-15Add usrsctp_get_ulpinfo getter. (#467)Taylor Brandstetter
2020-05-12fix truncated writing warning (#464)Felix Weinrank
2020-05-12Fix copy and paste error.Michael Tuexen
2020-05-11Ensure the stcb belongs to the inp when running the iterator.Michael Tuexen
2020-05-10Ensure we have a net when starting a T3 timer.Michael Tuexen
2020-05-10Only drop DATA chunk with lower priority as specified in RFC 7496.Michael Tuexen
2020-05-05Avoid underflowing a variable, which would result in taking moreMichael Tuexen
2020-05-05Undo earlier change, since it is incorrect.Michael Tuexen
2020-05-05Fix the computation of the numbers of entries of the mapping array toMichael Tuexen
2020-05-05user_recv_thread: set fd to -1 when closing (#461)Matthew Waters
2020-04-29Fix #458Michael Tuexen
2020-04-22Improve input validation when processing AUTH chunks.Michael Tuexen
2020-04-22Improve input validation when processing AUTH chunks.Michael Tuexen
2020-04-20Honor sysctl variable sctp_no_csum_on_loopback not only for SCTP/IPv4.Michael Tuexen
2020-04-11Zero out pointers for consistency.Michael Tuexen
2020-04-06Be more pedantic when starting / stopping a timer.Michael Tuexen
2020-03-28Deal with AF_CONN address in SCTP_STATUS.Michael Tuexen
2020-03-28Fix build.Michael Tuexen
2020-03-28Fix time to ticks conversion and vice versa. Overflows were notMichael Tuexen
2020-03-27More uint32_t cleanups.Michael Tuexen
2020-03-27Use uint32_t where intended.Michael Tuexen
2020-03-25Don't optimize for timers when the socket is gone. This fixesMichael Tuexen
2020-03-25Fix handling of accepted sockets.Michael Tuexen
2020-03-25Fix FreeBSD vnet stuff and cleanup debug output.Michael Tuexen
2020-03-25Fix lock name in Windows.Michael Tuexen
2020-03-25Only call panic() when building with INVARIANTS.Michael Tuexen