summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud