aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/netinet/sctp_input.c
AgeCommit message (Expand)Author
2020-05-19Use SCTP_SNPRINTF().Michael Tuexen
2020-05-18Check return value of snprintf().Michael Tuexen
2020-05-12Fix copy and paste error.Michael Tuexen
2020-05-10Ensure we have a net when starting a T3 timer.Michael Tuexen
2020-04-22Improve input validation when processing AUTH chunks.Michael Tuexen
2020-04-22Improve input validation when processing AUTH chunks.Michael Tuexen
2020-03-28Fix time to ticks conversion and vice versa. Overflows were notMichael Tuexen
2020-03-23More timer cleanups.Michael Tuexen
2020-03-19Cleanup starting and stopping timers.Michael Tuexen
2019-11-27Plug two mbuf leaks during INIT-ACK handling.Michael Tuexen
2019-10-14Separate out SCTP related dtrace code.Michael Tuexen
2019-10-05Plumb an mbuf leak found by Mark Wodrich from Google by fuzz testing theMichael Tuexen
2019-09-22Don't hold the info lock when calling sctp_select_a_tag().Michael Tuexen
2019-09-22Cleanup the RTO calculation and perform some consistency checksMichael Tuexen
2019-09-01Improve the handling of state cookie parameters in INIT-ACK chunks.Michael Tuexen
2019-07-14Improve locking.Michael Tuexen
2018-10-01 Mitigate providing a timing signal if the COOKIE or AUTHMichael Tuexen
2018-09-26Integrate DTrace support for FreeBSD kernel.Michael Tuexen
2018-08-21Refactor the handling of SHUTDOWN_PENDING for dtrace support.Michael Tuexen
2018-08-14Fix https://github.com/sctplab/usrsctp/issues/253.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-08-12Cleanups, no intended changes.Michael Tuexen
2018-07-26sync with masterFelix Weinrank
2018-05-07Merge branch 'master' into upcallAPIFelix Weinrank
2018-04-08Fix a signed/unsiged warning.Michael Tuexen
2017-12-13Cleanup.Michael Tuexen
2017-12-11New upcall APIIrene Ruengeler
2017-12-07Retire SCTP_WITH_NO_CSUM.Michael Tuexen
2017-11-24Add SPDX line as in FreeBSD.Michael Tuexen
2017-11-15Fix the handling of ERROR chunks which a lot of error causes.Michael Tuexen
2017-11-14Simplify the code.Michael Tuexen
2017-11-12Cleanup handling of control chunks.Michael Tuexen
2017-10-24Improve the handling of special ABORT chunks.Michael Tuexen
2017-10-24Fix a locking issue found by Felix Weinrank using AFL.Michael Tuexen
2017-10-18Sync with sctp-idata.Michael Tuexen
2017-10-15Sync with sctp-idata.Michael Tuexen
2017-10-14Avoid taking a pointer of a packed structure.Michael Tuexen
2017-10-05Sync with sctp-idata.Michael Tuexen
2017-09-22Sync FBSDID.Michael Tuexen
2017-09-22Fix CID 168609.Michael Tuexen
2017-09-21Sync with sctp-idata.Michael Tuexen
2017-09-19Fix a warning.Michael Tuexen
2017-09-19Fix a integer overflow reported by Felix Weinrank.Michael Tuexen
2017-09-10Sync FBSDIDsMichael Tuexen
2017-09-02Fix CID 168595.Michael Tuexen
2017-07-04Sync with sctp-idata.Michael Tuexen
2017-06-23Sync with El Capitan sources.Michael Tuexen
2017-06-23Sync with sctp-idata.Michael Tuexen
2017-06-23Sync with FreeBSD sources.Michael Tuexen