summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Make stream our stream reset implementationrrs2012-03-291-114/+163
* Clean up, no functional change.tuexen2012-03-151-16/+11
* Remove two clang warnings.tuexen2012-02-181-1/+1
* Fix two bugs, which result in a panic when calling getsockopt()tuexen2012-01-141-2/+2
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-34/+27
* Fix unused parameter warnings.tuexen2011-12-171-11/+8
* Fix a bug reported by Irene Ruengeler which resulted in not sendingtuexen2011-12-101-0/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-1/+169
* 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
OpenPOWER on IntegriCloud