summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320263:tuexen2017-06-281-17/+24
* MFC r317558:tuexen2017-06-011-1/+1
* MFC r313032:tuexen2017-06-011-2/+2
* MFC r312722:tuexen2017-06-011-34/+41
* MFC r306829, r310286, r311695:markj2017-04-111-0/+4
* MFC r310642:tuexen2016-12-311-13/+63
* MFC r310590:tuexen2016-12-291-144/+199
* MFC r309743:tuexen2016-12-181-31/+52
* MFC r309685:tuexen2016-12-181-0/+2
* MFC r309682:tuexen2016-12-181-71/+64
* MFC r307779:tuexen2016-12-181-170/+76
* MFC r304543:tuexen2016-08-251-1/+8
* MFC r303792:tuexen2016-08-111-241/+171
* MFC r302904:tuexen2016-07-241-4/+7
* This patch fixes two bugs related to the setting of the I-Bittuexen2016-06-301-5/+9
* This patch fixes a locking bug when a send() call blockstuexen2016-06-261-0/+1
* 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
OpenPOWER on IntegriCloud