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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When moving an stcb to a new inp and we copy over the list of
tuexen
2011-10-10
1
-0
/
+3
*
Update the inp stored in a HB-timer when moving an stcb to a new inp.
tuexen
2011-10-09
1
-0
/
+1
*
Fix the enabling/disabling of Heartbeats and path MTU
tuexen
2011-09-17
1
-1
/
+6
*
Make sure that SCTP rejects broadcast, multicast and wildcard addresses
tuexen
2011-09-15
1
-3
/
+7
*
Ensure that 1-to-1 style SCTP sockets can only be connected once.
tuexen
2011-09-14
1
-0
/
+10
*
Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-09-14
1
-0
/
+14
*
Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-08-14
1
-9
/
+2
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-24
/
+58
*
Don't check for SOCK_DGRAM anymore. Also remove multicast
tuexen
2011-07-12
1
-9
/
+1
*
Add support for the newly added SCTP API.
tuexen
2011-06-15
1
-5
/
+5
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
1
-9
/
+9
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-181
/
+406
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-0
/
+1
*
Improvements to CC modules:
rrs
2011-02-26
1
-1
/
+2
*
Fix bugs related to M_FLOWID:
tuexen
2011-02-07
1
-5
/
+7
*
1) Track when flowid does get set.
rrs
2011-02-07
1
-2
/
+1
*
Add support for M_FLOWID.
tuexen
2011-02-05
1
-0
/
+4
*
1) Fix cpu mapping per JB's suggestions
rrs
2011-02-04
1
-14
/
+29
*
Make sure that changing the ECN sysctl does not affect
tuexen
2011-02-03
1
-2
/
+7
*
1) Move per John Baldwin to mp_maxid
rrs
2011-02-03
1
-7
/
+7
*
Fix the per CPU stats so that:
rrs
2011-02-03
1
-1
/
+13
*
Adds an experimental option to create a pool of
rrs
2011-02-03
1
-0
/
+149
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-0
/
+2
*
More ECN fixes:
rrs
2011-01-31
1
-4
/
+0
*
Fixes to ECN in SCTP.
rrs
2011-01-29
1
-0
/
+1
*
Add stream scheduling support.
tuexen
2011-01-23
1
-0
/
+1
*
Cleanup the management of CC functions.
tuexen
2011-01-19
1
-7
/
+1
*
Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros
tuexen
2010-12-30
1
-7
/
+3
*
Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,
tuexen
2010-12-30
1
-248
/
+129
*
Adds new dtrace for cwnd functions and lay's
rrs
2010-11-25
1
-0
/
+1
*
Fix a locking issue reported by brucec@ affecting
tuexen
2010-11-13
1
-1
/
+2
*
Improve the scalability by using the local and remote port when
tuexen
2010-11-09
1
-30
/
+33
*
Fix typos.
brucec
2010-11-09
1
-16
/
+16
*
Fix a locking issue which shows up when the code is used
tuexen
2010-09-19
1
-3
/
+3
*
Remove old debug code.
tuexen
2010-09-15
1
-13
/
+0
*
Delay the assignment of a path for DATA chunk until they hit
tuexen
2010-09-15
1
-2
/
+8
*
Fix some CLANG warnings. One clang warning is left
rrs
2010-09-05
1
-2
/
+2
*
Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239
tuexen
2010-09-01
1
-1
/
+1
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-4
/
+2
*
Make sure that we report chunks if a socket
rrs
2010-07-26
1
-7
/
+29
*
Fix a bug that WILL cause a panic. Basically
rrs
2010-07-02
1
-2
/
+2
*
Fix a bug I introduced in r209470.
tuexen
2010-06-24
1
-2
/
+2
*
* Implement sctp_does_stcb_own_this_addr() correclty. It was taking the
tuexen
2010-06-23
1
-57
/
+151
*
* Fix a bug where the length of the ASCONF-ACK was calculated wrong due
tuexen
2010-06-14
1
-12
/
+17
*
3 Fixes -
rrs
2010-06-11
1
-39
/
+11
*
Found by Michael. In cases where we run
rrs
2010-06-09
1
-0
/
+2
*
Fix serveral bugs all having to do with freeing an
rrs
2010-06-09
1
-22
/
+38
*
Opps... my bad.. we don't need a SOCK_UNLOCK() after
rrs
2010-06-07
1
-1
/
+0
*
Fix so we call socantrcvmore_locked so we
rrs
2010-06-07
1
-1
/
+1
*
1) Optimize the cleanup and don't always depend on
rrs
2010-06-06
1
-3
/
+10
[next]