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
*
Improvements to CC modules:
rrs
2011-02-26
1
-1
/
+5
*
* Cleanup the code computing the retransmission timeout.
tuexen
2011-02-24
1
-71
/
+33
*
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
-1
/
+1
*
Make sure that changing the ECN sysctl does not affect
tuexen
2011-02-03
1
-0
/
+4
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-2
/
+12
*
More ECN fixes:
rrs
2011-01-31
1
-8
/
+1
*
Fixes to ECN in SCTP.
rrs
2011-01-29
1
-1
/
+0
*
Keep track of the real last RTT on each net.
rrs
2011-01-28
1
-0
/
+7
*
Add stream scheduling support.
tuexen
2011-01-23
1
-3
/
+7
*
Remove unnecessary checking of variable.
tuexen
2011-01-23
1
-12
/
+2
*
Cleanup the management of CC functions.
tuexen
2011-01-19
1
-57
/
+8
*
Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,
tuexen
2010-12-30
1
-81
/
+55
*
Bugfix: Do correct accounting using the MIB counters when an
tuexen
2010-12-12
1
-0
/
+5
*
Don't print an empty line when printing mapping arrays.
tuexen
2010-11-12
1
-2
/
+0
*
Fix a bug which resulted in kevent() reporting an event twice on
tuexen
2010-11-09
1
-0
/
+1
*
Do not have the MTU table twice in the code. Therefore move the
tuexen
2010-11-07
1
-17
/
+32
*
Not only stop all timers when entering the SHUTDOWN_SENT state,
tuexen
2010-11-07
1
-20
/
+25
*
Remove old debug code.
tuexen
2010-09-15
1
-8
/
+0
*
Remove unused variable/assignment.
tuexen
2010-09-15
1
-3
/
+1
*
Delay the assignment of a path for DATA chunk until they hit
tuexen
2010-09-15
1
-4
/
+7
*
Fix some CLANG warnings. One clang warning is left
rrs
2010-09-05
1
-3
/
+5
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-4
/
+2
*
This fixes a crash in SCTP. It was possible to have a
rrs
2010-07-03
1
-4
/
+10
*
Fix a rece condition in the shutdown handling.
tuexen
2010-06-18
1
-0
/
+20
*
3 Fixes -
rrs
2010-06-11
1
-4
/
+14
*
Ok, yet another bug in killing off all the hundreds
rrs
2010-06-06
1
-1
/
+1
*
Fix a bug in sctp_abort_assoc(). DON'T call the sctp_inpcb_free
rrs
2010-06-06
1
-7
/
+0
*
Purge out a Windows def that somehow slipped
rrs
2010-06-05
1
-7
/
+1
*
This adds back the Iterator to the sctp
rrs
2010-05-16
1
-54
/
+46
*
* Fix compilation when using SCTP_AUDITING_ENABLED.
tuexen
2010-04-23
1
-3
/
+3
*
Really print the nr_mapping array when it should be printed.`
tuexen
2010-04-20
1
-1
/
+1
*
Fix a off-by-one bug in zeroing out the mapping arrays.
tuexen
2010-04-06
1
-30
/
+16
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-57
/
+36
*
Fix for NR-Sack code. The code was NOT working properly when
rrs
2010-03-24
1
-5
/
+35
*
Fixes a bug where SACKs in the face of
rrs
2010-03-23
1
-14
/
+33
*
* Fix another u_long -> uint32_t issue.
tuexen
2010-02-19
1
-4
/
+1
*
Pulls out another leaked windows ifdef that somehow
rrs
2010-01-17
1
-6
/
+0
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Get rid of unused fields addr_over which is never really used,
tuexen
2009-11-17
1
-1
/
+0
*
Do not hold the lock longer than necessary.
tuexen
2009-11-17
1
-1
/
+1
*
Get SCTP working in combination with VIMAGE.
tuexen
2009-09-19
1
-0
/
+10
*
Fix a bug in the handling of unreliable messages
tuexen
2009-08-19
1
-5
/
+9
*
* Fix a bug where PR-SCTP settings are ignore when using implicit
tuexen
2009-08-15
1
-18
/
+72
*
Turns out that when a receiver forwards through its TNS's the
rrs
2009-07-28
1
-12
/
+21
*
Add a missing unlock for the inp lock when
tuexen
2009-07-26
1
-0
/
+1
*
Fix a small memory leak from the nr-sack code - the mapping array
rrs
2009-05-30
1
-22
/
+6
*
Many bug fixes (from the IETF hack-fest):
rrs
2009-04-04
1
-35
/
+27
*
Fixes several PR-SCTP releated bugs.
rrs
2009-03-14
1
-49
/
+156
*
Add the add-stream capability. Still needs more
rrs
2009-02-20
1
-1
/
+68
[next]