summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284515:tuexen2015-06-201-12/+13
* MFC r284331:tuexen2015-06-161-68/+45
* MFC r284326:tuexen2015-06-161-2/+11
* MFC r283691:tuexen2015-05-311-2/+0
* MFC r283665:tuexen2015-05-311-14/+18
* MFC r283664:tuexen2015-05-311-8/+0
* MFC r283662:tuexen2015-05-311-1/+2
* MFC r283658:tuexen2015-05-311-14/+17
* MFC r283650:tuexen2015-05-311-5/+9
* MFC r283648:tuexen2015-05-311-3/+0
* MFC r280714:tuexen2015-05-291-19/+4
* MFC r280371:tuexen2015-05-291-2/+0
* MFC r277350:tuexen2015-05-291-1/+1
* MFC r277053:tuexen2015-05-291-8/+2
* MFC r276914:tuexen2015-05-291-56/+8
* MFC r273634:tuexen2015-05-291-2/+3
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-36/+20
* 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
OpenPOWER on IntegriCloud