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
*
* Provide information in error causes in ASCII instead of
tuexen
2014-03-16
1
-34
/
+10
*
Terminate a debug output with a \n.
tuexen
2013-10-29
1
-1
/
+1
*
Remove redundant field pr_sctp_on.
tuexen
2013-09-03
1
-1
/
+1
*
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
tuexen
2013-02-09
1
-6
/
+7
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
1
-1
/
+1
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
1
-0
/
+5
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-6
/
+6
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+2
*
Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications
tuexen
2012-05-13
1
-2
/
+2
*
Provide the error code in SCTP_PEER_ADDR_CHANGE notifications as
tuexen
2012-05-13
1
-2
/
+1
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-3
/
+2
*
Send always HBs when in PF state.
tuexen
2012-04-14
1
-1
/
+2
*
Bugfix: Don't send HBs on path which are not idle.
tuexen
2012-04-14
1
-1
/
+16
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-23
/
+22
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-5
/
+5
*
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
[next]