aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve input validationMichael Tuexen2021-01-311-38/+62
* sctp: fix PR-SCTP stats when adding addtional streamsMichael Tuexen2021-01-231-0/+9
* sctp: improve consistencyMichael Tuexen2021-01-231-9/+9
* sctp: improve handling of aborted associationsMichael Tuexen2021-01-011-9/+8
* Improve the handling of cookie life times.Michael Tuexen2020-10-161-1/+1
* Minor cleanups.Michael Tuexen2020-10-071-2/+1
* Remove dead stores reported by clang static code analysisMichael Tuexen2020-10-061-2/+2
* Whitespace changes.Michael Tuexen2020-09-241-1/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-39/+0
* Fix a regression with the explicit EOR mode I introduced in r364268.Michael Tuexen2020-08-281-13/+34
* Improve the handling of concurrent send() calls for SCTP sockets,Michael Tuexen2020-08-161-3/+15
* Allocate the mbuf for the signature in the COOKIE or the correct size.Michael Tuexen2020-06-141-10/+4
* Cleanups, no functional change.Michael Tuexen2020-06-141-1/+0
* Non-functional changes due to upstream cleanup.Michael Tuexen2020-06-111-36/+12
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-59/+0
* Non-functional changes due to cleanup (upstream removing of Panda support)Michael Tuexen2020-06-061-8/+1
* Replace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPRINTF() mapMichael Tuexen2020-05-191-4/+4
* Revert r361209:Michael Tuexen2020-05-191-15/+7
* Handle failures of snprintf().Michael Tuexen2020-05-181-7/+15
* Non-functional changes, cleanups.Michael Tuexen2020-05-171-4/+4
* Only drop DATA chunk with lower priorities as specified in RFC 7496.Michael Tuexen2020-05-101-4/+4
* Avoid underflowing a variable, which would result in taking moreMichael Tuexen2020-05-051-1/+5
* Fix the computation of the numbers of entries of the mapping array toMichael Tuexen2020-05-051-1/+1
* Fix LINT build #2 after r360292.Alexander V. Chernikov2020-04-251-1/+1
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-27/+21
* Revert https://svnweb.freebsd.org/changeset/base/359809Michael Tuexen2020-04-121-2/+0
* Zero out pointers for consistency.Michael Tuexen2020-04-111-0/+2
* A a missing NET_EPOCH_ENTER/NET_EPOCH_EXIT pair. This was affectingMichael Tuexen2020-03-191-0/+2
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-191-5/+5
* Epochify SCTP.Michael Tuexen2020-02-181-0/+11
* Cleanup timer handling.Michael Tuexen2020-02-091-4/+5
* Fix build issues for the userland stack on 32-bit platforms.Michael Tuexen2020-01-281-1/+1
* Don't make the sendall iterator as being up if it could not be started.Michael Tuexen2020-01-051-1/+1
* Make the message size limit used for SCTP_SENDALL configurable viaMichael Tuexen2020-01-041-2/+2
* Separate out SCTP related dtrace code.Michael Tuexen2019-10-141-1/+1
* Ensure that local variables are reset to their initial value whenMichael Tuexen2019-10-121-2/+4
* Fix the adding of padding to COOKIE-ECHO chunks.Michael Tuexen2019-10-051-2/+1
* Improve the handling of state cookie parameters in INIT-ACK chunks.Michael Tuexen2019-09-011-7/+32
* Fix build issues for the userland stack on Raspbian.Michael Tuexen2019-08-061-10/+9
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-2/+2
* Fix the reporting of multiple unknown parameters in an received INITMichael Tuexen2019-08-011-26/+47
* When responding with an ABORT to an INIT chunk containing aMichael Tuexen2019-08-011-55/+35
* Small cleanup, no functional change intended.Michael Tuexen2019-07-311-8/+2
* Consistently cleanup mbufs in case of other memory errors.Michael Tuexen2019-07-311-4/+10
* Don't hold a mutex while calling sbwait. This was found by syzkaller.Michael Tuexen2019-07-231-4/+4
* Add support for MSG_EOR and MSG_EOF in sendmsg() for SCTP.Michael Tuexen2019-07-151-11/+25
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-4/+2
* Fix build issue for the userland stack.Michael Tuexen2019-03-241-18/+19
* Fox more signed unsigned issues. This time on the send path.Michael Tuexen2019-03-241-7/+7
* Limit the size of messages sent on 1-to-many style SCTP sockets with theMichael Tuexen2019-03-231-0/+13