summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* Stop processing of a SACK when the association has been aborted.tuexen2015-12-211-0/+1
* Ensure that outgoing streams get reset when they run dry.tuexen2015-12-031-0/+15
* Use the correct length. The wrong one was too large.tuexen2015-11-061-1/+1
* Fix typos in field names of struct sctp_extrcvinfo.tuexen2015-11-061-8/+8
* Cleanup the handling of error causes for ERROR chunks. This fixestuexen2015-09-121-39/+25
* Ensure that ERROR chunks are always padded by implementing thistuexen2015-09-111-5/+1
* Don't take the port numbers for packets containing ABORT chunks fromtuexen2015-08-021-19/+5
* Fix a typo reported by Erik Cederstrand.tuexen2015-07-281-1/+1
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-1/+4
* Improve locking on Mac OS X. This does not change the functionalitytuexen2015-07-261-2/+25
* Fix and improve a debug message. The SID was reported as an SSN.tuexen2015-07-261-4/+4
* Fix several problems with Stream Reset.rrs2015-07-221-0/+1
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-28/+34
* Address some compiler warnings. No functional change.tuexen2015-05-281-3/+9
* Don't panic under INVARIANTS when receiving a SACK which cumackstuexen2015-04-261-9/+2
* Fix the bug in the handling of fragmented abandoned SCTP user messages report...tuexen2015-03-241-3/+5
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-7/+1
* This is the SCTP specific companion oftuexen2014-12-041-4/+4
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-021-3/+3
* Merge from projects/sendfile:glebius2014-11-301-3/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-7/+7
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to betuexen2014-08-011-1/+1
* Initialize SCTP cmsg's and notification's buffer before copying outdelphij2014-07-081-0/+5
* Don't free an mbuf twice. This only happens in very rare errortuexen2014-04-231-1/+15
* Add consistency checks to ensure that fragments of a user messagetuexen2014-04-201-1/+36
* Use consistently debug output instead of an unconditional printf.tuexen2014-04-191-1/+1
* Send the correct error cause, when a DATA chunk with no user datatuexen2014-04-191-1/+16
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-491/+153
* Remove a stray write operation.tuexen2013-11-161-1/+0
* 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
OpenPOWER on IntegriCloud