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
/
sctputil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Provide information in error causes in ASCII instead of
tuexen
2014-03-16
1
-11
/
+17
*
Address some warnings which showed up on the userland version.
tuexen
2013-12-27
1
-2
/
+2
*
Use htons()/ntohs() appropriately.
tuexen
2013-11-07
1
-2
/
+2
*
Changes from upstream to improve compilation when INET or INET6
tuexen
2013-11-02
1
-3
/
+15
*
Remove redundant field pr_sctp_on.
tuexen
2013-09-03
1
-1
/
+0
*
Use LIST_EMPTY when appropriate.
tuexen
2013-06-02
1
-2
/
+2
*
Remove redundant checks.
tuexen
2013-05-28
1
-6
/
+6
*
Set errno to ETIMEDOUT if an SCTP association times out during
tuexen
2013-05-17
1
-2
/
+8
*
Fix a potential race in returning setting errno when an
tuexen
2013-02-27
1
-1
/
+2
*
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
tuexen
2013-02-09
1
-70
/
+55
*
Fix a copy and paste error.
tuexen
2012-12-27
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-17
/
+17
*
Add support for SCTP/UDP/IPV6.
tuexen
2012-11-17
1
-52
/
+80
*
Get the accounting working. We now have counters how many
tuexen
2012-11-16
1
-1
/
+2
*
Add per outgoing stream accounting for chunks in the send
tuexen
2012-11-07
1
-0
/
+16
*
Fix possible spurious sbunlock in sctp_sorecvmsg.
mjg
2012-11-06
1
-1
/
+1
*
Move from early SSN assignment to late SSN assignment.
tuexen
2012-11-05
1
-67
/
+59
*
Use ntohs() and htons() in correct order. However, this doesn't change
tuexen
2012-10-29
1
-1
/
+1
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-1
/
+1
*
Small cleanups. No functional change.
tuexen
2012-09-14
1
-8
/
+3
*
Using %p in a format string requires a void *.
tuexen
2012-09-05
1
-3
/
+3
*
Whitespace change.
tuexen
2012-09-04
1
-1
/
+1
*
Fix a typo which results in RTT to be off by a factor of 10, if the RTT is
tuexen
2012-09-02
1
-1
/
+1
*
Fix a refcount bug when freeing an association.
tuexen
2012-07-17
1
-2
/
+4
*
#ifdef INET and INET6 consistently. This also fixes a bug, where
tuexen
2012-07-15
1
-2
/
+2
*
Provide the correct notification type (SCTP_SEND_FAILED_EVENT)
tuexen
2012-07-14
1
-1
/
+1
*
Pass the src and dst address of a received packet explicitly around.
tuexen
2012-06-28
1
-63
/
+9
*
Whitespace cleanup.
tuexen
2012-06-25
1
-23
/
+23
*
Cleanup the UDP decapsulation code.
tuexen
2012-06-18
1
-42
/
+20
*
Pass flowid explicitly through the stack instead of taking it from
tuexen
2012-06-14
1
-5
/
+15
*
Small cleanup.
tuexen
2012-06-12
1
-3
/
+1
*
Remove an unused parameter.
tuexen
2012-06-02
1
-2
/
+2
*
Use consistent text at the begining of the files.
tuexen
2012-05-23
1
-4
/
+2
*
Support SCTP_REMOTE_ERROR notification.
tuexen
2012-05-13
1
-0
/
+60
*
Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications
tuexen
2012-05-13
1
-27
/
+35
*
Remove unused constants.
tuexen
2012-05-13
1
-12
/
+0
*
Use ECONNABORTED in cases where the ABORT was sent to the peer.
tuexen
2012-05-13
1
-16
/
+33
*
Ensure the user can read COMM_LOST notifications on 1-to-1 style sockets.
tuexen
2012-05-13
1
-117
/
+95
*
Provide in the association change notification the received ABORT chunk
tuexen
2012-05-12
1
-39
/
+55
*
Only provide the supported features in the SCTP_ASSOC_CHANGE notif
tuexen
2012-05-11
1
-20
/
+27
*
Address clang warnings.
tuexen
2012-05-06
1
-3
/
+6
*
Add support for the sac_info field in struct sctp_assoc_change
tuexen
2012-05-06
1
-1
/
+17
*
Remove debug code.
tuexen
2012-05-06
1
-3
/
+0
*
Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.
tuexen
2012-05-06
1
-46
/
+104
*
Provide the flags in the SCTP stream reconfig related notification
tuexen
2012-05-05
1
-0
/
+8
*
Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT as
tuexen
2012-05-04
1
-2
/
+2
*
Use SCTP_PRINTF() instead of printf() in all SCTP sources.
tuexen
2012-05-04
1
-9
/
+9
*
Fix a type in an SCTP AUTH related notification. Keep the old name
tuexen
2012-04-26
1
-1
/
+1
*
Use the flags defined in RFC 6525 in the stream reset event.
tuexen
2012-04-23
1
-4
/
+4
*
Fix check used by stream reset related events.
tuexen
2012-04-21
1
-3
/
+3
[next]