aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced by the implementation of I-DATA support.Michael Tuexen2016-05-131-2/+10
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().Michael Tuexen2016-04-301-2/+6
* Don't assign, just compare...Michael Tuexen2016-04-291-2/+2
* Add support for handling ICMP and ICMP6 messages sent in responseMichael Tuexen2016-04-291-2/+264
* Complete the UDP tunneling of ICMP msgs to those protocolsRandall Stewart2016-04-281-2/+2
* Remove a function, which is not used anymore.Michael Tuexen2016-04-231-153/+0
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-181-3/+9
* Put panic() calls under INVARIANTS.Michael Tuexen2016-04-181-0/+4
* A couple of minor changes that I missed that Michael had done, most notedRandall Stewart2016-04-071-1/+1
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-56/+60
* Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen2016-03-271-30/+36
* Add const to several constants. Thanks to Nicholas Nethercote forMichael Tuexen2016-03-231-2/+2
* Whitespace changes.Michael Tuexen2016-02-161-1/+4
* Improve the teardown of the SCTP stack.Michael Tuexen2016-02-161-1/+17
* Store the timer type for logging, because the timer can be freedMichael Tuexen2016-01-131-8/+9
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-2/+2
* When receiving an SCTP/UDP packet and the interface performedMichael Tuexen2015-11-261-0/+12
* Fix typos in field names of struct sctp_extrcvinfo.Michael Tuexen2015-11-061-14/+14
* Use __func__ instead of __FUNCTION__.Michael Tuexen2015-10-191-4/+4
* Add a NULL pointer check to silence the clang code analyzer.Michael Tuexen2015-09-041-0/+3
* Use 5 times RTO.Max as the default for the shutdown guard timerMichael Tuexen2015-08-291-1/+5
* 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