summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the source address selection for boundall socketstuexen2011-05-141-44/+152
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-32/+53
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-653/+780
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-1/+4
* Improvements to CC modules:rrs2011-02-261-0/+7
* Fix bugs related to M_FLOWID:tuexen2011-02-071-8/+6
* If not set (due to some error Michael is working onrrs2011-02-071-0/+12
* Add support for M_FLOWID.tuexen2011-02-051-10/+41
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* Fix several bugs in the stream schedulers.tuexen2011-02-031-1/+1
* Make sure that changing the ECN sysctl does not affecttuexen2011-02-031-27/+14
* 1) Move per John Baldwin to mp_maxidrrs2011-02-031-3/+7
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-1/+23
* More ECN fixes:rrs2011-01-311-77/+6
* Fixes to ECN in SCTP.rrs2011-01-291-19/+58
* Fix a bug in the way ECN-Echo chunkrrs2011-01-281-1/+16
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-24/+29
* Add stream scheduling support.tuexen2011-01-231-128/+17
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-301-13/+10
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-26/+10
* Fix three bugs related to the sequence number wrap-around affectingtuexen2010-12-301-1/+1
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-9/+9
* Take out special code for disable CRC computations ontuexen2010-11-141-9/+3
* Fix more issues with the SACK/NR-SACK generation code.tuexen2010-11-121-21/+24
* Fix the SACK/NR-SACK generation code.tuexen2010-11-111-9/+8
* * Fix an accounting bug regarding SACK/NR-SACK chunks.tuexen2010-11-061-56/+22
* Fix a bug where the wrong PR-SCTP policy was considered.tuexen2010-09-171-1/+1
* * Implement initial version of send buffer splitting.tuexen2010-09-171-1/+18
* Remove old debug code.tuexen2010-09-151-11/+0
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-87/+78
* * Remove code which has no effect.tuexen2010-09-091-108/+61
* Implement correct handling of address parameter andtuexen2010-09-051-121/+61
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-3/+10
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-72/+88
* Bugfix: Do not send a packet drop report in response to a receivedtuexen2010-08-281-3/+6
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-44/+56
* Fix a bug where endpoints bound to wildcard addresses wheretuexen2010-08-051-0/+36
* Cleanup code.tuexen2010-08-011-2/+1
* Fix the comment block that has the nicerrs2010-07-291-12/+22
* PR SCTP Bugs. Basically a full sized frame ofrrs2010-07-291-3/+6
* Fix a bug where the length of a FORWARD-TSN chunk was set incorrectly intuexen2010-07-261-4/+2
OpenPOWER on IntegriCloud