summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* When computing the partial delivery point, take thetuexen2013-09-071-3/+2
* Remove redundant field pr_sctp_on.tuexen2013-09-031-1/+1
* Make the features a 64-bit value instead of 32-bit.tuexen2013-08-121-1/+0
* Code cleanups.tuexen2013-07-031-2/+0
* Don't send kernel provided information in the User Initiatedtuexen2013-02-111-12/+4
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-17/+17
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-29/+29
* Get the accounting working. We now have counters how manytuexen2012-11-161-11/+19
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-071-5/+17
* Add some missing changes missed in the last commit.tuexen2012-11-071-3/+5
* Improve PR-SCTP if used in combination with NR-SACK.tuexen2012-11-071-2/+5
* Don't include a structure containing a flexible array in anothertuexen2012-09-071-1/+1
* Using %p in a format string requires a void *.tuexen2012-09-051-1/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-2/+4
* Whitespace cleanup.tuexen2012-06-251-8/+8
* Pass the packet length explicitly around.tuexen2012-06-241-1/+1
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-4/+12
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-6/+3
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications astuexen2012-05-131-2/+2
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-52/+23
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-18/+18
* Fix a bug where we copy out more data from a mbuf chain that aretuexen2012-04-191-4/+6
* 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
OpenPOWER on IntegriCloud