summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an unused parameter.tuexen2012-06-021-2/+2
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Support SCTP_REMOTE_ERROR notification.tuexen2012-05-131-0/+60
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-27/+35
* Remove unused constants.tuexen2012-05-131-12/+0
* Use ECONNABORTED in cases where the ABORT was sent to the peer.tuexen2012-05-131-16/+33
* Ensure the user can read COMM_LOST notifications on 1-to-1 style sockets.tuexen2012-05-131-117/+95
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-39/+55
* Only provide the supported features in the SCTP_ASSOC_CHANGE notiftuexen2012-05-111-20/+27
* Address clang warnings.tuexen2012-05-061-3/+6
* Add support for the sac_info field in struct sctp_assoc_changetuexen2012-05-061-1/+17
* Remove debug code.tuexen2012-05-061-3/+0
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.tuexen2012-05-061-46/+104
* Provide the flags in the SCTP stream reconfig related notificationtuexen2012-05-051-0/+8
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT astuexen2012-05-041-2/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-9/+9
* Fix a type in an SCTP AUTH related notification. Keep the old nametuexen2012-04-261-1/+1
* Use the flags defined in RFC 6525 in the stream reset event.tuexen2012-04-231-4/+4
* Fix check used by stream reset related events.tuexen2012-04-211-3/+3
* Fix reported errno.tuexen2012-04-191-2/+2
* Make stream our stream reset implementationrrs2012-03-291-31/+81
* Small cleanup of the code. No functional change (in FreeBSD kernel).tuexen2012-03-221-17/+20
* Two cleanups. No functional change.tuexen2012-01-151-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-1/+10
* Use NULL instead of 0.tuexen2012-01-061-1/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-35/+37
* Fix unused parameter warnings.tuexen2011-12-171-44/+35
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+1
* Update the inp stored in a HB-timer when moving an stcb to a new inp.tuexen2011-10-091-1/+1
* Cleanup the iterator code, remove code that is never executed.tuexen2011-09-191-7/+0
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-171-0/+3
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-0/+26
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-141-33/+5
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-9/+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-139/+43
* Add support for the newly added SCTP API.tuexen2011-06-151-12/+16
OpenPOWER on IntegriCloud