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_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Micro-optimization suggested in
tuexen
2013-08-01
1
-4
/
+3
*
Send the adaptation layer indication only if set by the user.
tuexen
2013-02-11
1
-0
/
+1
*
Don't send kernel provided information in the User Initiated
tuexen
2013-02-11
1
-22
/
+10
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
1
-22
/
+40
*
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
tuexen
2013-02-09
1
-17
/
+16
*
Some cleanups.
tuexen
2012-12-27
1
-15
/
+9
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Allow shutdown() to be used on fds returned from sctp_peeloff().
tuexen
2012-11-26
1
-1
/
+2
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-1
/
+1
*
Changes which improve compilation if neither INET nor INET6 is defined.
tuexen
2012-07-15
1
-10
/
+4
*
#ifdef INET and INET6 consistently. This also fixes a bug, where
tuexen
2012-07-15
1
-1
/
+1
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-4
/
+4
*
Whitespace cleanup.
tuexen
2012-06-25
1
-4
/
+4
*
Remove redundant #ifdef. Reported by gnn@.
tuexen
2012-06-21
1
-2
/
+0
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+3
*
Provide the error code in SCTP_PEER_ADDR_CHANGE notifications as
tuexen
2012-05-13
1
-9
/
+9
*
Use ECONNABORTED in cases where the ABORT was sent to the peer.
tuexen
2012-05-13
1
-1
/
+1
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-6
/
+2
*
Address clang warnings.
tuexen
2012-05-06
1
-4
/
+2
*
Remove debug code.
tuexen
2012-05-06
1
-10
/
+0
*
Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.
tuexen
2012-05-06
1
-0
/
+6
*
Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC,
tuexen
2012-05-05
1
-19
/
+15
*
Add support for the SCTP_ENABLE_STREAM_RESET socket option to
tuexen
2012-05-04
1
-5
/
+30
*
Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT as
tuexen
2012-05-04
1
-0
/
+12
*
Add support for missing gauth_number_of_chunks field. This Bug was
tuexen
2012-04-30
1
-0
/
+3
*
Whitespace changes.
tuexen
2012-04-28
1
-3
/
+0
*
Whitespace changes.
tuexen
2012-04-19
1
-1
/
+1
*
Remove duplicate condition in if statement.
tuexen
2012-04-06
1
-1
/
+0
*
Make stream our stream reset implementation
rrs
2012-03-29
1
-114
/
+163
*
Clean up, no functional change.
tuexen
2012-03-15
1
-16
/
+11
*
Remove two clang warnings.
tuexen
2012-02-18
1
-1
/
+1
*
Fix two bugs, which result in a panic when calling getsockopt()
tuexen
2012-01-14
1
-2
/
+2
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-34
/
+27
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-11
/
+8
*
Fix a bug reported by Irene Ruengeler which resulted in not sending
tuexen
2011-12-10
1
-0
/
+1
*
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
tuexen
2011-11-20
1
-1
/
+169
*
Use the most significant 6 bits of the dscp instead of the least
tuexen
2011-10-11
1
-7
/
+7
*
Fix the enabling/disabling of Heartbeats and path MTU
tuexen
2011-09-17
1
-19
/
+29
*
Make sure that SCTP rejects broadcast, multicast and wildcard addresses
tuexen
2011-09-15
1
-1
/
+1
*
Ensure that 1-to-1 style SCTP sockets can only be connected once.
tuexen
2011-09-14
1
-9
/
+5
*
Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-09-14
1
-28
/
+48
*
Fix the handling of [gs]etsockopt() unconnected 1-to-1 style sockets.
tuexen
2011-08-16
1
-37
/
+114
*
Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-08-14
1
-23
/
+14
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-100
/
+410
*
Add the missing sca_keylength field to the sctp_authkey structure,
tuexen
2011-06-30
1
-1
/
+11
*
Add SCTP_DEFAULT_PRINFO socket option.
tuexen
2011-06-16
1
-0
/
+74
*
Add support for the newly added SCTP API.
tuexen
2011-06-15
1
-435
/
+1054
*
Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.
tuexen
2011-05-17
1
-0
/
+1
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
1
-1
/
+1
*
Implement Resource Pooling V2 and an MPTCP like congestion
tuexen
2011-05-04
1
-8
/
+12
[next]