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_timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-285
/
+101
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
1
-5
/
+5
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-0
/
+6
*
Improvements to CC modules:
rrs
2011-02-26
1
-1
/
+4
*
* Fix several bugs where the scaled versions of srtt and rttvar
tuexen
2011-02-24
1
-15
/
+15
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-3
/
+2
*
Fix several bugs in the stream schedulers.
tuexen
2011-02-03
1
-21
/
+9
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-1
/
+2
*
More ECN fixes:
rrs
2011-01-31
1
-18
/
+0
*
Add stream scheduling support.
tuexen
2011-01-23
1
-8
/
+11
*
Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros
tuexen
2010-12-30
1
-11
/
+3
*
Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,
tuexen
2010-12-30
1
-22
/
+13
*
Improve plausibility check in sctp_handle_sack().
tuexen
2010-12-22
1
-5
/
+5
*
Do not have the MTU table twice in the code. Therefore move the
tuexen
2010-11-07
1
-41
/
+1
*
Remove two functions which are not used.
tuexen
2010-11-07
1
-24
/
+0
*
* Use exponential backoff for retransmission of SHUTDOWN and
tuexen
2010-11-07
1
-20
/
+15
*
Fix a bug where the wrong PR-SCTP policy was considered.
tuexen
2010-09-17
1
-3
/
+1
*
Delay the assignment of a path for DATA chunk until they hit
tuexen
2010-09-15
1
-45
/
+4
*
Fix some CLANG warnings. One clang warning is left
rrs
2010-09-05
1
-0
/
+9
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-6
/
+10
*
PR SCTP Bugs. Basically a full sized frame of
rrs
2010-07-29
1
-13
/
+25
*
When counting the number of chunks in the
rrs
2010-07-26
1
-13
/
+20
*
This adds back the Iterator to the sctp
rrs
2010-05-16
1
-140
/
+0
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-1
/
+1
*
* Fix a bug where PR-SCTP settings are ignore when using implicit
tuexen
2009-08-15
1
-3
/
+3
*
Fixes several PR-SCTP releated bugs.
rrs
2009-03-14
1
-2
/
+2
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-5
/
+13
*
Invariants changes that make more sense.
rrs
2008-10-27
1
-3
/
+6
*
ok, non static the function and put in the .h so
rrs
2008-08-28
1
-1
/
+1
*
Fixes compile error when INVARIANTs is on. Adds an
rrs
2008-08-28
1
-0
/
+2
*
- Make strict-sacks be the default.
rrs
2008-08-28
1
-2
/
+59
*
- Out with some printfs.
rrs
2008-07-29
1
-3
/
+0
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-4
/
+2
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-26
/
+26
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-19
/
+46
*
- fix sctp_ifn initial refcount issue (prevents deletion)
rrs
2007-10-16
1
-0
/
+1
*
- Bug fix managing congestion parameter on immediate
rrs
2007-10-01
1
-0
/
+3
*
- Get rid of unsused constants for sysctl variables.
rrs
2007-09-15
1
-1
/
+1
*
- Incorrect error EAGAIN returned for invalid send on a locked
rrs
2007-09-13
1
-3
/
+3
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-0
/
+18
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-11
/
+11
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-1
/
+15
*
- Remove extra comment for 7.0 (no GIANT here).
rrs
2007-08-16
1
-2
/
+0
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-15
/
+13
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-7
/
+6
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-63
/
+208
*
- Two more static analisys bugs found by cisco's tool on a subsequent
rrs
2007-06-18
1
-1
/
+2
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-80
/
+71
*
- Fixed cookie handling to calc an RTO when
rrs
2007-06-13
1
-0
/
+3
*
- Take out the broken table-id concept. Panda Routers have a M-VRF
rrs
2007-06-01
1
-1
/
+4
[next]