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
*
Minor cleanups of debug messages.
tuexen
2012-12-27
1
-2
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Find the endpoint for an incoming packet also if the endpoint
tuexen
2012-11-26
1
-1
/
+2
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
1
-1
/
+15
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
1
-0
/
+9
*
Whitespace change.
tuexen
2012-09-23
1
-2
/
+1
*
Whitespace changes.
tuexen
2012-09-09
1
-6
/
+4
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-10
/
+10
*
Fix a refcount issue. The called only decrements is stcb is NULL.
tuexen
2012-08-05
1
-4
/
+3
*
Fix a bug reported by Simon L. B. Nielsen:
tuexen
2012-08-04
1
-2
/
+0
*
Fix a refcount bug when freeing an association.
tuexen
2012-07-17
1
-7
/
+3
*
#ifdef INET and INET6 consistently. This also fixes a bug, where
tuexen
2012-07-15
1
-1
/
+9
*
Use case for selecting the address family (as in other places).
tuexen
2012-07-14
1
-3
/
+10
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-196
/
+23
*
Remove code which is not needed.
tuexen
2012-06-03
1
-4
/
+0
*
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
/
+5
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-2
/
+2
*
Remove debug code.
tuexen
2012-05-06
1
-10
/
+0
*
Use SCTP_PRINTF() instead of printf() in all SCTP sources.
tuexen
2012-05-04
1
-5
/
+5
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-23
/
+13
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-11
/
+15
*
Remove debug code.
tuexen
2011-11-28
1
-7
/
+0
*
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
tuexen
2011-11-20
1
-6
/
+3
*
Cleanup comparison of interface names.
tuexen
2011-11-18
1
-24
/
+4
*
Set the MTU of an path to an approriate value if the interface MTU
tuexen
2011-11-15
1
-16
/
+26
*
Don't copy uninitialized memory. Also simplify the comparison
tuexen
2011-11-13
1
-15
/
+5
*
When loading addresses from INITs, always use the correct
tuexen
2011-11-07
1
-37
/
+48
*
When add a new remote address using sctp_add_remote_addr(),
tuexen
2011-10-27
1
-3
/
+3
*
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
[next]