aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit the number of bytes which can be queued for SCTP sockets.Michael Tuexen2019-03-231-6/+1
* Only reduce the PMTU after the send call. The only way to increase it, isMichael Tuexen2019-02-051-6/+10
* Support MSG_DONTWAIT in send*(2).Mark Johnston2019-01-041-1/+1
* Don't use a function when neither INET nor INET6 are defined.Michael Tuexen2018-11-061-0/+4
* Avoid truncating unrecognised parameters when reporting them.Michael Tuexen2018-10-071-34/+15
* After allocating chunks set the fields in a consistent way.Michael Tuexen2018-10-011-5/+3
* Plug mbuf leaks in the SCTP output path in error cases.Michael Tuexen2018-09-301-0/+3
* Fix the handling of ancillary data for SCTP socket. ImplementMichael Tuexen2018-09-301-26/+28
* Increment the corresponding UDP stats counter (udps_opackets) whenMichael Tuexen2018-09-301-0/+9
* Fix typo in comment.Michael Tuexen2018-09-281-1/+1
* Whitespace changes and fixing a typo. No functional change.Michael Tuexen2018-09-261-1/+1
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-221-0/+5
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-2/+0
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-49/+49
* Use consistently the macors to modify the assoc state.Michael Tuexen2018-08-131-6/+6
* Add explicit cast to silence a warning for the userland stack.Michael Tuexen2018-08-121-2/+2
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-82/+85
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-85/+82
* Provide the ip6_plen in network byte order when calling ip6_output().Michael Tuexen2018-06-141-2/+2
* Whitespace changes.Michael Tuexen2018-06-141-1/+37
* Do the appropriate accounting when ip_output() fails.Michael Tuexen2018-05-211-2/+5
* netinet silence warningsMatt Macy2018-05-191-1/+1
* sctp_get_mbuf_for_msg() should honor the allinone parameter.Michael Tuexen2018-05-141-1/+1
* Cleaup, no functional change.Michael Tuexen2017-12-131-4/+5
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-32/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-031-8/+4
* Fix parsing error when processing cmsg in SCTP send calls. Thei bug isMichael Tuexen2017-10-271-17/+22
* Code cleanup, not functional change.Michael Tuexen2017-10-141-1/+4
* Code cleanup, no functional change.Michael Tuexen2017-09-211-7/+3
* Fix MTU computation. Coverity scanning usrsctp pointed to this code...Michael Tuexen2017-09-091-12/+14