aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_ss_functions.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve KASSERT messagesMichael Tuexen2021-10-081-12/+12
* sctp: don't keep being locked on a stream which is removedMichael Tuexen2021-10-011-0/+9
* sctp: provide a specific stream scheduler function for FCFSMichael Tuexen2021-09-291-1/+25
* sctp: cleanup and adding KASSERT()s, no functional changeMichael Tuexen2021-09-281-14/+41
* sctp: Cleanup stream schedulers.Michael Tuexen2021-09-231-118/+90
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-120/+51
* sctp: fix FCFS stream schedulerMichael Tuexen2021-09-191-14/+13
* Fix a few typos in commentsGordon Bergling2021-03-131-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* Cleanups, no functional change.Michael Tuexen2020-06-141-2/+2
* Fix the non-default stream schedulers such that do not interleaveMichael Tuexen2020-02-171-0/+9
* Initialize scheduler specific data for the FCFS scheduler.Michael Tuexen2019-03-251-0/+2
* Some cleanup and consistency improvements.Michael Tuexen2019-03-081-6/+20
* After removing an entry from the stream scheduler list, set the pointersMichael Tuexen2019-03-071-3/+11
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-2/+2
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-2/+2
* Fix SPDX line as suggested by pfgMichael Tuexen2017-11-241-1/+1
* Add SPDX line.Michael Tuexen2017-11-241-0/+2
* Fix the explicit EOR mode. If the final messages is not complete, sendMichael Tuexen2017-07-201-2/+16
* Whitespace changes.Michael Tuexen2016-12-261-8/+14
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-2/+2
* Whitespace changes.Michael Tuexen2016-12-061-12/+6
* Mark an unused parameter as such.Michael Tuexen2016-08-061-2/+4
* Fix various bugs in relation to the I-DATA chunk supportMichael Tuexen2016-08-061-89/+160
* Add const to several constants. Thanks to Nicholas Nethercote forMichael Tuexen2016-03-231-1/+1
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-3/+3
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-1/+1
* Fix unused parameter warnings.Michael Tuexen2011-12-171-34/+34
* Fix several bugs related to stream scheduling.Michael Tuexen2011-02-131-127/+103
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-14/+8
* Fix several bugs in the stream schedulers.Michael Tuexen2011-02-031-22/+48
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+914