summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Use a separate MID counter for ordered und unordered messages for eachtuexen2016-06-081-12/+30
* Store the peers vtag in host byte order in the cookie, since alltuexen2016-06-031-1/+1
* Fix a byte order issue for the scope stored in the SCTP cookie.tuexen2016-05-301-1/+1
* netinet/sctp*: minor spelling fixes in comments.pfg2016-05-021-11/+11
* When a client uses UDP encapsulation and lists IP addresses in the INITtuexen2016-05-011-2/+2
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().tuexen2016-04-301-3/+3
* Fix signed/unsigned warnings.tuexen2016-04-181-3/+4
* Don't use anonymous unions.tuexen2016-04-181-2/+2
* A couple of minor changes that I missed that Michael had done, most notedrrs2016-04-071-0/+1
* This is work done by Michael Tuexen and myself at the IETF. Thisrrs2016-04-071-51/+167
* Set the chunk id for ERROR chunks.tuexen2016-04-011-0/+2
* 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
OpenPOWER on IntegriCloud