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_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the the SCTP_WITH_NO_CSUM option when used in combination with
tuexen
2010-08-29
1
-10
/
+10
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-16
/
+12
*
Ok, yet another bug in killing off all the hundreds
rrs
2010-06-06
1
-0
/
+6
*
1) Further enhance the INVARIANT lock validation (no locks) are
rrs
2010-06-06
1
-1
/
+8
*
This does two changes:
rrs
2010-06-05
1
-6
/
+12
*
This fixes a bug with the one-2-one model socket when a
rrs
2010-05-11
1
-2
/
+10
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-16
/
+6
*
Fix for NR-Sack code. The code was NOT working properly when
rrs
2010-03-24
1
-22
/
+8
*
Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.
tuexen
2010-02-20
1
-2
/
+10
*
Restore the checksum received before processing the packet.
tuexen
2010-02-04
1
-1
/
+1
*
Get rid of a lot of duplicated code for NR-SACK handle.
tuexen
2010-01-17
1
-53
/
+74
*
Fix a bug where the system panics when a SHUTDOWN is received with an
tuexen
2009-11-18
1
-0
/
+3
*
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
-9
/
+26
*
Changes to the NR-Sack code so that:
rrs
2009-06-17
1
-9
/
+1
*
Many bug fixes (from the IETF hack-fest):
rrs
2009-04-04
1
-2
/
+7
*
Fix the add stream feature of strm-reset to really work:
rrs
2009-02-27
1
-38
/
+69
*
Change the functions to ANSI in those cases where it breaks promotion
rdivacky
2009-02-24
1
-4
/
+1
*
Add the add-stream capability. Still needs more
rrs
2009-02-20
1
-1
/
+75
*
- Cleanup checksum code.
rrs
2009-02-03
1
-26
/
+20
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-26
/
+352
*
-Improvement: Add '\n' on debug output in sctp_lower_sosend().
rrs
2008-11-12
1
-2
/
+1
*
- Out with some printfs.
rrs
2008-07-29
1
-3
/
+3
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-2
/
+6
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-44
/
+59
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-41
/
+63
*
- Define changes in sctp.h
rrs
2008-05-20
1
-1
/
+9
*
Allow SCTP to compile without INET6.
rrs
2008-04-16
1
-25
/
+42
*
Use the pru_flush infrastructure to avoid a panic
rrs
2008-04-14
1
-1
/
+28
*
Correct two problems relating to sorflush(), which is called to flush
rwatson
2008-01-31
1
-1
/
+2
*
- fix sctp_ifn initial refcount issue (prevents deletion)
rrs
2007-10-16
1
-42
/
+23
*
- Bug fix managing congestion parameter on immediate
rrs
2007-10-01
1
-32
/
+54
*
- For the 1-to-1 model, fix an off by one error that
rrs
2007-09-16
1
-1
/
+1
*
- Get rid of unsused constants for sysctl variables.
rrs
2007-09-15
1
-10
/
+18
*
- Incorrect error EAGAIN returned for invalid send on a locked
rrs
2007-09-13
1
-0
/
+1
*
- Added some comments to tell where the htcp
rrs
2007-09-10
1
-2
/
+2
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-10
/
+42
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-41
/
+328
*
- During shutdown pending, when the last sack came in and
rrs
2007-08-27
1
-43
/
+81
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-47
/
+120
*
- Remove extra comment for 7.0 (no GIANT here).
rrs
2007-08-16
1
-7
/
+3
*
- change number assignments for SHA225-512 (match artisync
rrs
2007-08-06
1
-0
/
+12
*
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
rwatson
2007-08-06
1
-2
/
+0
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-2
/
+7
*
- remove duplicate code from sctp_asconf.c
rrs
2007-07-21
1
-2
/
+13
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-6
/
+17
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-149
/
+87
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-1
/
+1
*
- Consolidate the code that free's chunks to actually also
rrs
2007-07-02
1
-15
/
+64
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-2
/
+2
[next]