summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-21/+11
* Fix unused parameter warnings.tuexen2011-12-171-36/+19
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-48/+127
* Add support for the newly added SCTP API.tuexen2011-06-151-25/+87
* Get rid of unused functions.tuexen2011-05-291-43/+0
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-9/+9
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-27/+53
* Improvements to CC modules:rrs2011-02-261-0/+26
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-8/+12
* More ECN fixes:rrs2011-01-311-182/+5
* Fixes to ECN in SCTP.rrs2011-01-291-0/+8
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-301-152/+88
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-261/+183
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-29/+21
* Bugfix: Take also the nr-mapping array into account when detectingtuexen2010-12-161-5/+7
* Add a missing cast. Reported by blade_ly at yahoo.com.cn.tuexen2010-12-161-1/+1
* Fix a bug where also the number of non-renegable gap reportstuexen2010-12-041-47/+22
* Not only stop all timers when entering the SHUTDOWN_SENT state,tuexen2010-11-071-2/+2
* Fix a locking issue which resulted in aborted associationstuexen2010-09-201-4/+4
* Fix a bug where the wrong PR-SCTP policy was considered.tuexen2010-09-171-7/+1
* Use TAILQ_EMPTY() for testing if a tail queue is empty.tuexen2010-09-151-4/+5
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-10/+17
* PR SCTP Bugs. Basically a full sized frame ofrrs2010-07-291-15/+16
* BUG:Turns out we need to use both bit mapsrrs2010-06-091-11/+1
* 2 Bugs:rrs2010-06-081-2/+20
* This fixes a BUG in the handling of the cum-ack calculation.rrs2010-06-071-7/+12
* 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
OpenPOWER on IntegriCloud