aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DoS in listen syscall over IPv6 socket. [EN-18:11.listen]Gordon Tetlow2018-09-271-3/+10
* MFC r332273:Michael Tuexen2018-04-161-1/+1
* MFC r326672:Michael Tuexen2018-04-071-8/+0
* MFC r325370:Michael Tuexen2018-04-071-0/+4
* MFC r323377:Michael Tuexen2018-04-071-1/+1
* MFC r321204:Michael Tuexen2018-04-071-1/+1
* Revert r330897:Eitan Adler2018-03-291-2/+0
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
* MFC 317464:Michael Tuexen2017-06-011-3/+3
* MFC r317457:Michael Tuexen2017-06-011-2/+2
* MFC r304572 (by bz):Andrey V. Elsukov2017-03-181-9/+0
* MFC r310590:Michael Tuexen2016-12-291-3/+3
* MFC r309607:Michael Tuexen2016-12-181-6/+0
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,Michael Tuexen2016-06-231-2/+1
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-011-1/+3
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-181-2/+1
* Fix the ICMP6 handling for SCTP.Michael Tuexen2016-04-161-193/+164
* Don't leak an address in an error path.Michael Tuexen2016-02-231-0/+2
* Fix reporting of mapped addressed in getpeername() and getsockname() forMichael Tuexen2016-02-181-25/+24
* Verify the packet length in sctp6_input().Gleb Smirnoff2016-01-141-1/+4
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+1
* Move including netinet/icmp6.h around to avoid a problem when includingMichael Tuexen2015-07-251-4/+1
* Add FIB support for SCTP.Michael Tuexen2015-06-171-1/+3
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-2/+4
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-7/+1
* Plug a memory leak in an error code path.Michael Tuexen2014-12-171-1/+4
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-9/+4
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-4/+0
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-4/+4
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-1/+3
* Provide human readable debug output.Michael Tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.Andre Oppermann2013-08-251-1/+1
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYMichael Tuexen2013-05-101-22/+7
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-171-2/+7
* Changes which improve compilation if neither INET nor INET6 is defined.Michael Tuexen2012-07-151-0/+3
* #ifdef INET and INET6 consistently. This also fixes a bug, whereMichael Tuexen2012-07-151-2/+2
* Move common code parts to sctp_common_input_processing().Michael Tuexen2012-07-021-146/+28
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-9/+37
* Unify sctp_input() and sctp6_input().Michael Tuexen2012-06-251-104/+78
* Whitespace cleanup.Michael Tuexen2012-06-251-3/+3
* Pass the packet length explicitly around.Michael Tuexen2012-06-241-1/+1
* Do packet logging in a consistent way.Michael Tuexen2012-06-241-3/+5
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-141-7/+22
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.Michael Tuexen2012-05-261-5/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-3/+2
* Missed to commit this in r235414.Michael Tuexen2012-05-131-2/+1
* Use ECONNABORTED in cases where the ABORT was sent to the peer.Michael Tuexen2012-05-131-1/+1
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-121-5/+2
* Clean up, no functional change.Michael Tuexen2012-03-151-3/+3
* Remove two clang warnings.Michael Tuexen2012-02-181-1/+1