summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 317464:tuexen2017-06-011-3/+3
* MFC r317457:tuexen2017-06-011-2/+2
* MFC r304572 (by bz):ae2017-03-181-9/+0
* MFC r310590:tuexen2016-12-291-3/+3
* MFC r309607:tuexen2016-12-181-6/+0
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,tuexen2016-06-231-2/+1
* When a client uses UDP encapsulation and lists IP addresses in the INITtuexen2016-05-011-1/+3
* Address issues found by the XCode code analyzer.tuexen2016-04-181-2/+1
* Fix the ICMP6 handling for SCTP.tuexen2016-04-161-194/+165
* Don't leak an address in an error path.tuexen2016-02-231-0/+2
* Fix reporting of mapped addressed in getpeername() and getsockname() fortuexen2016-02-181-25/+24
* Verify the packet length in sctp6_input().glebius2016-01-141-1/+4
* Fix the allocation of outgoing streams:tuexen2015-12-061-1/+1
* Move including netinet/icmp6.h around to avoid a problem when includingtuexen2015-07-251-4/+1
* Add FIB support for SCTP.tuexen2015-06-171-1/+3
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-2/+4
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-7/+1
* Plug a memory leak in an error code path.tuexen2014-12-171-1/+4
* This is the SCTP specific companion oftuexen2014-12-041-9/+4
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-4/+0
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-4/+4
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-021-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
OpenPOWER on IntegriCloud