aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-191-11/+10
* Plug two mbuf leaks during INIT-ACK handling.Michael Tuexen2019-11-271-0/+6
* Separate out SCTP related dtrace code.Michael Tuexen2019-10-141-1/+1
* Plumb an mbuf leak found by Mark Wodrich from Google by fuzz testing theMichael Tuexen2019-10-051-0/+4
* Don't hold the info lock when calling sctp_select_a_tag().Michael Tuexen2019-09-221-8/+11
* Cleanup the RTO calculation and perform some consistency checksMichael Tuexen2019-09-221-8/+5
* Improve the handling of state cookie parameters in INIT-ACK chunks.Michael Tuexen2019-09-011-37/+31
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-2/+2
* Mitigate providing a timing signal if the COOKIE or AUTHMichael Tuexen2018-10-011-2/+2
* Whitespace changes and fixing a typo. No functional change.Michael Tuexen2018-09-261-1/+0
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-221-0/+8
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-2/+0
* Remove a set but not used warning showing up in usrsctp.Michael Tuexen2018-08-141-4/+2
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-57/+57
* Use consistently the macors to modify the assoc state.Michael Tuexen2018-08-131-10/+8
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+23
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-51/+28
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-28/+51
* Improve compliance with RFC 4895 and RFC 6458.Michael Tuexen2018-06-061-3/+0
* Fix a signed/unsigned warning showing up for the userland stackMichael Tuexen2018-04-081-1/+1
* Cleaup, no functional change.Michael Tuexen2017-12-131-11/+8
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-12/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix the handling of ERROR chunks which a lot of error causes.Michael Tuexen2017-11-151-59/+75
* Simply the code and use the full buffer for contigous chunk representation.Michael Tuexen2017-11-141-52/+24
* Cleanup the handling of control chunks. While there fix some minorMichael Tuexen2017-11-121-240/+110
* Fix a bug in handling special ABORT chunks.Michael Tuexen2017-10-241-11/+18
* Fix a locking issue found by running AFL on the userland stack.Michael Tuexen2017-10-241-3/+0
* Fix a bug introduced in r324638.Michael Tuexen2017-10-181-0/+1
* Fix the handling of parital and too short chunks.Michael Tuexen2017-10-151-114/+56
* Code cleanup, not functional change.Michael Tuexen2017-10-141-7/+12
* Ensure that the accept ABORT chunks with the T-bit set only theMichael Tuexen2017-10-051-0/+1
* Add missing locking. Found by Coverity while scanning the usrsctpMichael Tuexen2017-09-221-0/+10
* Code cleanup, no functional change.Michael Tuexen2017-09-211-2/+1
* Fix a warning.Michael Tuexen2017-09-191-1/+1
* Avoid an overflow when computing the staleness.Michael Tuexen2017-09-191-11/+15
* Savely remove a chunk from the control queue.Michael Tuexen2017-09-091-2/+2
* Move to open state after plausibility checks.Michael Tuexen2017-07-041-11/+11
* Don't hold if refcount on an stcb when it is not needed.Michael Tuexen2017-07-041-10/+10
* Handle sctp_get_next_param() in a consistent way.Michael Tuexen2017-06-231-4/+4
* Check the length of a COOKIE chunk before accessing fields in it.Michael Tuexen2017-06-231-6/+6
* Improve compilation on platforms different from FreeBSD.Michael Tuexen2017-06-231-1/+1
* Listening sockets improvements.Gleb Smirnoff2017-06-081-2/+12
* Use the SCTP_PCB_FLAGS_ACCEPTING flags to check for listeners.Michael Tuexen2017-05-261-10/+9
* Remove IPsec related PCB code from SCTP.Andrey V. Elsukov2017-02-131-34/+0
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-8/+14
* Whitespace changes.Michael Tuexen2016-12-261-59/+78
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-21/+21
* Whitespace changes.Michael Tuexen2016-12-061-68/+21
* Fix a bug, where no SACK is sent when receiving a FORWARD-TSN orMichael Tuexen2016-08-261-0/+5