summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use the proper increment macro when increasing therrs2010-06-051-3/+4
* More PR-SCTP bugs:rrs2010-05-121-2/+3
* Get rid of unused constants.tuexen2010-05-121-8/+0
* This fixes PR-SCTP issues:rrs2010-05-121-36/+13
* Undo my lastest fix since that wasn't one at all.tuexen2010-04-251-19/+19
* * Fix compilation when using SCTP_AUDITING_ENABLED.tuexen2010-04-231-38/+20
* Update highest_tsn variables when sliding mapping arrays.tuexen2010-04-201-0/+6
* Get delayed SACK working again.tuexen2010-04-191-0/+4
* Fix a bug where SACKs are not sent when they should.tuexen2010-04-171-8/+13
* Fix a off-by-one bug in zeroing out the mapping arrays.tuexen2010-04-061-3/+2
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-251/+193
* Fix for NR-Sack code. The code was NOT working properly whenrrs2010-03-241-592/+125
* Fixes a bug where SACKs in the face ofrrs2010-03-231-35/+1
* Use uint32_t instead of u_long.tuexen2010-02-181-3/+3
* Get rid of a lot of duplicated code for NR-SACK handle.tuexen2010-01-171-1857/+153
* This fixes a bug where the value set by SCTP_PARTIAL_DELIVERY_POINTtuexen2009-08-241-3/+3
* This fixes two bugs in the NR-Sack code:rrs2009-08-241-460/+255
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-11/+22
* Turns out that when a receiver forwards through its TNS's therrs2009-07-281-9/+15
* Fix the handling of unordered messages when usingtuexen2009-07-271-1/+7
* Changes to the NR-Sack code so that:rrs2009-06-171-205/+131
* Move the flight size reduction to right afterrrs2009-04-141-22/+22
* Fix a FR bug. When doing PR-SCTP with number rtxrrs2009-04-081-13/+19
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-143/+189
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-80/+146
* Fixes for window probes:rrs2009-03-061-49/+69
* - PR-SCTP bug, where the CUM-ACK was not being updatedrrs2009-03-041-14/+24
* Code from the hack-session known as the IETF (and arrs2008-12-061-79/+2717
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-121-6/+7
* - Make strict-sacks be the default.rrs2008-08-281-1/+10
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-0/+4
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-177/+123
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-2/+2
* Protection against errant sender sending a streamrrs2008-04-141-1/+7
* - Fixes a comparison wrap issue with sack gap ack blocks thatrrs2008-01-281-1/+1
* - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions.rrs2007-11-101-2/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-3/+6
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-2/+7
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-0/+13
* - send call has a reference to uio->uio_resid inrrs2007-09-081-16/+20
* - Locking compatiability changes. This involves addingrrs2007-09-081-50/+123
* - During shutdown pending, when the last sack came in andrrs2007-08-271-84/+86
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-22/+36
* - remove duplicate code from sctp_asconf.crrs2007-07-211-0/+1
* - added pre-checks to the bindx call.rrs2007-07-171-98/+110
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-469/+21
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-11/+15
* - When a SCTP socket is closed, but the last datarrs2007-06-291-13/+0
* - Fix stream reset so it limits the number of streams that can be listedrrs2007-06-221-5/+12
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-1/+1
OpenPOWER on IntegriCloud