summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263237:tuexen2014-06-221-65/+57
* MFC r262252:tuexen2014-06-221-4/+2
* Provide human readable debug output.tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.andre2013-08-251-1/+1
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-2/+2
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticstuexen2013-07-091-2/+2
* Fix a bug were only 2048 streams where usable even though more thantuexen2013-07-051-8/+4
* When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related)tuexen2013-07-041-2/+4
* Code cleanups.tuexen2013-07-031-22/+36
* 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
OpenPOWER on IntegriCloud