aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/netinet
AgeCommit message (Expand)Author
2020-05-15Add usrsctp_get_ulpinfo getter. (#467)Taylor Brandstetter
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-22Improve input validation when processing AUTH chunks.Michael Tuexen
2020-04-22Improve input validation when processing AUTH chunks.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
2020-03-24Cleanup the timer code and also stricly check the argumentsMichael Tuexen
2020-03-24Add some lock asserts, which will be used shortly.Michael Tuexen
2020-03-23More timer cleanups.Michael Tuexen
2020-03-20Remove a set, but unused variable.Michael Tuexen
2020-03-20Fix a NET_EPOCH bug.Michael Tuexen
2020-03-19Cleanup starting and stopping timers.Michael Tuexen
2020-03-19Cleanup stream reset and asconf timer.Michael Tuexen
2020-03-19MTU candidates must be a multiple of 4.Michael Tuexen
2020-03-19First pass on cleanup timer code.Michael Tuexen
2020-03-16Get changes in again I accidently took out.Michael Tuexen
2020-02-18Epochify SCTP for FreeBSD.Michael Tuexen
2020-02-17Fix the non-default stream schedulers such that they don'tMichael Tuexen
2020-02-12Sync with FreeBSD.Michael Tuexen
2020-02-11Use bool for boolean variables.Michael Tuexen
2020-02-11Don't start a timer on a net, which has been removed.Michael Tuexen
2020-02-11Use int instead of bool.Michael Tuexen
2020-02-09Stop the HB and PMTU timer when removing the net, not freeing it.Michael Tuexen
2020-02-09Cleanup timer handling.Michael Tuexen
2020-02-06Let sctp_os_timer_start return if the timer was rescheduled.Michael Tuexen
2020-02-04Remove unused timer.Michael Tuexen
2020-02-04Fix iterator.Michael Tuexen
2020-02-04Sync FBSDIDs.Michael Tuexen
2020-02-03Prepare location information in preparation for integrating #417.Michael Tuexen
2020-02-03Remove trailing whitespaces.Michael Tuexen
2020-02-02Revert series of callout guard commits (#423)Taylor Brandstetter
2020-01-28Fix build issues.Michael Tuexen
2020-01-12Sync FreeBSD ID.Michael Tuexen