aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/netinet/sctp_pcb.c
AgeCommit message (Expand)Author
2020-05-18Sync with FreeBSD.Michael Tuexen
2020-03-28Fix time to ticks conversion and vice versa. Overflows were notMichael Tuexen
2020-03-25Fix handling of accepted sockets.Michael Tuexen
2020-03-19Cleanup starting and stopping timers.Michael Tuexen
2020-03-16Get changes in again I accidently took out.Michael 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-04Remove unused timer.Michael Tuexen
2020-02-02Revert series of callout guard commits (#423)Taylor Brandstetter
2020-01-12Sync with FreeBSD.Michael Tuexen
2019-12-20Improve input validation for some parameters having a too smallMichael Tuexen
2019-10-13Sync with FreeBSD.Michael Tuexen
2019-08-31Be consistent with the kernel sources.Michael Tuexen
2019-08-12Single thread (#339)José Luis Millán
2019-08-05Sync FreeBSD IDs and a compile issue.Michael Tuexen
2019-08-05Fix a warning which showed up on NetBSD.Michael Tuexen
2019-08-05Improve consistentcy.Michael Tuexen
2019-08-05Integrate https://svnweb.freebsd.org/changeset/base/350531Michael Tuexen
2019-07-28Make sure atomic_init is declared.Michael Tuexen
2019-07-15Improve socket state handling when closing an end-point.Michael Tuexen
2019-07-14Improve locking.Michael Tuexen
2019-06-28MinGW Support (32bit & 64bit) (#321)Felix Weinrank
2019-03-26Pull in missing guard for the currently executing callout (v2)Peter Lei
2019-03-26Sync with stream reset.Michael Tuexen
2019-03-24Sync with FreeBSD.Michael Tuexen
2018-08-21Refactor the handling of SHUTDOWN_PENDING for dtrace support.Michael Tuexen
2018-08-13Use stcb instead of asoc in assoc state macros.Michael Tuexen
2018-08-13Use macros to modify the assoc state.Michael Tuexen
2018-06-02Don't overflow a buffer if we receive an INIT or INIT-ACK chunkMichael Tuexen
2018-03-27Fix cast in sctp_findassociation_ep_addrTaylor Brandstetter
2017-11-24Add SPDX line as in FreeBSD.Michael Tuexen
2017-11-03Allow setting the MTU for future paths.Michael Tuexen
2017-09-22Sync FBSDID.Michael Tuexen
2017-09-22Improve socket locking.Michael Tuexen
2017-09-20Protect the address workqueue timer by a mutex.Michael Tuexen
2017-09-17Remove code not used on any supported platform.Michael Tuexen
2017-09-10Sync FBSDIDsMichael Tuexen
2017-09-02Fix CID 168581.Michael Tuexen
2017-07-19Sync with sctp-idata.Michael Tuexen
2017-07-19Sync with sctp-idata.Michael Tuexen
2017-06-23Sync with El Capitan sources.Michael Tuexen
2017-06-23Sync with FreeBSD sources.Michael Tuexen
2017-03-02Fix compilation.Michael Tuexen
2017-03-01Remove IPSec stuff.Michael Tuexen
2017-01-06Rename mbuf_init() to mbuf_initialize().Michael Tuexen
2016-12-26Sync FBSDIDsMichael Tuexen