summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused constants.tuexen2012-05-131-12/+0
* Use ECONNABORTED in cases where the ABORT was sent to the peer.tuexen2012-05-131-16/+33
* Ensure the user can read COMM_LOST notifications on 1-to-1 style sockets.tuexen2012-05-131-117/+95
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-39/+55
* Only provide the supported features in the SCTP_ASSOC_CHANGE notiftuexen2012-05-111-20/+27
* Address clang warnings.tuexen2012-05-061-3/+6
* Add support for the sac_info field in struct sctp_assoc_changetuexen2012-05-061-1/+17
* Remove debug code.tuexen2012-05-061-3/+0
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.tuexen2012-05-061-46/+104
* Provide the flags in the SCTP stream reconfig related notificationtuexen2012-05-051-0/+8
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT astuexen2012-05-041-2/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-9/+9
* Fix a type in an SCTP AUTH related notification. Keep the old nametuexen2012-04-261-1/+1
* Use the flags defined in RFC 6525 in the stream reset event.tuexen2012-04-231-4/+4
OpenPOWER on IntegriCloud