Revision tags: release/14.0.0 |
|
#
c3179e66 |
| 18-Aug-2023 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: cleanup cdefs.h include
|
#
685dc743 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
#
66d6fd53 |
| 23-Apr-2023 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: use constants from RFC 8260 to improve compliance
Keep the old constants for backwards compatibility.
MFC after: 1 week
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
e7e65008 |
| 29-Mar-2022 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: fix typos
Thanks to David Sanders for fixing the typos in the userland stack.
MFC after: 3 days
|
#
5ac91821 |
| 29-Mar-2022 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: get rid of stcb send lock
Just use the stcb lock instead to simplify locking.
Reported by: syzbot+d00b202063150f85b110@syzkaller.appspotmail.com Reported by: syzbot+87f268a0a6d2d6383306@syzka
sctp: get rid of stcb send lock
Just use the stcb lock instead to simplify locking.
Reported by: syzbot+d00b202063150f85b110@syzkaller.appspotmail.com Reported by: syzbot+87f268a0a6d2d6383306@syzkaller.appspotmail.com MFC after: 3 days
show more ...
|
Revision tags: release/12.3.0 |
|
#
bd19202c |
| 08-Oct-2021 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: improve KASSERT messages
MFC after: 1 week
|
#
3ff37339 |
| 02-Oct-2021 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: don't keep being locked on a stream which is removed
Reported by: syzbot+f5f551e8a3a0302a4914@syzkaller.appspotmail.com MFC after: 1 week
|
#
28ea9470 |
| 29-Sep-2021 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: provide a specific stream scheduler function for FCFS
A KASSERT in the genric routine does not apply and triggers incorrectly.
Reported by: syzbot+8435af157238c6a11430@syzkaller.appspotmail.c
sctp: provide a specific stream scheduler function for FCFS
A KASSERT in the genric routine does not apply and triggers incorrectly.
Reported by: syzbot+8435af157238c6a11430@syzkaller.appspotmail.com MFC after: 1 week
show more ...
|
#
fa947a36 |
| 28-Sep-2021 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: cleanup and adding KASSERT()s, no functional change
MFC after: 1 week
|
#
414499b3 |
| 23-Sep-2021 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: Cleanup stream schedulers.
No functional change intended.
MFC after: 1 week
|
#
762ae0ec |
| 21-Sep-2021 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: Simplify stream scheduler usage
Callers are getting the stcb send lock, so just KASSERT that. No need to signal this when calling stream scheduler functions. No functional change intended.
MF
sctp: Simplify stream scheduler usage
Callers are getting the stcb send lock, so just KASSERT that. No need to signal this when calling stream scheduler functions. No functional change intended.
MFC after: 1 week
show more ...
|
#
e19d93b1 |
| 19-Sep-2021 |
Michael Tuexen <tuexen@FreeBSD.org> |
sctp: fix FCFS stream scheduler
Reported by: syzbot+c6793f0f0ce698bce230@syzkaller.appspotmail.com MFC after: 1 week
|
Revision tags: release/13.0.0 |
|
#
183502d1 |
| 13-Mar-2021 |
Gordon Bergling <gbe@FreeBSD.org> |
Fix a few typos in comments
- trough -> through
MFC after: 1 week
|
Revision tags: release/12.2.0 |
|
#
662c1305 |
| 01-Sep-2020 |
Mateusz Guzik <mjg@FreeBSD.org> |
net: clean up empty lines in .c and .h files
|
#
44710431 |
| 14-Jun-2020 |
Michael Tuexen <tuexen@FreeBSD.org> |
Cleanups, no functional change.
MFC after: 1 week
|
Revision tags: release/11.4.0 |
|
#
3c4ad300 |
| 17-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r358000 through r358048.
|
#
a610bb21 |
| 17-Feb-2020 |
Michael Tuexen <tuexen@FreeBSD.org> |
Fix the non-default stream schedulers such that do not interleave user messages when it is now allowed.
Thanks to Christian Wright for reporting the issue for the userland stack and providing a fix
Fix the non-default stream schedulers such that do not interleave user messages when it is now allowed.
Thanks to Christian Wright for reporting the issue for the userland stack and providing a fix for the priority scheduler.
MFC after: 1 week
show more ...
|
Revision tags: release/12.1.0, release/11.3.0 |
|
#
415e34c4 |
| 29-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead@r345677
|
#
7c96d54f |
| 25-Mar-2019 |
Michael Tuexen <tuexen@FreeBSD.org> |
Initialize scheduler specific data for the FCFS scheduler. This is joint work with rrs@. The issue was reported by using syzkaller.
MFC after: 1 week
|
#
2aaf9152 |
| 18-Mar-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead@r345275
|
#
ff511f1f |
| 11-Mar-2019 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r344996
|
#
a458a6e6 |
| 08-Mar-2019 |
Michael Tuexen <tuexen@FreeBSD.org> |
Some cleanup and consistency improvements.
MFC after: 3 days
|
#
e6dcce69 |
| 07-Mar-2019 |
Michael Tuexen <tuexen@FreeBSD.org> |
After removing an entry from the stream scheduler list, set the pointers to NULL, since we are checking for it in case the element gets inserted again.
This issue was found by running syzkaller.
MF
After removing an entry from the stream scheduler list, set the pointers to NULL, since we are checking for it in case the element gets inserted again.
This issue was found by running syzkaller.
MFC after: 3 days
show more ...
|
Revision tags: release/12.0.0 |
|
#
b0471b4b |
| 19-Jul-2018 |
Michael Tuexen <tuexen@FreeBSD.org> |
Revert https://svnweb.freebsd.org/changeset/base/336503 since I also ran the export script with different parameters.
|