aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-6/+6
* sctp: improve consistency when calling stream schedulerMichael Tuexen2021-09-201-4/+4
* sctp: use a valid outstream when adding it to the schedulerMichael Tuexen2021-09-201-1/+3
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-111-9/+5
* sctp: use appropriate argument when freeing associationMichael Tuexen2021-09-091-1/+1
* sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-081-3/+3
* sctp: Fix iterator synchronization in sctp_sendall()Mark Johnston2021-09-071-5/+20
* Fix a common typo in source code commentsGordon Bergling2021-09-041-2/+2
* sctp: remove some set, but unused variablesMichael Tuexen2021-08-091-3/+1
* sctp: improve input validation of mapped addresses in send()Michael Tuexen2021-08-071-1/+5
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-5/+5
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-271-1/+1
* 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