aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the handling of error causes for ERROR chunks. This fixesMichael Tuexen2015-09-121-39/+25
* Ensure that ERROR chunks are always padded by implementing thisMichael Tuexen2015-09-111-5/+1
* Don't take the port numbers for packets containing ABORT chunks fromMichael Tuexen2015-08-021-19/+5
* Fix a typo reported by Erik Cederstrand.Michael Tuexen2015-07-281-1/+1
* Provide consistent error causes whenever an ABORT chunk is sent.Michael Tuexen2015-07-271-1/+4
* Improve locking on Mac OS X. This does not change the functionalityMichael Tuexen2015-07-261-2/+25
* Fix and improve a debug message. The SID was reported as an SSN.Michael Tuexen2015-07-261-4/+4
* Fix several problems with Stream Reset.Randall Stewart2015-07-221-0/+1
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-28/+34
* Address some compiler warnings. No functional change.Michael Tuexen2015-05-281-3/+9
* Don't panic under INVARIANTS when receiving a SACK which cumacksMichael Tuexen2015-04-261-9/+2
* Fix the bug in the handling of fragmented abandoned SCTP user messages report...Michael Tuexen2015-03-241-3/+5
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-7/+1
* 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