summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the support of mapped IPv4 addresses.Michael Tuexen2014-12-061-151/+371
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-4/+4
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-4/+4
* Ensure that the number of stream reported in srs_number_streams isMichael Tuexen2014-10-081-0/+6
* Use a consistent type for the number of HMAC algorithms.Michael Tuexen2014-09-161-2/+3
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-3/+3
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+66
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-0/+140
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-3/+59
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+56
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-0/+56
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+56
* Fix a copy and paste error.Michael Tuexen2014-08-021-1/+1
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-0/+56
* Integrate upstream changes.Michael Tuexen2014-07-111-2/+2
* Fix a bug which incorrectly allowed two listening SCTP sockets onMichael Tuexen2014-06-201-21/+20
* Fix a bug in the setsockopt()-handling of the SCTPMichael Tuexen2014-06-201-3/+3
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-0/+45
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-25/+2
* Address some warnings which showed up on the userland version.Michael Tuexen2013-12-271-1/+1
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-3/+27
* Fis the value of *optlen when calling getsockopt() forMichael Tuexen2013-10-281-1/+1
* Remove a buggy comparision when setting manually the path MTU.Michael Tuexen2013-10-151-10/+6
* Micro-optimization suggested inMichael Tuexen2013-08-011-4/+3
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-111-0/+1
* Don't send kernel provided information in the User InitiatedMichael Tuexen2013-02-111-22/+10
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-22/+40
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-091-17/+16
* Some cleanups.Michael Tuexen2012-12-271-15/+9
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Allow shutdown() to be used on fds returned from sctp_peeloff().Michael Tuexen2012-11-261-1/+2
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-1/+1
* Changes which improve compilation if neither INET nor INET6 is defined.Michael Tuexen2012-07-151-10/+4
* #ifdef INET and INET6 consistently. This also fixes a bug, whereMichael Tuexen2012-07-151-1/+1
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-4/+4
* Whitespace cleanup.Michael Tuexen2012-06-251-4/+4
* Remove redundant #ifdef. Reported by gnn@.Michael Tuexen2012-06-211-2/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+3
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications asMichael Tuexen2012-05-131-9/+9
* Use ECONNABORTED in cases where the ABORT was sent to the peer.Michael Tuexen2012-05-131-1/+1
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-121-6/+2
* Address clang warnings.Michael Tuexen2012-05-061-4/+2
* Remove debug code.Michael Tuexen2012-05-061-10/+0
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.Michael Tuexen2012-05-061-0/+6
* Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC,Michael Tuexen2012-05-051-19/+15
* Add support for the SCTP_ENABLE_STREAM_RESET socket option toMichael Tuexen2012-05-041-5/+30
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT asMichael Tuexen2012-05-041-0/+12
* Add support for missing gauth_number_of_chunks field. This Bug wasMichael Tuexen2012-04-301-0/+3
* Whitespace changes.Michael Tuexen2012-04-281-3/+0
* Whitespace changes.Michael Tuexen2012-04-191-1/+1