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
*
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
*
Fix reported errno.
tuexen
2012-04-19
1
-2
/
+2
*
Make stream our stream reset implementation
rrs
2012-03-29
1
-31
/
+81
*
Small cleanup of the code. No functional change (in FreeBSD kernel).
tuexen
2012-03-22
1
-17
/
+20
*
Two cleanups. No functional change.
tuexen
2012-01-15
1
-1
/
+1
*
Add an SCTP sysctl "blackhole", similar to the one for TCP.
tuexen
2012-01-08
1
-1
/
+10
*
Use NULL instead of 0.
tuexen
2012-01-06
1
-1
/
+1
*
Address issues found by clang. While there, fix also some style
tuexen
2011-12-27
1
-35
/
+37
*
Fix unused parameter warnings.
tuexen
2011-12-17
1
-44
/
+35
*
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
tuexen
2011-11-20
1
-0
/
+1
*
Update the inp stored in a HB-timer when moving an stcb to a new inp.
tuexen
2011-10-09
1
-1
/
+1
*
Cleanup the iterator code, remove code that is never executed.
tuexen
2011-09-19
1
-7
/
+0
*
Fix the enabling/disabling of Heartbeats and path MTU
tuexen
2011-09-17
1
-0
/
+3
*
Make sure that SCTP rejects broadcast, multicast and wildcard addresses
tuexen
2011-09-15
1
-0
/
+26
*
Ensure that 1-to-1 style SCTP sockets can only be connected once.
tuexen
2011-09-14
1
-33
/
+5
*
Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-09-14
1
-9
/
+12
*
Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMS
tuexen
2011-08-14
1
-2
/
+2
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-139
/
+43
*
Add support for the newly added SCTP API.
tuexen
2011-06-15
1
-12
/
+16
*
Get rid of unused functions.
tuexen
2011-05-29
1
-65
/
+0
*
Fix a locking issue showing up on Mac OS X when subscribing to
tuexen
2011-05-08
1
-5
/
+5
*
Remove code with any effect.
tuexen
2011-05-03
1
-3
/
+0
*
Some more cleanups related to an kernel without INET.
tuexen
2011-05-02
1
-39
/
+91
*
Improve compilation of SCTP code without INET support.
tuexen
2011-04-30
1
-1
/
+9
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-6
/
+14
*
Improvements to CC modules:
rrs
2011-02-26
1
-1
/
+5
*
* Cleanup the code computing the retransmission timeout.
tuexen
2011-02-24
1
-71
/
+33
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-3
/
+2
*
Fix several bugs in the stream schedulers.
tuexen
2011-02-03
1
-1
/
+1
*
Make sure that changing the ECN sysctl does not affect
tuexen
2011-02-03
1
-0
/
+4
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-2
/
+12
[next]