summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-6/+6
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-7/+7
* Get the accounting working. We now have counters how manytuexen2012-11-161-0/+1
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-071-0/+7
* Move from early SSN assignment to late SSN assignment.tuexen2012-11-051-3/+3
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+1
* Fix a bug related to handling Re-config chunks. It is not true thattuexen2012-09-221-17/+0
* s/teh/the/geadler2012-09-141-1/+1
* Don't include a structure containing a flexible array in anothertuexen2012-09-071-10/+9
* Using %p in a format string requires a void *.tuexen2012-09-051-14/+14
* Fix a bug found by dim@:tuexen2012-08-061-1/+1
* Use case for selecting the address family (as in other places).tuexen2012-07-141-8/+6
* Iniitialize a variable.tuexen2012-07-031-1/+1
* Move common code parts to sctp_common_input_processing().tuexen2012-07-021-163/+168
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-117/+117
* Unify sctp_input() and sctp6_input().tuexen2012-06-251-77/+35
* Whitespace cleanup.tuexen2012-06-251-53/+53
* Pass the packet length explicitly around.tuexen2012-06-241-1/+1
* Remove redundant check.tuexen2012-06-241-11/+3
* Do packet logging in a consistent way.tuexen2012-06-241-2/+2
* Add rate limitation for SCTP OOTB responses.tuexen2012-06-181-8/+1
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-47/+141
* Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.tuexen2012-06-121-2/+2
* Remove an unused parameter.tuexen2012-06-021-5/+5
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Support SCTP_REMOTE_ERROR notification.tuexen2012-05-131-1/+7
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-7/+6
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications astuexen2012-05-131-1/+1
* Use ECONNABORTED in cases where the ABORT was sent to the peer.tuexen2012-05-131-2/+2
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-15/+14
* Fix a bug in the handling of association reset request.tuexen2012-05-111-37/+31
* Remove debug code.tuexen2012-05-061-9/+0
* Provide the flags in the SCTP stream reconfig related notificationtuexen2012-05-051-5/+19
* Honor SCTP_ENABLE_STREAM_RESET socket option when processing incomingtuexen2012-05-051-63/+66
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-4/+4
* Use the same pattern for mbuf logging everywhere.tuexen2012-04-191-10/+4
* Fix a bug where we copy out more data from a mbuf chain that aretuexen2012-04-191-12/+15
* Make stream our stream reset implementationrrs2012-03-291-32/+106
* Fix a problem when using the CBAPI.tuexen2012-01-201-2/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-4/+10
* Retire the SCTP sysctl "strict_init". We always perform the validationtuexen2012-01-071-3/+3
* Improve the handling of received INITs. Send an ABORT whentuexen2012-01-071-100/+65
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-32/+27
* Fix unused parameter warnings.tuexen2011-12-171-43/+33
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-40/+58
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-10/+14
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-31/+82
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-5/+8
OpenPOWER on IntegriCloud