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_pcb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED
tuexen
2014-08-12
1
-0
/
+2
*
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding
tuexen
2014-08-04
1
-0
/
+1
*
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
tuexen
2014-08-03
1
-0
/
+1
*
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
tuexen
2014-08-03
1
-0
/
+1
*
Add support for the SCTP_PR_SUPPORTED socket option as specified in
tuexen
2014-08-02
1
-0
/
+1
*
Cleanup the ECN configuration handling and provide an SCTP socket
tuexen
2014-08-02
1
-1
/
+1
*
Make the features a 64-bit value instead of 32-bit.
tuexen
2013-08-12
1
-1
/
+1
*
Send the adaptation layer indication only if set by the user.
tuexen
2013-02-11
1
-0
/
+1
*
Add support for SCTP/UDP/IPV6.
tuexen
2012-11-17
1
-1
/
+6
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-3
/
+4
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-6
/
+5
*
Make stream our stream reset implementation
rrs
2012-03-29
1
-0
/
+1
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-6
/
+6
*
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
tuexen
2011-11-20
1
-0
/
+1
*
Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-09-14
1
-0
/
+4
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-1
/
+3
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-3
/
+2
*
Make sure that changing the ECN sysctl does not affect
tuexen
2011-02-03
1
-0
/
+1
*
Fix the per CPU stats so that:
rrs
2011-02-03
1
-2
/
+4
*
Adds an experimental option to create a pool of
rrs
2011-02-03
1
-0
/
+6
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-0
/
+1
*
Change infrastructure for SCTP_MAX_BURST to allow compliance
tuexen
2011-01-26
1
-1
/
+1
*
Add stream scheduling support.
tuexen
2011-01-23
1
-0
/
+1
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-0
/
+1
*
This does two changes:
rrs
2010-06-05
1
-0
/
+6
*
This adds back the Iterator to the sctp
rrs
2010-05-16
1
-8
/
+1
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
1
-1
/
+1
*
Adds the option of keeping per-cpu statistics in SCTP. This
rrs
2010-03-24
1
-0
/
+4
*
Support for VNET in SCTP (hopefully)
rrs
2009-09-17
1
-1
/
+1
*
- Cleanup checksum code.
rrs
2009-02-03
1
-0
/
+1
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
1
-8
/
+15
*
-Improvement: Add '\n' on debug output in sctp_lower_sosend().
rrs
2008-11-12
1
-1
/
+1
*
Adds support for the SCTP_PORT_REUSE option
rrs
2008-07-31
1
-0
/
+2
*
1) Adds the rest of the VIMAGE change macros
rrs
2008-07-09
1
-1
/
+2
*
More prep for Vimage:
rrs
2008-06-15
1
-1
/
+1
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-1
/
+25
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-1
/
+2
*
Allow SCTP to compile without INET6.
rrs
2008-04-16
1
-0
/
+3
*
- Change the Time Wait of vtags value to match the cookie-life
rrs
2007-10-30
1
-1
/
+3
*
- The address lock is changed to a rwlock. This
rrs
2007-09-18
1
-2
/
+2
*
- send call has a reference to uio->uio_resid in
rrs
2007-09-08
1
-3
/
+18
*
- During shutdown pending, when the last sack came in and
rrs
2007-08-27
1
-0
/
+2
*
- Fix address add handling to clear cached routes and source addresses
rrs
2007-08-24
1
-0
/
+1
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-4
/
+3
*
- remove duplicate code from sctp_asconf.c
rrs
2007-07-21
1
-1
/
+1
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-2
/
+17
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-3
/
+1
*
- Add VRF id to sctp_ifa structure, needed mainly in panda but useful
rrs
2007-06-15
1
-0
/
+1
*
- Fix so ifn's are properly deleted when the ref count goes to 0.
rrs
2007-06-14
1
-3
/
+5
*
- fix initial pcb vrf setting when the initial vrf is not the
rrs
2007-06-02
1
-6
/
+10
[next]