summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-9/+3
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-3/+3
* Fix another RFC 6458 issue. Spotted by Irene Ruengeler.tuexen2012-05-031-1/+1
* Use the same pattern for mbuf logging everywhere.tuexen2012-04-191-24/+8
* Make stream our stream reset implementationrrs2012-03-291-8/+109
* Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4tuexen2012-03-281-9/+35
* Fix a bug where the wrong protocol overhead was used. This can leadtuexen2012-02-141-25/+62
* Two cleanups. No functional change.tuexen2012-01-151-2/+2
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-2/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-67/+40
* Fix unused parameter warnings.tuexen2011-12-171-49/+43
OpenPOWER on IntegriCloud