summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in field names of struct sctp_extrcvinfo.tuexen2015-11-061-14/+14
* Use __func__ instead of __FUNCTION__.tuexen2015-10-191-4/+4
* Add a NULL pointer check to silence the clang code analyzer.tuexen2015-09-041-0/+3
* Use 5 times RTO.Max as the default for the shutdown guard timertuexen2015-08-291-1/+5
* Fix the exporting of SCTP association states to userland. Without this,tuexen2015-08-291-0/+43
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-1/+4
* Fix several problems with Stream Reset.rrs2015-07-221-1/+2
* Add FIB support for SCTP.tuexen2015-06-171-4/+4
* Some more debug info cleanup.tuexen2015-05-281-10/+20
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-4/+4
* Address some compiler warnings. No functional change.tuexen2015-05-281-3/+2
* Fix an accounting bug related to the per stream chunk counter.tuexen2015-03-241-6/+2
* Keep track on the socket lock state. This fixes a bug showing up ontuexen2015-03-101-8/+12
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+1
* Remove dead code.tuexen2015-01-121-10/+0
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-4/+18
* Don't check twice that inp is not NULL.tuexen2014-12-211-12/+3
* Fix the support of mapped IPv4 addresses.tuexen2014-12-061-27/+45
* This is the SCTP specific companion oftuexen2014-12-041-5/+5
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-021-26/+26
* Merge from projects/sendfile:glebius2014-11-301-26/+26
* Add context pointer and source address to the UDP tunnel callbackbryanv2014-10-101-3/+4
* Add a explict cast to silence a warning when buildingtuexen2014-09-161-2/+2
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-2/+2
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+33
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-6/+8
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-1/+2
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-1/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-1/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-1/+2
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-1/+1
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to betuexen2014-08-011-35/+20
* Initialize notification strucuture. This was missed in an earlier committuexen2014-07-241-0/+2
* Initialize SCTP cmsg's and notification's buffer before copying outdelphij2014-07-081-27/+28
* Honor jails for unbound SCTP sockets when selecting source addresses,tuexen2014-06-201-0/+8
* Send also a packet containing an ABORT chunk in response to an OOTB packettuexen2014-04-201-3/+0
* Send the correct error cause, when a DATA chunk with no user datatuexen2014-04-191-0/+19
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-11/+17
* Address some warnings which showed up on the userland version.tuexen2013-12-271-2/+2
* Use htons()/ntohs() appropriately.tuexen2013-11-071-2/+2
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-021-3/+15
* 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
OpenPOWER on IntegriCloud