summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-1/+10
* Put the offset of the CRC32C in csum_data instead of 0.tuexen2014-03-121-4/+4
* Remove redundant code and fix a style error.tuexen2014-02-201-2/+0
* Use SCTP_PR_SCTP_TTL when the user provides a positivetuexen2013-11-161-5/+9
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-021-2/+15
* Fix the aborting of association with the iterator using an emptytuexen2013-09-091-37/+35
* Remove redundant field pr_sctp_on.tuexen2013-09-031-8/+1
* Use uint16_t instead of in_port_t for consistency with the SCTP code.tuexen2013-09-021-1/+1
* Don't send uninitialized memory (two instances of 4 bytes) intuexen2013-08-141-0/+8
* Make the features a 64-bit value instead of 32-bit.tuexen2013-08-121-1/+1
* Get the code compiling without INET and INET6 being defined.tuexen2013-07-191-4/+0
* Don't send an ABORT chunk with verification 0.tuexen2013-05-171-2/+10
* Send the adaptation layer indication only if set by the user.tuexen2013-02-111-18/+22
* Don't send kernel provided information in the User Initiatedtuexen2013-02-111-2/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-128/+50
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-7/+9
* Get it compiling without INET and INET6 support (mainly userland stack).tuexen2012-12-081-0/+4
* Use correct padding of the ABORT chunk in case of an user initiatedtuexen2012-12-081-21/+32
* Ensure that the padding of the last parameter of an INIT chunktuexen2012-12-081-143/+182
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-42/+42
* Get the accounting working. We now have counters how manytuexen2012-11-161-3/+7
* Add some missing changes missed in the last commit.tuexen2012-11-071-1/+2
* Move from early SSN assignment to late SSN assignment.tuexen2012-11-051-19/+8
* Add braces (as used elsewhere in the SCTP code).tuexen2012-10-291-2/+2
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-4/+4
* Declare a static function as such.tuexen2012-09-231-1/+1
* Small cleanups. No functional change.tuexen2012-09-221-28/+11
* Using %p in a format string requires a void *.tuexen2012-09-051-6/+6
* Use the consistenly the size of a variable. This helps to keep the codetuexen2012-09-041-21/+21
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-151-1/+8
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-2/+4
* Fix a bug introduced in r237715.tuexen2012-07-091-0/+1
* Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT.tuexen2012-07-041-4/+12
* Use CSUM_SCTP_IPV6 for IPv6.tuexen2012-07-041-2/+2
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-041-7/+2
* Remove dead code (on FreeBSD) as suggested by glebius@.tuexen2012-07-021-8/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-176/+93
* Whitespace cleanup.tuexen2012-06-251-5/+5
* Pass the packet length explicitly around.tuexen2012-06-241-26/+5
* Do packet logging in a consistent way.tuexen2012-06-241-18/+18
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-29/+66
* Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.tuexen2012-06-121-601/+128
* Honor sysctl for TTL.tuexen2012-06-021-3/+3
* Don't request data from the IPv6 layer, which is not used.tuexen2012-06-021-26/+3
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-301-4/+4
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-261-16/+4
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Support SCTP_EOF also for 1-to-1 style sockets.tuexen2012-05-171-2/+1
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-6/+5
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications astuexen2012-05-131-2/+1
OpenPOWER on IntegriCloud