summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r295549:tuexen2016-02-251-25/+26
* MFC r291904:tuexen2016-01-171-1/+1
* MFC r285877:tuexen2016-01-161-4/+1
* o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]glebius2016-01-141-1/+4
* MFC r284515:tuexen2015-06-201-1/+3
* MFC r283650:tuexen2015-05-311-2/+4
* MFC r276914:tuexen2015-05-291-7/+1
* MFC r275868:tuexen2015-05-291-1/+4
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-9/+4
* MFC r270673:tuexen2014-09-181-4/+4
* MFC r256556:tuexen2013-11-211-1/+3
* 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
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYtuexen2013-05-101-22/+7
* Add support for SCTP/UDP/IPV6.tuexen2012-11-171-2/+7
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-151-0/+3
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-151-2/+2
* Move common code parts to sctp_common_input_processing().tuexen2012-07-021-146/+28
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-9/+37
* Unify sctp_input() and sctp6_input().tuexen2012-06-251-105/+79
* Whitespace cleanup.tuexen2012-06-251-3/+3
* Pass the packet length explicitly around.tuexen2012-06-241-1/+1
* Do packet logging in a consistent way.tuexen2012-06-241-3/+5
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-7/+22
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-261-5/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-3/+2
* Missed to commit this in r235414.tuexen2012-05-131-2/+1
* Use ECONNABORTED in cases where the ABORT was sent to the peer.tuexen2012-05-131-1/+1
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-5/+2
* Clean up, no functional change.tuexen2012-03-151-3/+3
* Remove two clang warnings.tuexen2012-02-181-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-2/+7
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-47/+39
* Fix unused parameter warnings.tuexen2011-12-171-8/+8
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-26/+1
* Remove code with any effect.tuexen2011-05-031-3/+1
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-40/+90
* Fix bugs related to M_FLOWID:tuexen2011-02-071-0/+12
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-1/+1
* Remove unused variables.tuexen2010-09-151-3/+5
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-1/+9
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-1/+6
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-1/+1
* Support for VNET in SCTP (hopefully)rrs2009-09-171-4/+4
* - Cleanup checksum code.rrs2009-02-031-4/+17
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+3
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-4/+4
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-6/+20
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-3/+3
OpenPOWER on IntegriCloud