summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Address warnings generated by the clang analyzer.tuexen2014-09-071-2/+2
* Address another warnings reported by Patrick Laimbock when compilingtuexen2014-09-071-4/+2
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-46/+24
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+14
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-19/+34
* Small modification of the sctp_input() cleanup to avoid havingtuexen2014-08-091-7/+7
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-4/+10
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-2/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-2/+2
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-2/+3
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-2/+2
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to betuexen2014-08-011-1/+1
* Integrate upstream changes.tuexen2014-07-111-0/+8
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-65/+57
* Remove redundant code and fix a style error.tuexen2014-02-201-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
OpenPOWER on IntegriCloud