summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272886:bryanv2015-01-271-3/+4
* MFC r271643:tuexen2014-09-181-2/+2
* MFC r270673:tuexen2014-09-181-2/+2
* MFC r269945:tuexen2014-08-221-0/+33
* MFC r269858:tuexen2014-08-221-6/+8
* MFC r269527:tuexen2014-08-221-1/+2
* MFC r269481:tuexen2014-08-221-1/+1
* MFC r269475:tuexen2014-08-221-1/+1
* MFC r269448:tuexen2014-08-221-1/+2
* MFC r269436, r269445:tuexen2014-08-221-1/+1
* MFC r269376:tuexen2014-08-221-35/+20
* MFC r269075:tuexen2014-08-221-0/+2
* Fix kernel memory disclosure in control message and SCTP notifications.delphij2014-07-081-27/+28
* MFC r267674:tuexen2014-06-231-0/+8
* MFC r264701:tuexen2014-06-221-3/+0
* MFC r264679:tuexen2014-06-221-0/+19
* MFC r263237:tuexen2014-06-221-11/+17
* MFC r259943:tuexen2014-01-071-2/+2
* MFC r256556:tuexen2013-11-211-5/+17
* Remove redundant field pr_sctp_on.tuexen2013-09-031-1/+0
* Use LIST_EMPTY when appropriate.tuexen2013-06-021-2/+2
* Remove redundant checks.tuexen2013-05-281-6/+6
* Set errno to ETIMEDOUT if an SCTP association times out duringtuexen2013-05-171-2/+8
* Fix a potential race in returning setting errno when antuexen2013-02-271-1/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-70/+55
* Fix a copy and paste error.tuexen2012-12-271-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-17/+17
* Add support for SCTP/UDP/IPV6.tuexen2012-11-171-52/+80
* Get the accounting working. We now have counters how manytuexen2012-11-161-1/+2
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-071-0/+16
* Fix possible spurious sbunlock in sctp_sorecvmsg.mjg2012-11-061-1/+1
* Move from early SSN assignment to late SSN assignment.tuexen2012-11-051-67/+59
* Use ntohs() and htons() in correct order. However, this doesn't changetuexen2012-10-291-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+1
* Small cleanups. No functional change.tuexen2012-09-141-8/+3
* Using %p in a format string requires a void *.tuexen2012-09-051-3/+3
* Whitespace change.tuexen2012-09-041-1/+1
* Fix a typo which results in RTT to be off by a factor of 10, if the RTT istuexen2012-09-021-1/+1
* Fix a refcount bug when freeing an association.tuexen2012-07-171-2/+4
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-2/+2
* Provide the correct notification type (SCTP_SEND_FAILED_EVENT)tuexen2012-07-141-1/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-63/+9
* Whitespace cleanup.tuexen2012-06-251-23/+23
* Cleanup the UDP decapsulation code.tuexen2012-06-181-42/+20
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-5/+15
* Small cleanup.tuexen2012-06-121-3/+1
* Remove an unused parameter.tuexen2012-06-021-2/+2
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Support SCTP_REMOTE_ERROR notification.tuexen2012-05-131-0/+60
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-27/+35
OpenPOWER on IntegriCloud