summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs, which result in a panic when calling getsockopt()Michael Tuexen2012-01-141-2/+2
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-34/+27
* Fix unused parameter warnings.Michael Tuexen2011-12-171-11/+8
* Fix a bug reported by Irene Ruengeler which resulted in not sendingMichael Tuexen2011-12-101-0/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-1/+169
* Use the most significant 6 bits of the dscp instead of the leastMichael Tuexen2011-10-111-7/+7
* Fix the enabling/disabling of Heartbeats and path MTUMichael Tuexen2011-09-171-19/+29
* Make sure that SCTP rejects broadcast, multicast and wildcard addressesMichael Tuexen2011-09-151-1/+1
* Ensure that 1-to-1 style SCTP sockets can only be connected once.Michael Tuexen2011-09-141-9/+5
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-09-141-28/+48
* Fix the handling of [gs]etsockopt() unconnected 1-to-1 style sockets.Michael Tuexen2011-08-161-37/+114
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-08-141-23/+14
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-100/+410
* Add the missing sca_keylength field to the sctp_authkey structure,Michael Tuexen2011-06-301-1/+11
* Add SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2011-06-161-0/+74
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-435/+1054
* Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.Michael Tuexen2011-05-171-0/+1
* Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen2011-05-081-1/+1
* Implement Resource Pooling V2 and an MPTCP like congestionMichael Tuexen2011-05-041-8/+12
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-55/+184
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-0/+4
* Improvements to CC modules:Randall Stewart2011-02-261-0/+43
* * Fix several bugs where the scaled versions of srtt and rttvarMichael Tuexen2011-02-241-2/+2
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* Fix several bugs in the stream schedulers.Michael Tuexen2011-02-031-2/+2
* Fix the per CPU stats so that:Randall Stewart2011-02-031-2/+3
* Make SCTP_MAX_BURST compliant with the latest version ofMichael Tuexen2011-01-261-13/+22
* Change infrastructure for SCTP_MAX_BURST to allow complianceMichael Tuexen2011-01-261-4/+6
* Add stream scheduling support.Michael Tuexen2011-01-231-22/+116
* Improve comments.Michael Tuexen2011-01-201-5/+5
* Fix it so we align with new socket API draft forRandall Stewart2011-01-201-2/+20
* Cleanup the management of CC functions.Michael Tuexen2011-01-191-59/+10
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,Michael Tuexen2010-12-301-3/+3
* Improve plausibility check in sctp_handle_sack().Michael Tuexen2010-12-221-9/+9
* Add an SCTP socket option to retrieve the number of timeoutsMichael Tuexen2010-11-161-0/+23
* Do not have the MTU table twice in the code. Therefore move theMichael Tuexen2010-11-071-1/+1
* Remove old debug code.Michael Tuexen2010-09-151-16/+0
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-69/+26
* Fix a rece condition in the shutdown handling.Michael Tuexen2010-06-181-0/+19
* 3 Fixes -Randall Stewart2010-06-111-0/+3
* Bruce's fix for some return's inRandall Stewart2010-06-061-0/+8
* This fixes a bug with the one-2-one model socket when aRandall Stewart2010-05-111-1/+6
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-2/+2
* * Fix another u_long -> uint32_t issue.Michael Tuexen2010-02-191-0/+11
* Bug fix: If the allocation of a socket failed and weRandall Stewart2010-01-171-1/+7
* This change syncs up the socketAPI stream-resetRandall Stewart2010-01-171-2/+2
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,Michael Tuexen2009-11-171-1/+1
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-171-1/+1
* Fix a bug reported by Daniel Mentz:Michael Tuexen2009-09-161-2/+7
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-041-2/+4