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
/
netinet
/
sctp_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r272841:
tuexen
2014-10-12
1
-24
/
+27
*
MFC r272751:
tuexen
2014-10-12
1
-1
/
+9
*
MFC r272571:
tuexen
2014-10-12
1
-7
/
+0
*
MFC r271643:
tuexen
2014-09-18
1
-1
/
+1
*
MFC r270673:
tuexen
2014-09-18
1
-7
/
+7
*
MFC r269945:
tuexen
2014-08-22
1
-0
/
+28
*
MFC r269858:
tuexen
2014-08-22
1
-45
/
+41
*
MFC r269527:
tuexen
2014-08-22
1
-2
/
+7
*
MFC r269481:
tuexen
2014-08-22
1
-3
/
+8
*
MFC r269475:
tuexen
2014-08-22
1
-4
/
+4
*
MFC r269448:
tuexen
2014-08-22
1
-18
/
+26
*
MFC r269436, r269445:
tuexen
2014-08-22
1
-4
/
+4
*
MFC r269376:
tuexen
2014-08-22
1
-225
/
+194
*
MFC r268526:
tuexen
2014-08-22
1
-2
/
+9
*
MFC r267674:
tuexen
2014-06-23
1
-6
/
+152
*
MFC r267105:
tuexen
2014-06-22
1
-4
/
+4
*
MFC r264017:
tuexen
2014-06-22
1
-1
/
+2
*
MFC r263237:
tuexen
2014-06-22
1
-1
/
+10
*
MFC r263096:
tuexen
2014-06-22
1
-4
/
+4
*
MFC r262252:
tuexen
2014-06-22
1
-2
/
+0
*
MFC r256556:
tuexen
2013-11-21
1
-7
/
+24
*
Fix the aborting of association with the iterator using an empty
tuexen
2013-09-09
1
-37
/
+35
*
Remove redundant field pr_sctp_on.
tuexen
2013-09-03
1
-8
/
+1
*
Use uint16_t instead of in_port_t for consistency with the SCTP code.
tuexen
2013-09-02
1
-1
/
+1
*
Don't send uninitialized memory (two instances of 4 bytes) in
tuexen
2013-08-14
1
-0
/
+8
*
Make the features a 64-bit value instead of 32-bit.
tuexen
2013-08-12
1
-1
/
+1
*
Get the code compiling without INET and INET6 being defined.
tuexen
2013-07-19
1
-4
/
+0
*
Don't send an ABORT chunk with verification 0.
tuexen
2013-05-17
1
-2
/
+10
*
Send the adaptation layer indication only if set by the user.
tuexen
2013-02-11
1
-18
/
+22
*
Don't send kernel provided information in the User Initiated
tuexen
2013-02-11
1
-2
/
+2
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
1
-128
/
+50
*
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
tuexen
2013-02-09
1
-7
/
+9
*
Get it compiling without INET and INET6 support (mainly userland stack).
tuexen
2012-12-08
1
-0
/
+4
*
Use correct padding of the ABORT chunk in case of an user initiated
tuexen
2012-12-08
1
-21
/
+32
*
Ensure that the padding of the last parameter of an INIT chunk
tuexen
2012-12-08
1
-143
/
+182
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-42
/
+42
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
1
-3
/
+7
*
Add some missing changes missed in the last commit.
tuexen
2012-11-07
1
-1
/
+2
*
Move from early SSN assignment to late SSN assignment.
tuexen
2012-11-05
1
-19
/
+8
*
Add braces (as used elsewhere in the SCTP code).
tuexen
2012-10-29
1
-2
/
+2
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-4
/
+4
*
Declare a static function as such.
tuexen
2012-09-23
1
-1
/
+1
*
Small cleanups. No functional change.
tuexen
2012-09-22
1
-28
/
+11
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-6
/
+6
*
Use the consistenly the size of a variable. This helps to keep the code
tuexen
2012-09-04
1
-21
/
+21
*
Changes which improve compilation if neither INET nor INET6 is defined.
tuexen
2012-07-15
1
-1
/
+8
*
#ifdef INET and INET6 consistently. This also fixes a bug, where
tuexen
2012-07-15
1
-2
/
+4
*
Fix a bug introduced in r237715.
tuexen
2012-07-09
1
-0
/
+1
*
Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT.
tuexen
2012-07-04
1
-4
/
+12
*
Use CSUM_SCTP_IPV6 for IPv6.
tuexen
2012-07-04
1
-2
/
+2
[next]