| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: cleanup cdefs.h include | Michael Tuexen | 2023-08-18 | 1 | -1/+1 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | sctp: use constants from RFC 8260 to improve compliance | Michael Tuexen | 2023-04-23 | 1 | -5/+5 |
* | sctp: fix typos | Michael Tuexen | 2022-03-29 | 1 | -3/+3 |
* | sctp: get rid of stcb send lock | Michael Tuexen | 2022-03-28 | 1 | -15/+55 |
* | sctp: improve KASSERT messages | Michael Tuexen | 2021-10-08 | 1 | -12/+12 |
* | sctp: don't keep being locked on a stream which is removed | Michael Tuexen | 2021-10-01 | 1 | -0/+9 |
* | sctp: provide a specific stream scheduler function for FCFS | Michael Tuexen | 2021-09-29 | 1 | -1/+25 |
* | sctp: cleanup and adding KASSERT()s, no functional change | Michael Tuexen | 2021-09-28 | 1 | -14/+41 |
* | sctp: Cleanup stream schedulers. | Michael Tuexen | 2021-09-23 | 1 | -118/+90 |
* | sctp: Simplify stream scheduler usage | Michael Tuexen | 2021-09-21 | 1 | -120/+51 |
* | sctp: fix FCFS stream scheduler | Michael Tuexen | 2021-09-19 | 1 | -14/+13 |
* | Fix a few typos in comments | Gordon Bergling | 2021-03-13 | 1 | -1/+1 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -4/+0 |
* | Cleanups, no functional change. | Michael Tuexen | 2020-06-14 | 1 | -2/+2 |
* | Fix the non-default stream schedulers such that do not interleave | Michael Tuexen | 2020-02-17 | 1 | -0/+9 |
* | Initialize scheduler specific data for the FCFS scheduler. | Michael Tuexen | 2019-03-25 | 1 | -0/+2 |
* | Some cleanup and consistency improvements. | Michael Tuexen | 2019-03-08 | 1 | -6/+20 |
* | After removing an entry from the stream scheduler list, set the pointers | Michael Tuexen | 2019-03-07 | 1 | -3/+11 |
* | Revert https://svnweb.freebsd.org/changeset/base/336503 | Michael Tuexen | 2018-07-19 | 1 | -2/+2 |
* | Whitespace changes due to change if ident. | Michael Tuexen | 2018-07-19 | 1 | -2/+2 |
* | Fix SPDX line as suggested by pfg | Michael Tuexen | 2017-11-24 | 1 | -1/+1 |
* | Add SPDX line. | Michael Tuexen | 2017-11-24 | 1 | -0/+2 |
* | Fix the explicit EOR mode. If the final messages is not complete, send | Michael Tuexen | 2017-07-20 | 1 | -2/+16 |
* | Whitespace changes. | Michael Tuexen | 2016-12-26 | 1 | -8/+14 |
* | Cleanup the names of SSN, SID, TSN, FSN, PPID and MID. | Michael Tuexen | 2016-12-07 | 1 | -2/+2 |
* | Whitespace changes. | Michael Tuexen | 2016-12-06 | 1 | -12/+6 |
* | Mark an unused parameter as such. | Michael Tuexen | 2016-08-06 | 1 | -2/+4 |
* | Fix various bugs in relation to the I-DATA chunk support | Michael Tuexen | 2016-08-06 | 1 | -89/+160 |
* | Add const to several constants. Thanks to Nicholas Nethercote for | Michael Tuexen | 2016-03-23 | 1 | -1/+1 |
* | Use consistent text at the begining of the files. | Michael Tuexen | 2012-05-23 | 1 | -3/+3 |
* | Address issues found by clang. While there, fix also some style | Michael Tuexen | 2011-12-27 | 1 | -1/+1 |
* | Fix unused parameter warnings. | Michael Tuexen | 2011-12-17 | 1 | -34/+34 |
* | Fix several bugs related to stream scheduling. | Michael Tuexen | 2011-02-13 | 1 | -127/+103 |
* | 1) Typo correction in comments and one spacing change. | Randall Stewart | 2011-02-05 | 1 | -14/+8 |
* | Fix several bugs in the stream schedulers. | Michael Tuexen | 2011-02-03 | 1 | -22/+48 |
* | Add stream scheduling support. | Michael Tuexen | 2011-01-23 | 1 | -0/+914 |