summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272841:tuexen2014-10-121-24/+27
* MFC r272751:tuexen2014-10-121-1/+9
* MFC r272571:tuexen2014-10-121-7/+0
* MFC r271643:tuexen2014-09-181-1/+1
* MFC r270673:tuexen2014-09-181-7/+7
* MFC r269945:tuexen2014-08-221-0/+28
* MFC r269858:tuexen2014-08-221-45/+41
* MFC r269527:tuexen2014-08-221-2/+7
* MFC r269481:tuexen2014-08-221-3/+8
* MFC r269475:tuexen2014-08-221-4/+4
* MFC r269448:tuexen2014-08-221-18/+26
* MFC r269436, r269445:tuexen2014-08-221-4/+4
* MFC r269376:tuexen2014-08-221-225/+194
* MFC r268526:tuexen2014-08-221-2/+9
* MFC r267674:tuexen2014-06-231-6/+152
* MFC r267105:tuexen2014-06-221-4/+4
* MFC r264017:tuexen2014-06-221-1/+2
* MFC r263237:tuexen2014-06-221-1/+10
* MFC r263096:tuexen2014-06-221-4/+4
* MFC r262252:tuexen2014-06-221-2/+0
* MFC r256556:tuexen2013-11-211-7/+24
* Fix the aborting of association with the iterator using an emptytuexen2013-09-091-37/+35
* Remove redundant field pr_sctp_on.tuexen2013-09-031-8/+1
* Use uint16_t instead of in_port_t for consistency with the SCTP code.tuexen2013-09-021-1/+1
* Don't send uninitialized memory (two instances of 4 bytes) intuexen2013-08-141-0/+8
* Make the features a 64-bit value instead of 32-bit.tuexen2013-08-121-1/+1
* Get the code compiling without INET and INET6 being defined.tuexen2013-07-191-4/+0
* Don't send an ABORT chunk with verification 0.tuexen2013-05-171-2/+10
* Send the adaptation layer indication only if set by the user.tuexen2013-02-111-18/+22
* Don't send kernel provided information in the User Initiatedtuexen2013-02-111-2/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-128/+50
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-7/+9
* Get it compiling without INET and INET6 support (mainly userland stack).tuexen2012-12-081-0/+4
* Use correct padding of the ABORT chunk in case of an user initiatedtuexen2012-12-081-21/+32
* Ensure that the padding of the last parameter of an INIT chunktuexen2012-12-081-143/+182
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-42/+42
* Get the accounting working. We now have counters how manytuexen2012-11-161-3/+7
* Add some missing changes missed in the last commit.tuexen2012-11-071-1/+2
* Move from early SSN assignment to late SSN assignment.tuexen2012-11-051-19/+8
* Add braces (as used elsewhere in the SCTP code).tuexen2012-10-291-2/+2
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-4/+4
* Declare a static function as such.tuexen2012-09-231-1/+1
* Small cleanups. No functional change.tuexen2012-09-221-28/+11
* Using %p in a format string requires a void *.tuexen2012-09-051-6/+6
* Use the consistenly the size of a variable. This helps to keep the codetuexen2012-09-041-21/+21
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-151-1/+8
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-2/+4
* Fix a bug introduced in r237715.tuexen2012-07-091-0/+1
* Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT.tuexen2012-07-041-4/+12
* Use CSUM_SCTP_IPV6 for IPv6.tuexen2012-07-041-2/+2
OpenPOWER on IntegriCloud