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_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This change does the following:
rrs
2010-06-05
1
-13
/
+23
*
Fix an old long time bug in generating a
rrs
2010-05-12
1
-3
/
+2
*
More PR-SCTP bugs:
rrs
2010-05-12
1
-2
/
+2
*
Sending a FWDTSN chunk should not affect the retran count.
tuexen
2010-04-25
1
-1
/
+1
*
Use also SCTP/IPv6 checksum offloading in special cases.
tuexen
2010-04-03
1
-13
/
+60
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-375
/
+138
*
Fix for NR-Sack code. The code was NOT working properly when
rrs
2010-03-24
1
-47
/
+25
*
Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.
tuexen
2010-02-20
1
-3
/
+13
*
Get rid of a lot of duplicated code for NR-SACK handle.
tuexen
2010-01-17
1
-13
/
+9
*
Remove another set of "leaked" ifdefs that somehow found
rrs
2010-01-17
1
-4
/
+0
*
Get rid of support of an old version of the SCTP-AUTH draft.
tuexen
2010-01-16
1
-8
/
+0
*
Get rid of unused fields addr_over which is never really used,
tuexen
2009-11-17
1
-5
/
+0
*
Fix a bug where queued ASCONF messags are not sent out.
tuexen
2009-11-17
1
-0
/
+1
*
Improve round robin stream scheduler and cleanup some code.
tuexen
2009-10-29
1
-21
/
+24
*
Improve the round robin stream scheduler.
tuexen
2009-10-26
1
-11
/
+5
*
Use correct arguments when calling SCTP_RTALLOC().
tuexen
2009-10-08
1
-2
/
+2
*
Fix so that round robing stream scheduling works as advertised
rrs
2009-10-08
1
-25
/
+4
*
Fix errnos.
tuexen
2009-09-20
1
-6
/
+12
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-9
/
+9
*
Fix a crash when using one-to-one stlye socket in non-blocking
tuexen
2009-08-18
1
-1
/
+2
*
* Fix a bug where PR-SCTP settings are ignore when using implicit
tuexen
2009-08-15
1
-52
/
+48
*
Changes to the NR-Sack code so that:
rrs
2009-06-17
1
-7
/
+0
*
Many bug fixes (from the IETF hack-fest):
rrs
2009-04-04
1
-1931
/
+121
*
Fixes several PR-SCTP releated bugs.
rrs
2009-03-14
1
-6
/
+50
*
Fixes for window probes:
rrs
2009-03-06
1
-1
/
+1
*
Fix the add stream feature of strm-reset to really work:
rrs
2009-02-27
1
-6
/
+10
*
Add the add-stream capability. Still needs more
rrs
2009-02-20
1
-20
/
+54
*
Fix a bug. The sending was being restricted improperly by
rrs
2009-02-20
1
-2
/
+2
*
- Cleanup checksum code.
rrs
2009-02-03
1
-407
/
+399
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-151
/
+2463
*
More issues with pre-blocking:
rrs
2008-10-27
1
-4
/
+10
*
Two inter-related bugs.
rrs
2008-10-27
1
-2
/
+8
*
- Adapt layer indication was always being given (it should only
rrs
2008-10-18
1
-33
/
+28
*
- Make strict-sacks be the default.
rrs
2008-08-28
1
-0
/
+1
*
Make the kernel compile with SCTP and SCTP_DEBUG but
bz
2008-08-24
1
-1
/
+2
*
Adds support for the SCTP_PORT_REUSE option
rrs
2008-07-31
1
-1
/
+19
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-13
/
+17
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-130
/
+193
*
- sctputil.c - If debug is on, the INPKILL timer can deref a freed value.
rrs
2008-05-21
1
-90
/
+95
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-131
/
+527
*
Allow SCTP to compile without INET6.
rrs
2008-04-16
1
-280
/
+491
*
1) adds some additional logging
rrs
2008-04-14
1
-1
/
+106
*
- Takes out stray ifdef code that should not have been present.
rrs
2008-02-22
1
-5
/
+0
*
- More fixes for lock misses on the transfer of data to
rrs
2007-12-07
1
-103
/
+119
*
- optimize the initialization of the SB max variables.
rrs
2007-12-06
1
-7
/
+11
*
- More fixes for the non-blocking msg send, had the skip of the pre-block
rrs
2007-12-04
1
-3
/
+4
*
- Opps, signedness issue with one of the new var's (this is an issue
rrs
2007-12-04
1
-1
/
+1
*
- Found a problem in non-blocking sends. When
rrs
2007-12-04
1
-71
/
+96
*
- Change the Time Wait of vtags value to match the cookie-life
rrs
2007-10-30
1
-2
/
+2
*
- fix sctp_ifn initial refcount issue (prevents deletion)
rrs
2007-10-16
1
-0
/
+11
[next]