summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-4/+4
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-3/+3
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-3/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-7/+7
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to beMichael Tuexen2014-08-011-1/+1
* Initialize SCTP cmsg's and notification's buffer before copying outXin LI2014-07-081-0/+5
* Don't free an mbuf twice. This only happens in very rare errorMichael Tuexen2014-04-231-1/+15
* Add consistency checks to ensure that fragments of a user messageMichael Tuexen2014-04-201-1/+36
* Use consistently debug output instead of an unconditional printf.Michael Tuexen2014-04-191-1/+1
* Send the correct error cause, when a DATA chunk with no user dataMichael Tuexen2014-04-191-1/+16
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-491/+153
* Remove a stray write operation.Michael Tuexen2013-11-161-1/+0
* When computing the partial delivery point, take theMichael Tuexen2013-09-071-3/+2
* Remove redundant field pr_sctp_on.Michael Tuexen2013-09-031-1/+1
* Make the features a 64-bit value instead of 32-bit.Michael Tuexen2013-08-121-1/+0
* Code cleanups.Michael Tuexen2013-07-031-2/+0
* Don't send kernel provided information in the User InitiatedMichael Tuexen2013-02-111-12/+4
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-091-17/+17
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-29/+29
* Get the accounting working. We now have counters how manyMichael Tuexen2012-11-161-11/+19
* Add per outgoing stream accounting for chunks in the sendMichael Tuexen2012-11-071-5/+17
* Add some missing changes missed in the last commit.Michael Tuexen2012-11-071-3/+5
* Improve PR-SCTP if used in combination with NR-SACK.Michael Tuexen2012-11-071-2/+5
* Don't include a structure containing a flexible array in anotherMichael Tuexen2012-09-071-1/+1
* Using %p in a format string requires a void *.Michael Tuexen2012-09-051-1/+1
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-2/+4
* Whitespace cleanup.Michael Tuexen2012-06-251-8/+8
* Pass the packet length explicitly around.Michael Tuexen2012-06-241-1/+1
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-141-4/+12
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+2
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationsMichael Tuexen2012-05-131-6/+3
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications asMichael Tuexen2012-05-131-2/+2
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-121-52/+23
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.Michael Tuexen2012-05-041-18/+18
* Fix a bug where we copy out more data from a mbuf chain that areMichael Tuexen2012-04-191-4/+6
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-21/+11
* Fix unused parameter warnings.Michael Tuexen2011-12-171-36/+19
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-48/+127
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-25/+87
* Get rid of unused functions.Michael Tuexen2011-05-291-43/+0
* Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen2011-05-081-9/+9
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-27/+53
* Improvements to CC modules:Randall Stewart2011-02-261-0/+26
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-8/+12
* More ECN fixes:Randall Stewart2011-01-311-182/+5
* Fixes to ECN in SCTP.Randall Stewart2011-01-291-0/+8
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrosMichael Tuexen2010-12-301-152/+88
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,Michael Tuexen2010-12-301-261/+183
* Improve plausibility check in sctp_handle_sack().Michael Tuexen2010-12-221-29/+21