summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Use the most significant 6 bits of the dscp instead of the leasttuexen2011-10-111-7/+7
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-171-19/+29
* Make sure that SCTP rejects broadcast, multicast and wildcard addressestuexen2011-09-151-1/+1
* Ensure that 1-to-1 style SCTP sockets can only be connected once.tuexen2011-09-141-9/+5
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-28/+48
* Fix the handling of [gs]etsockopt() unconnected 1-to-1 style sockets.tuexen2011-08-161-37/+114
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-141-23/+14
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-100/+410
* Add the missing sca_keylength field to the sctp_authkey structure,tuexen2011-06-301-1/+11
* Add SCTP_DEFAULT_PRINFO socket option.tuexen2011-06-161-0/+74
* Add support for the newly added SCTP API.tuexen2011-06-151-435/+1054
* Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.tuexen2011-05-171-0/+1
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-1/+1
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-041-8/+12
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-55/+184
* Adds a new Congestion Control that helps reducerrs2011-03-011-0/+4
* Improvements to CC modules:rrs2011-02-261-0/+43
* * Fix several bugs where the scaled versions of srtt and rttvartuexen2011-02-241-2/+2
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* Fix several bugs in the stream schedulers.tuexen2011-02-031-2/+2
* Fix the per CPU stats so that:rrs2011-02-031-2/+3
* Make SCTP_MAX_BURST compliant with the latest version oftuexen2011-01-261-13/+22
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-4/+6
* Add stream scheduling support.tuexen2011-01-231-22/+116
* Improve comments.tuexen2011-01-201-5/+5
* Fix it so we align with new socket API draft forrrs2011-01-201-2/+20
* Cleanup the management of CC functions.tuexen2011-01-191-59/+10
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-3/+3
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-9/+9
* Add an SCTP socket option to retrieve the number of timeoutstuexen2010-11-161-0/+23
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-071-1/+1
* Remove old debug code.tuexen2010-09-151-16/+0
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-69/+26
* Fix a rece condition in the shutdown handling.tuexen2010-06-181-0/+19
* 3 Fixes -rrs2010-06-111-0/+3
* Bruce's fix for some return's inrrs2010-06-061-0/+8
* This fixes a bug with the one-2-one model socket when arrs2010-05-111-1/+6
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-2/+2
* * Fix another u_long -> uint32_t issue.tuexen2010-02-191-0/+11
* Bug fix: If the allocation of a socket failed and werrs2010-01-171-1/+7
* This change syncs up the socketAPI stream-resetrrs2010-01-171-2/+2
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-171-1/+1
* Support for VNET in SCTP (hopefully)rrs2009-09-171-1/+1
* Fix a bug reported by Daniel Mentz:tuexen2009-09-161-2/+7
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-2/+4
* Fix the add stream feature of strm-reset to really work:rrs2009-02-271-4/+49
* Add the add-stream capability. Still needs morerrs2009-02-201-2/+59
* Have the jail code use the error returned to pass not constantrrs2009-02-131-20/+16
* - Cleanup checksum code.rrs2009-02-031-0/+22
* Code from the hack-session known as the IETF (and arrs2008-12-061-16/+123
OpenPOWER on IntegriCloud