summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Use __func__ instead of __FUNCTION__.tuexen2015-10-191-5/+5
* Ensure that ERROR chunks are always padded by implementing thistuexen2015-09-111-13/+31
* Don't leak memory in an error case.tuexen2015-09-041-0/+5
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-8/+26
* Fix an issue with MAC OS locking and also optimize the caserrs2015-07-241-4/+11
* Fix several problems with Stream Reset.rrs2015-07-221-29/+212
* Add FIB support for SCTP.tuexen2015-06-171-12/+13
* Code cleanup.tuexen2015-06-121-68/+45
* In case of an output error, continue with the next net, don't try totuexen2015-06-121-2/+11
* Remove printf() noise...tuexen2015-05-291-2/+0
* Take source and destination address into account when determiningtuexen2015-05-281-14/+18
* Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined.tuexen2015-05-281-8/+0
* Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state.tuexen2015-05-281-1/+2
* Use macros for overhead in a consistent way. No functional change.tuexen2015-05-281-14/+17
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-5/+9
* Address some compiler warnings. No functional change.tuexen2015-05-281-3/+0
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-011-2/+2
* Improve the selection of the destination address of SACK chunks.tuexen2015-03-261-19/+4
* Remove a useless assignment.tuexen2015-03-231-2/+0
* Fix a bug which only shows up when an mbuf allocation failed.tuexen2015-01-181-1/+1
* Do not go one layer down to check ifqueue length. First, not all driversglebius2015-01-121-16/+0
* Remove dead code.tuexen2015-01-121-8/+2
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-56/+8
* This is the SCTP specific companion oftuexen2014-12-041-36/+20
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-021-2/+2
* Merge from projects/sendfile:glebius2014-11-301-2/+2
* Fix a use of an uninitialized variable by makeing suretuexen2014-10-251-2/+3
* Ensure that the flags field of sctp_tmit_chunks is initialized.tuexen2014-10-091-24/+27
* Ensure that the list of streams sent in a stream reset parameter fitstuexen2014-10-081-1/+9
* Remove unused MC_ALIGN macro as suggested by Robert.tuexen2014-10-051-7/+0
* Make a type conversion explicit. When compiling this code ontuexen2014-09-161-1/+1
* Address warnings generated by the clang analyzer.tuexen2014-09-071-2/+2
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-5/+5
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+28
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-45/+41
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-2/+7
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-3/+8
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-4/+4
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-18/+26
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-4/+4
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to betuexen2014-08-011-225/+194
* Integrate upstream changes.tuexen2014-07-111-2/+9
* Honor jails for unbound SCTP sockets when selecting source addresses,tuexen2014-06-201-6/+152
* Use ENOBUFS instead of ENOMEM in error situations related to m_uiotombuf().tuexen2014-06-051-4/+4
* Increment the SSN only after processing the last fragment of antuexen2014-04-011-1/+2
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-1/+10
* Put the offset of the CRC32C in csum_data instead of 0.tuexen2014-03-121-4/+4
* Remove redundant code and fix a style error.tuexen2014-02-201-2/+0
* Use SCTP_PR_SCTP_TTL when the user provides a positivetuexen2013-11-161-5/+9
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-021-2/+15
OpenPOWER on IntegriCloud