index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
sctp6_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't consider the socket when processing an incoming ICMP/ICMP6 packet,
tuexen
2016-06-23
1
-2
/
+1
*
When a client uses UDP encapsulation and lists IP addresses in the INIT
tuexen
2016-05-01
1
-1
/
+3
*
Address issues found by the XCode code analyzer.
tuexen
2016-04-18
1
-2
/
+1
*
Fix the ICMP6 handling for SCTP.
tuexen
2016-04-16
1
-194
/
+165
*
Don't leak an address in an error path.
tuexen
2016-02-23
1
-0
/
+2
*
Fix reporting of mapped addressed in getpeername() and getsockname() for
tuexen
2016-02-18
1
-25
/
+24
*
Verify the packet length in sctp6_input().
glebius
2016-01-14
1
-1
/
+4
*
Fix the allocation of outgoing streams:
tuexen
2015-12-06
1
-1
/
+1
*
Move including netinet/icmp6.h around to avoid a problem when including
tuexen
2015-07-25
1
-4
/
+1
*
Add FIB support for SCTP.
tuexen
2015-06-17
1
-1
/
+3
*
Fix and cleanup the debug information. This has no user-visible changes.
tuexen
2015-05-28
1
-2
/
+4
*
Minimize the usage of SCTP_BUF_IS_EXTENDED.
tuexen
2015-01-10
1
-7
/
+1
*
Plug a memory leak in an error code path.
tuexen
2014-12-17
1
-1
/
+4
*
This is the SCTP specific companion of
tuexen
2014-12-04
1
-9
/
+4
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
1
-4
/
+0
*
Use union sctp_sockstore instead of struct sockaddr_storage. This
tuexen
2014-09-07
1
-4
/
+4
*
Changes from upstream to improve compilation when INET or INET6
tuexen
2013-11-02
1
-1
/
+3
*
Provide human readable debug output.
tuexen
2013-08-25
1
-2
/
+2
*
For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.
andre
2013-08-25
1
-1
/
+1
*
Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLY
tuexen
2013-05-10
1
-22
/
+7
*
Add support for SCTP/UDP/IPV6.
tuexen
2012-11-17
1
-2
/
+7
*
Changes which improve compilation if neither INET nor INET6 is defined.
tuexen
2012-07-15
1
-0
/
+3
*
#ifdef INET and INET6 consistently. This also fixes a bug, where
tuexen
2012-07-15
1
-2
/
+2
*
Move common code parts to sctp_common_input_processing().
tuexen
2012-07-02
1
-146
/
+28
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-9
/
+37
*
Unify sctp_input() and sctp6_input().
tuexen
2012-06-25
1
-105
/
+79
*
Whitespace cleanup.
tuexen
2012-06-25
1
-3
/
+3
*
Pass the packet length explicitly around.
tuexen
2012-06-24
1
-1
/
+1
*
Do packet logging in a consistent way.
tuexen
2012-06-24
1
-3
/
+5
*
Pass flowid explicitly through the stack instead of taking it from
tuexen
2012-06-14
1
-7
/
+22
*
Get rid of SCTP specific code to avoid CRC32C computations on loopback.
tuexen
2012-05-26
1
-5
/
+0
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-3
/
+2
*
Missed to commit this in r235414.
tuexen
2012-05-13
1
-2
/
+1
*
Use ECONNABORTED in cases where the ABORT was sent to the peer.
tuexen
2012-05-13
1
-1
/
+1
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-5
/
+2
*
Clean up, no functional change.
tuexen
2012-03-15
1
-3
/
+3
*
Remove two clang warnings.
tuexen
2012-02-18
1
-1
/
+1
*
Add an SCTP sysctl "blackhole", similar to the one for TCP.
tuexen
2012-01-08
1
-2
/
+7
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-47
/
+39
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-8
/
+8
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-26
/
+1
*
Remove code with any effect.
tuexen
2011-05-03
1
-3
/
+1
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-40
/
+90
*
Fix bugs related to M_FLOWID:
tuexen
2011-02-07
1
-0
/
+12
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-0
/
+2
*
Improve plausibility check in sctp_handle_sack().
tuexen
2010-12-22
1
-1
/
+1
*
Remove unused variables.
tuexen
2010-09-15
1
-3
/
+5
*
Fix the the SCTP_WITH_NO_CSUM option when used in combination with
tuexen
2010-08-29
1
-1
/
+9
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-1
/
+6
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-1
/
+1
[next]