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
/
sctputil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r317597:
tuexen
2017-06-01
1
-0
/
+90
*
MFC r317457:
tuexen
2017-06-01
1
-2
/
+2
*
MFC r310590:
tuexen
2016-12-29
1
-81
/
+97
*
MFC r309851:
tuexen
2016-12-18
1
-1
/
+1
*
MFC r309682:
tuexen
2016-12-18
1
-33
/
+34
*
MFC r309607:
tuexen
2016-12-18
1
-78
/
+24
*
MFC r304736:
tuexen
2016-08-30
1
-8
/
+8
*
MFC r304543:
tuexen
2016-08-25
1
-3
/
+3
*
MFC r304146:
tuexen
2016-08-18
1
-2
/
+2
*
MFC r303792:
tuexen
2016-08-11
1
-13
/
+19
*
This patch fixes two bugs related to the SCTP message recovery
tuexen
2016-06-26
1
-37
/
+50
*
Fix a bug in the handling of non-blocking SCTP 1-to-1 sockets. When using
tuexen
2016-06-23
1
-43
/
+16
*
Don't consider the socket when processing an incoming ICMP/ICMP6 packet,
tuexen
2016-06-23
1
-4
/
+2
*
Use a separate MID counter for ordered und unordered messages for each
tuexen
2016-06-08
1
-5
/
+27
*
Fix a bug introduced by the implementation of I-DATA support.
tuexen
2016-05-13
1
-2
/
+10
*
netinet/sctp*: minor spelling fixes in comments.
pfg
2016-05-02
1
-1
/
+1
*
Add the UDP encaps port as a parameter to sctp_add_remote_addr().
tuexen
2016-04-30
1
-2
/
+6
*
Don't assign, just compare...
tuexen
2016-04-29
1
-2
/
+2
*
Add support for handling ICMP and ICMP6 messages sent in response
tuexen
2016-04-29
1
-2
/
+264
*
Complete the UDP tunneling of ICMP msgs to those protocols
rrs
2016-04-28
1
-2
/
+2
*
Remove a function, which is not used anymore.
tuexen
2016-04-23
1
-153
/
+0
*
Address issues found by the XCode code analyzer.
tuexen
2016-04-18
1
-3
/
+9
*
Put panic() calls under INVARIANTS.
tuexen
2016-04-18
1
-0
/
+4
*
A couple of minor changes that I missed that Michael had done, most noted
rrs
2016-04-07
1
-1
/
+1
*
This is work done by Michael Tuexen and myself at the IETF. This
rrs
2016-04-07
1
-56
/
+60
*
Improve compilation on windows 64-bit (for the userland stack).
tuexen
2016-03-27
1
-30
/
+36
*
Add const to several constants. Thanks to Nicholas Nethercote for
tuexen
2016-03-23
1
-2
/
+2
*
Whitespace changes.
tuexen
2016-02-16
1
-1
/
+4
*
Improve the teardown of the SCTP stack.
tuexen
2016-02-16
1
-1
/
+17
*
Store the timer type for logging, because the timer can be freed
tuexen
2016-01-13
1
-8
/
+9
*
Fix the allocation of outgoing streams:
tuexen
2015-12-06
1
-2
/
+2
*
When receiving an SCTP/UDP packet and the interface performed
tuexen
2015-11-26
1
-0
/
+12
*
Fix typos in field names of struct sctp_extrcvinfo.
tuexen
2015-11-06
1
-14
/
+14
*
Use __func__ instead of __FUNCTION__.
tuexen
2015-10-19
1
-4
/
+4
*
Add a NULL pointer check to silence the clang code analyzer.
tuexen
2015-09-04
1
-0
/
+3
*
Use 5 times RTO.Max as the default for the shutdown guard timer
tuexen
2015-08-29
1
-1
/
+5
*
Fix the exporting of SCTP association states to userland. Without this,
tuexen
2015-08-29
1
-0
/
+43
*
Provide consistent error causes whenever an ABORT chunk is sent.
tuexen
2015-07-27
1
-1
/
+4
*
Fix several problems with Stream Reset.
rrs
2015-07-22
1
-1
/
+2
*
Add FIB support for SCTP.
tuexen
2015-06-17
1
-4
/
+4
*
Some more debug info cleanup.
tuexen
2015-05-28
1
-10
/
+20
*
Fix and cleanup the debug information. This has no user-visible changes.
tuexen
2015-05-28
1
-4
/
+4
*
Address some compiler warnings. No functional change.
tuexen
2015-05-28
1
-3
/
+2
*
Fix an accounting bug related to the per stream chunk counter.
tuexen
2015-03-24
1
-6
/
+2
*
Keep track on the socket lock state. This fixes a bug showing up on
tuexen
2015-03-10
1
-8
/
+12
*
Add a SCTP socket option to limit the cwnd for each path.
tuexen
2015-03-10
1
-0
/
+1
*
Remove dead code.
tuexen
2015-01-12
1
-10
/
+0
*
Minimize the usage of SCTP_BUF_IS_EXTENDED.
tuexen
2015-01-10
1
-4
/
+18
*
Don't check twice that inp is not NULL.
tuexen
2014-12-21
1
-12
/
+3
*
Fix the support of mapped IPv4 addresses.
tuexen
2014-12-06
1
-27
/
+45
[next]