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_structs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get struct sctp_net_route in sync with struct route again.
tuexen
2016-01-04
1
-3
/
+5
*
Fix several problems with Stream Reset.
rrs
2015-07-22
1
-2
/
+13
*
Improve the selection of the destination address of SACK chunks.
tuexen
2015-03-26
1
-1
/
+0
*
Add a SCTP socket option to limit the cwnd for each path.
tuexen
2015-03-10
1
-0
/
+1
*
This is the SCTP specific companion of
tuexen
2014-12-04
1
-3
/
+1
*
Do the renaming of sb_cc to sb_ccc in a way with less code changes by
tuexen
2014-12-02
1
-1
/
+1
*
Merge from projects/sendfile:
glebius
2014-11-30
1
-1
/
+1
*
Chunk IDs are 8 bit entities, not 16 bit.
tuexen
2014-09-15
1
-2
/
+2
*
Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUS
tuexen
2014-08-13
1
-0
/
+10
*
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED
tuexen
2014-08-12
1
-4
/
+2
*
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding
tuexen
2014-08-04
1
-2
/
+1
*
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
tuexen
2014-08-03
1
-5
/
+1
*
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
tuexen
2014-08-03
1
-4
/
+1
*
Add support for the SCTP_PR_SUPPORTED socket option as specified in
tuexen
2014-08-02
1
-3
/
+2
*
Cleanup the ECN configuration handling and provide an SCTP socket
tuexen
2014-08-02
1
-1
/
+1
*
Remove redundant field pr_sctp_on.
tuexen
2013-09-03
1
-2
/
+0
*
Make also the features of the association 64-bit.
tuexen
2013-08-22
1
-1
/
+1
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
1
-11
/
+1
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
1
-0
/
+1
*
Move from early SSN assignment to late SSN assignment.
tuexen
2012-11-05
1
-2
/
+1
*
Don't include a structure containing a flexible array in another
tuexen
2012-09-07
1
-2
/
+2
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-6
/
+4
*
Make stream our stream reset implementation
rrs
2012-03-29
1
-0
/
+5
*
Fix a typo which was already fixed by eadler in r227489. We missed
tuexen
2012-02-06
1
-1
/
+1
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-2
/
+2
*
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
tuexen
2011-11-20
1
-1
/
+2
*
- fix duplicate "a a" in some comments
eadler
2011-11-13
1
-1
/
+1
*
Get struct sctp_net_route in tune with struct route.
tuexen
2011-10-10
1
-0
/
+2
*
Cleanup the iterator code, remove code that is never executed.
tuexen
2011-09-19
1
-3
/
+2
*
Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-09-14
1
-0
/
+4
*
Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-08-14
1
-2
/
+3
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-9
/
+12
*
Add support for the newly added SCTP API.
tuexen
2011-06-15
1
-0
/
+3
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-3
/
+14
*
Adds a new Congestion Control that helps reduce
rrs
2011-03-01
1
-0
/
+16
*
Improvements to CC modules:
rrs
2011-02-26
1
-5
/
+13
*
* Cleanup the code computing the retransmission timeout.
tuexen
2011-02-24
1
-5
/
+5
*
Fix bugs related to M_FLOWID:
tuexen
2011-02-07
1
-0
/
+2
*
1) Track when flowid does get set.
rrs
2011-02-07
1
-0
/
+1
*
Add support for M_FLOWID.
tuexen
2011-02-05
1
-0
/
+1
*
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
-7
/
+6
*
Adds an experimental option to create a pool of
rrs
2011-02-03
1
-0
/
+25
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-3
/
+8
*
More ECN fixes:
rrs
2011-01-31
1
-16
/
+3
*
Fixes to ECN in SCTP.
rrs
2011-01-29
1
-3
/
+4
*
Keep track of the real last RTT on each net.
rrs
2011-01-28
1
-1
/
+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
-3
/
+77
*
Fix a bug where also the number of non-renegable gap reports
tuexen
2010-12-04
1
-0
/
+1
[next]