aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen2015-08-291-0/+43
* Provide consistent error causes whenever an ABORT chunk is sent.Michael Tuexen2015-07-271-1/+4
* Fix several problems with Stream Reset.Randall Stewart2015-07-221-1/+2
* Add FIB support for SCTP.Michael Tuexen2015-06-171-4/+4
* Some more debug info cleanup.Michael Tuexen2015-05-281-10/+20
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-4/+4
* Address some compiler warnings. No functional change.Michael Tuexen2015-05-281-3/+2
* Fix an accounting bug related to the per stream chunk counter.Michael Tuexen2015-03-241-6/+2
* Keep track on the socket lock state. This fixes a bug showing up onMichael Tuexen2015-03-101-8/+12
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* Remove dead code.Michael Tuexen2015-01-121-10/+0
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-4/+18
* Don't check twice that inp is not NULL.Michael Tuexen2014-12-211-12/+3
* Fix the support of mapped IPv4 addresses.Michael Tuexen2014-12-061-27/+45
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-5/+5
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-26/+26
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-26/+26
* Add context pointer and source address to the UDP tunnel callbackBryan Venteicher2014-10-101-3/+4
* Add a explict cast to silence a warning when buildingMichael Tuexen2014-09-161-2/+2
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-2/+2
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+33
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-6/+8
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-1/+2
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-1/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-1/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-1/+2
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-1/+1
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to beMichael Tuexen2014-08-011-35/+20
* Initialize notification strucuture. This was missed in an earlier commitMichael Tuexen2014-07-241-0/+2
* Initialize SCTP cmsg's and notification's buffer before copying outXin LI2014-07-081-27/+28
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-0/+8
* Send also a packet containing an ABORT chunk in response to an OOTB packetMichael Tuexen2014-04-201-3/+0
* Send the correct error cause, when a DATA chunk with no user dataMichael Tuexen2014-04-191-0/+19
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-11/+17
* Address some warnings which showed up on the userland version.Michael Tuexen2013-12-271-2/+2
* Use htons()/ntohs() appropriately.Michael Tuexen2013-11-071-2/+2
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-3/+15
* Remove redundant field pr_sctp_on.Michael Tuexen2013-09-031-1/+0
* Use LIST_EMPTY when appropriate.Michael Tuexen2013-06-021-2/+2
* Remove redundant checks.Michael Tuexen2013-05-281-6/+6
* Set errno to ETIMEDOUT if an SCTP association times out duringMichael Tuexen2013-05-171-2/+8
* Fix a potential race in returning setting errno when anMichael Tuexen2013-02-271-1/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-70/+55
* Fix a copy and paste error.Michael Tuexen2012-12-271-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-17/+17
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-171-52/+80
* Get the accounting working. We now have counters how manyMichael Tuexen2012-11-161-1/+2
* Add per outgoing stream accounting for chunks in the sendMichael Tuexen2012-11-071-0/+16
* Fix possible spurious sbunlock in sctp_sorecvmsg.Mateusz Guzik2012-11-061-1/+1
* Move from early SSN assignment to late SSN assignment.Michael Tuexen2012-11-051-67/+59