#
b845acda |
| 30-Jun-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add the missing sca_keylength field to the sctp_authkey structure, which is used the the SCTP_AUTH_KEY socket option.
MFC after: 1 month.
|
#
40a03457 |
| 28-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
a5615c90 |
| 28-Jun-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222830
|
#
3c4401ec |
| 28-Jun-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add support for SCTP_PR_SCTP_NONE which I misded to add. This constant is defined in the socket API ID.
MFC after: 2 months.
|
#
5519971c |
| 19-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
6037f89c |
| 16-Jun-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add SCTP_DEFAULT_PRINFO socket option. Fix the SCTP_DEFAULT_SNDINFO socket option: Don't clear the PR SCTP policy when setting sinfo_flags.
MFC after: 1 month.
|
#
0b064106 |
| 16-Jun-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
* Fix the handling of addresses in sctp_sendv(). * Add support for SCTP_SENDV_NOINFO. * Improve the error handling of sctp_sendv() and sctp_recv().
MFC after: 1 month
|
#
dbab0763 |
| 16-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
e2e7c62e |
| 16-Jun-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add support for the newly added SCTP API. In particular add support for: * SCTP_SNDINFO, SCTP_PRINFO, SCTP_AUTHINFO, SCTP_DSTADDRV4, and SCTP_DSTADDRV6 cmsgs. * SCTP_NXTINFO and SCTP_RCVINFO cmgs.
Add support for the newly added SCTP API. In particular add support for: * SCTP_SNDINFO, SCTP_PRINFO, SCTP_AUTHINFO, SCTP_DSTADDRV4, and SCTP_DSTADDRV6 cmsgs. * SCTP_NXTINFO and SCTP_RCVINFO cmgs. * SCTP_EVENT, SCTP_RECVRCVINFO, SCTP_RECVNXTINFO and SCTP_DEFAULT_SNDINFO socket option. * Special association ids (SCTP_FUTURE_ASSOC, ...) * sctp_recvv() and sctp_sendv() functions.
MFC after: 1 month.
show more ...
|
#
db06a6f4 |
| 12-Mar-2011 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@219553
|
#
299108c5 |
| 26-Feb-2011 |
Randall Stewart <rrs@FreeBSD.org> |
Improvements to CC modules: 1) Add four new points that allow you to get more information to cc algo's 2) Fix the case where user changes module on a existing TCB, in such a case, the initializ
Improvements to CC modules: 1) Add four new points that allow you to get more information to cc algo's 2) Fix the case where user changes module on a existing TCB, in such a case, the initialization module needs to be called on all nets. 3) Move htcp_cc structure to a union that other modules can use. 4) Add 5th point for get/set socket options for cc_module specific options
MFC after: 2 months
show more ...
|
#
9b4fcf85 |
| 18-Feb-2011 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@218816
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
5d40cf5d |
| 05-Feb-2011 |
Randall Stewart <rrs@FreeBSD.org> |
1) Typo correction in comments and one spacing change. 2) Mass update to all copyrights. MFC after: 3 Months
|
#
d77e2e42 |
| 28-Jan-2011 |
Randall Stewart <rrs@FreeBSD.org> |
Fix a bug in the way ECN-Echo chunk sends were being accounted for. The counting was such that we counted only when we queued a chunk, not when we sent it. Now keep an additional counter for queuing
Fix a bug in the way ECN-Echo chunk sends were being accounted for. The counting was such that we counted only when we queued a chunk, not when we sent it. Now keep an additional counter for queuing and one for sending.
MFC after: 1 week
show more ...
|
#
f7a77f6f |
| 23-Jan-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add stream scheduling support. This work is based on a patch received from Robin Seggelmann.
MFC after: 3 months.
|
#
a97009a5 |
| 20-Jan-2011 |
Randall Stewart <rrs@FreeBSD.org> |
Fix it so we align with new socket API draft for state's in destination (i.e. ACTIVE/INACTIVE/UNCONFIRMED)
MFC after: 1 week
|
#
0a80a2de |
| 01-Jan-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
Fix a typo.
MFC after: 3 months.
|
#
0c21a60c |
| 05-Dec-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
svn+ssh://svn.freebsd.org/base/head@216199
|
#
1e7a698a |
| 25-Nov-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r215709 through r215824 from ^/head.
|
#
6324ca61 |
| 25-Nov-2010 |
Randall Stewart <rrs@FreeBSD.org> |
Adds new dtrace for cwnd functions and lay's groundwork for future dtrace points (rwnd flightsize etc).
MFC after: 2 months
|
#
6b6403a1 |
| 18-Nov-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r215396 through r215463 from ^/head.
|
#
6a67588b |
| 16-Nov-2010 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add an SCTP socket option to retrieve the number of timeouts of an association.
MFC after: 3 days.
|
#
1170f3d1 |
| 11-Nov-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r214895 through r215140 from ^/head.
|
#
b1ce21c6 |
| 09-Nov-2010 |
Rebecca Cran <brucec@FreeBSD.org> |
Fix typos.
PR: bin/148894 Submitted by: olgeni
|
#
6f3544cd |
| 26-Oct-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@214309
|