aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Use macros for overhead in a consistent way. No functional change.Michael Tuexen2015-05-281-14/+17
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-5/+9
* Address some compiler warnings. No functional change.Michael Tuexen2015-05-281-3/+0
* o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff2015-04-011-2/+2
* Improve the selection of the destination address of SACK chunks.Michael Tuexen2015-03-261-19/+4
* Remove a useless assignment.Michael Tuexen2015-03-231-2/+0
* Fix a bug which only shows up when an mbuf allocation failed.Michael Tuexen2015-01-181-1/+1
* Do not go one layer down to check ifqueue length. First, not all driversGleb Smirnoff2015-01-121-16/+0
* Remove dead code.Michael Tuexen2015-01-121-8/+2
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-56/+8
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-36/+20
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-2/+2
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-2/+2
* Fix a use of an uninitialized variable by makeing sureMichael Tuexen2014-10-251-2/+3
* Ensure that the flags field of sctp_tmit_chunks is initialized.Michael Tuexen2014-10-091-24/+27
* Ensure that the list of streams sent in a stream reset parameter fitsMichael Tuexen2014-10-081-1/+9
* Remove unused MC_ALIGN macro as suggested by Robert.Michael Tuexen2014-10-051-7/+0
* Make a type conversion explicit. When compiling this code onMichael Tuexen2014-09-161-1/+1
* Address warnings generated by the clang analyzer.Michael Tuexen2014-09-071-2/+2
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-5/+5
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+28
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-45/+41
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-2/+7
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-3/+8
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-4/+4
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-18/+26
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-4/+4
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to beMichael Tuexen2014-08-011-225/+194
* Integrate upstream changes.Michael Tuexen2014-07-111-2/+9
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-6/+152
* Use ENOBUFS instead of ENOMEM in error situations related to m_uiotombuf().Michael Tuexen2014-06-051-4/+4
* Increment the SSN only after processing the last fragment of anMichael Tuexen2014-04-011-1/+2
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-1/+10
* Put the offset of the CRC32C in csum_data instead of 0.Michael Tuexen2014-03-121-4/+4
* Remove redundant code and fix a style error.Michael Tuexen2014-02-201-2/+0
* Use SCTP_PR_SCTP_TTL when the user provides a positiveMichael Tuexen2013-11-161-5/+9
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-2/+15
* Fix the aborting of association with the iterator using an emptyMichael Tuexen2013-09-091-37/+35
* Remove redundant field pr_sctp_on.Michael Tuexen2013-09-031-8/+1
* Use uint16_t instead of in_port_t for consistency with the SCTP code.Michael Tuexen2013-09-021-1/+1
* Don't send uninitialized memory (two instances of 4 bytes) inMichael Tuexen2013-08-141-0/+8
* Make the features a 64-bit value instead of 32-bit.Michael Tuexen2013-08-121-1/+1
* Get the code compiling without INET and INET6 being defined.Michael Tuexen2013-07-191-4/+0
* Don't send an ABORT chunk with verification 0.Michael Tuexen2013-05-171-2/+10
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-111-18/+22
* Don't send kernel provided information in the User InitiatedMichael Tuexen2013-02-111-2/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-128/+50
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-091-7/+9
* Get it compiling without INET and INET6 support (mainly userland stack).Michael Tuexen2012-12-081-0/+4
* Use correct padding of the ABORT chunk in case of an user initiatedMichael Tuexen2012-12-081-21/+32