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_indata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r256556:
tuexen
2013-11-21
1
-1
/
+0
*
When computing the partial delivery point, take the
tuexen
2013-09-07
1
-3
/
+2
*
Remove redundant field pr_sctp_on.
tuexen
2013-09-03
1
-1
/
+1
*
Make the features a 64-bit value instead of 32-bit.
tuexen
2013-08-12
1
-1
/
+0
*
Code cleanups.
tuexen
2013-07-03
1
-2
/
+0
*
Don't send kernel provided information in the User Initiated
tuexen
2013-02-11
1
-12
/
+4
*
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
tuexen
2013-02-09
1
-17
/
+17
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-29
/
+29
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
1
-11
/
+19
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
1
-5
/
+17
*
Add some missing changes missed in the last commit.
tuexen
2012-11-07
1
-3
/
+5
*
Improve PR-SCTP if used in combination with NR-SACK.
tuexen
2012-11-07
1
-2
/
+5
*
Don't include a structure containing a flexible array in another
tuexen
2012-09-07
1
-1
/
+1
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-1
/
+1
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-2
/
+4
*
Whitespace cleanup.
tuexen
2012-06-25
1
-8
/
+8
*
Pass the packet length explicitly around.
tuexen
2012-06-24
1
-1
/
+1
*
Pass flowid explicitly through the stack instead of taking it from
tuexen
2012-06-14
1
-4
/
+12
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+2
*
Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications
tuexen
2012-05-13
1
-6
/
+3
*
Provide the error code in SCTP_PEER_ADDR_CHANGE notifications as
tuexen
2012-05-13
1
-2
/
+2
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-52
/
+23
*
Use SCTP_PRINTF() instead of printf() in all SCTP sources.
tuexen
2012-05-04
1
-18
/
+18
*
Fix a bug where we copy out more data from a mbuf chain that are
tuexen
2012-04-19
1
-4
/
+6
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-21
/
+11
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-36
/
+19
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-48
/
+127
*
Add support for the newly added SCTP API.
tuexen
2011-06-15
1
-25
/
+87
*
Get rid of unused functions.
tuexen
2011-05-29
1
-43
/
+0
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
1
-9
/
+9
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-27
/
+53
*
Improvements to CC modules:
rrs
2011-02-26
1
-0
/
+26
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-0
/
+2
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-8
/
+12
*
More ECN fixes:
rrs
2011-01-31
1
-182
/
+5
*
Fixes to ECN in SCTP.
rrs
2011-01-29
1
-0
/
+8
*
Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros
tuexen
2010-12-30
1
-152
/
+88
*
Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,
tuexen
2010-12-30
1
-261
/
+183
*
Improve plausibility check in sctp_handle_sack().
tuexen
2010-12-22
1
-29
/
+21
*
Bugfix: Take also the nr-mapping array into account when detecting
tuexen
2010-12-16
1
-5
/
+7
*
Add a missing cast. Reported by blade_ly at yahoo.com.cn.
tuexen
2010-12-16
1
-1
/
+1
*
Fix a bug where also the number of non-renegable gap reports
tuexen
2010-12-04
1
-47
/
+22
*
Not only stop all timers when entering the SHUTDOWN_SENT state,
tuexen
2010-11-07
1
-2
/
+2
*
Fix a locking issue which resulted in aborted associations
tuexen
2010-09-20
1
-4
/
+4
*
Fix a bug where the wrong PR-SCTP policy was considered.
tuexen
2010-09-17
1
-7
/
+1
*
Use TAILQ_EMPTY() for testing if a tail queue is empty.
tuexen
2010-09-15
1
-4
/
+5
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-10
/
+17
*
PR SCTP Bugs. Basically a full sized frame of
rrs
2010-07-29
1
-15
/
+16
*
BUG:Turns out we need to use both bit maps
rrs
2010-06-09
1
-11
/
+1
*
2 Bugs:
rrs
2010-06-08
1
-2
/
+20
[next]