summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a warning reported by arundel@.tuexen2011-11-271-5/+5
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+24
* Initialize all components of the sent COOKIE.tuexen2011-11-061-0/+4
* Send out control chunks which have no specific destination.tuexen2011-10-271-12/+36
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-3/+3
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-141-17/+12
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-27/+55
* Improve implementation of the Nagle algorithm for SCTP:tuexen2011-09-091-6/+12
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-141-2/+2
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-299/+159
* Add support for the newly added SCTP API.tuexen2011-06-151-112/+345
* Unbreak INET-less build.tuexen2011-05-181-1/+1
* Fix whitespacing.tuexen2011-05-171-23/+23
OpenPOWER on IntegriCloud