summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Improve compilation on windows 64-bit (for the userland stack).tuexen2016-03-271-31/+31
* Add const to several constants. Thanks to Nicholas Nethercote fortuexen2016-03-231-2/+2
* Add protection code.tuexen2016-02-181-6/+8
* Address a warning reported by D5245 / PVS.tuexen2016-02-171-2/+2
* Don't allow a remote encapsulation port change during thetuexen2016-01-301-15/+35
* Ignore peer addresses in a consistent way also when checking fortuexen2016-01-301-31/+58
* Don't implicitly terminate a user message when moving it to thetuexen2015-12-251-4/+1
* Retire sctp_validate_no_locks().tuexen2015-12-101-7/+0
* Fix the allocation of outgoing streams:tuexen2015-12-061-2/+4
* Ensure that outgoing streams get reset when they run dry.tuexen2015-12-031-2/+3
* Minor cleanup. No functional change.tuexen2015-12-021-1/+1
* Take also the send queue and sent queue into account when triggeringtuexen2015-11-271-4/+8
* 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
OpenPOWER on IntegriCloud