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_cc_functions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r310590:
tuexen
2016-12-29
1
-84
/
+104
*
MFC r309682:
tuexen
2016-12-18
1
-6
/
+6
*
MFC r309607:
tuexen
2016-12-18
1
-43
/
+22
*
netinet/sctp*: minor spelling fixes in comments.
pfg
2016-05-02
1
-7
/
+7
*
Add const to several constants. Thanks to Nicholas Nethercote for
tuexen
2016-03-23
1
-6
/
+6
*
Fix style issues around existing SDT probes.
markj
2015-12-16
1
-27
/
+27
*
Fix and cleanup the debug information. This has no user-visible changes.
tuexen
2015-05-28
1
-3
/
+6
*
Add a SCTP socket option to limit the cwnd for each path.
tuexen
2015-03-10
1
-11
/
+34
*
Small cleanup which addresses a warning regaring the truncation
tuexen
2014-09-16
1
-7
/
+4
*
Get rid of a gcc'ism.
tuexen
2012-09-06
1
-4
/
+3
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-1
/
+1
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+5
*
Use SCTP_PRINTF() instead of printf() in all SCTP sources.
tuexen
2012-05-04
1
-3
/
+1
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-16
/
+19
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-25
/
+25
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-338
/
+23
*
Implement Resource Pooling V2 and an MPTCP like congestion
tuexen
2011-05-04
1
-19
/
+195
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-135
/
+415
*
Adds a new Congestion Control that helps reduce
rrs
2011-03-01
1
-28
/
+522
*
Improvements to CC modules:
rrs
2011-02-26
1
-46
/
+46
*
* Fix several bugs where the scaled versions of srtt and rttvar
tuexen
2011-02-24
1
-6
/
+6
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-3
/
+2
*
1) Move per John Baldwin to mp_maxid
rrs
2011-02-03
1
-3
/
+5
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-0
/
+1
*
More ECN fixes:
rrs
2011-01-31
1
-49
/
+33
*
Change infrastructure for SCTP_MAX_BURST to allow compliance
tuexen
2011-01-26
1
-2
/
+5
*
Cleanup the management of CC functions.
tuexen
2011-01-19
1
-17
/
+49
*
Add support for resource pooling to CMT.
tuexen
2011-01-16
1
-44
/
+119
*
Provide a possibility to configure the inital congestion window to the
tuexen
2010-12-22
1
-8
/
+12
*
Improve plausibility check in sctp_handle_sack().
tuexen
2010-12-22
1
-24
/
+21
*
Adds new dtrace for cwnd functions and lay's
rrs
2010-11-25
1
-2
/
+56
*
Make the initial congestion window configurable via sysctl.
tuexen
2010-09-17
1
-7
/
+16
*
* Use !TAILQ_EMPTY() for checking if a tail queue is not empty.
tuexen
2010-09-15
1
-4
/
+3
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-18
/
+30
*
Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke.
tuexen
2009-10-27
1
-1
/
+1
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-60
/
+63
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-249
/
+183
*
- Define changes in sctp.h
rrs
2008-05-20
1
-38
/
+13
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-5
/
+5
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-8
/
+8
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-0
/
+1631