#
e6194c2e |
| 30-Apr-2011 |
Michael Tuexen <tuexen@FreeBSD.org> |
Improve compilation of SCTP code without INET support. Some bugs where fixed while doing this: * ASCONF-ACK messages might use wrong port number when using IPv6. * Checking for additional addresses
Improve compilation of SCTP code without INET support. Some bugs where fixed while doing this: * ASCONF-ACK messages might use wrong port number when using IPv6. * Checking for additional addresses takes the correct address into account and also does not do more comparisons than necessary.
This patch is based on one received from bz@ who was sponsored by The FreeBSD Foundation and iXsystems.
MFC after: 1 week
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
|
#
bfc46083 |
| 03-Feb-2011 |
Randall Stewart <rrs@FreeBSD.org> |
Adds an experimental option to create a pool of threads. These serve as input threads and are queued packets based on the V-tag number. This is similar to what a modern card can do with queue's for T
Adds an experimental option to create a pool of threads. These serve as input threads and are queued packets based on the V-tag number. This is similar to what a modern card can do with queue's for TCP... but alas modern cards know nothing about SCTP.
MFC after: 3 months (maybe)
show more ...
|
#
0c21a60c |
| 05-Dec-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
svn+ssh://svn.freebsd.org/base/head@216199
|
#
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
|
#
9c7635e1 |
| 29-Aug-2010 |
Michael Tuexen <tuexen@FreeBSD.org> |
Fix the the SCTP_WITH_NO_CSUM option when used in combination with interface supporting CRC offload. While at it, make use of the feature that the loopback interface provides CRC offloading.
MFC aft
Fix the the SCTP_WITH_NO_CSUM option when used in combination with interface supporting CRC offload. While at it, make use of the feature that the loopback interface provides CRC offloading.
MFC after: 4 weeks
show more ...
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
b93b253d |
| 24-Jan-2010 |
Michael Tuexen <tuexen@FreeBSD.org> |
MFC 202449:
Get rid of support of an old version of the SCTP-AUTH draft. Get rid of unused MD5 code.
|
#
33dabcc0 |
| 17-Jan-2010 |
Michael Tuexen <tuexen@FreeBSD.org> |
MFC 199437
Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY, which is defined as LIST_EMPTY.
|
#
5661a9ed |
| 16-Jan-2010 |
Michael Tuexen <tuexen@FreeBSD.org> |
Get rid of support of an old version of the SCTP-AUTH draft. Get rid of unused MD5 code.
MFC after: 1 week
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
cf19fced |
| 07-Dec-2009 |
Michael Tuexen <tuexen@FreeBSD.org> |
MFC 197288,197326,197327,197328,197342,197914,197929, 197955,199365,199370,199371,199373,199866 This MFCs all SCTP/VNET relevant fixes from head.
Approved by: rrs (mentor)
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
83fc1165 |
| 17-Nov-2009 |
Michael Tuexen <tuexen@FreeBSD.org> |
Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY, which is defined as LIST_EMPTY.
Approved by: rrs (mentor) MFC after: 1 month
|
#
cf458c64 |
| 17-Nov-2009 |
Michael Tuexen <tuexen@FreeBSD.org> |
Allow the UMA to free data. This resolves the UMA related bug reported by Julian.
Approved by: rrs (mentor) MFC after: 1 month
|
#
874108ae |
| 12-Nov-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
MFC @199204
|
#
45623593 |
| 10-Oct-2009 |
Michael Tuexen <tuexen@FreeBSD.org> |
Correct include order as indicated by bz.
Approved by: re (mentor) MFC after: 3 days
|
#
3b1de911 |
| 09-Oct-2009 |
Michael Tuexen <tuexen@FreeBSD.org> |
Do not include vnet.h twice.
Approved by: rrs (mentor) MFC after: 3 days
|
#
1ee774f6 |
| 02-Oct-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
0fbc5fbe |
| 26-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Sync with head
|
#
8518270e |
| 19-Sep-2009 |
Michael Tuexen <tuexen@FreeBSD.org> |
Get SCTP working in combination with VIMAGE. Contains code from bz. Approved by: rrs (mentor) MFC after: 1 month.
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|
#
482444b4 |
| 17-Sep-2009 |
Randall Stewart <rrs@FreeBSD.org> |
Support for VNET in SCTP (hopefully)
|