summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_ss_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r310590:tuexen2016-12-291-8/+14
| | | | | | | Whitespace changes. The toolchain for processing the sources has been updated. No functional change.
* MFC r309682:tuexen2016-12-181-2/+2
| | | | | | | | | Cleanup the names of SSN, SID, TSN, FSN, PPID and MID. This made a couple of bugs visible in handling SSN wrap-arounds when using DATA chunks. Now bulk transfer seems to work fine... This fixes the issue reported in https://github.com/sctplab/usrsctp/issues/111
* MFC r309607:tuexen2016-12-181-12/+6
| | | | | | | | Whitespace changes. The tools using to generate the sources has been updated and produces different whitespaces. Commit this seperately to avoid intermixing these with real code changes.
* MFC r303792:tuexen2016-08-111-89/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix various bugs in relation to the I-DATA chunk support This is joint work with rrs. MFC r303793: Mark an unused parameter as such. MFC r303798: Don't modify a structure without holding a reference count on it. MFC r303813: Remove stream queue entry consistently from wheel. While there, improve the handling of drain. MFC r303819: Consistently check for unsent data on the stream queues. MFC r303831: Fix a locking issue found by stress testing with tsctp. The inp read lock neeeds to be held when considering control->do_not_ref_stcb. MFC r303834: Fix the sending of FORWARD-TSN and I-FORWARD-TSN chunks. The last SID/SSN pair wasn't filled in. Thanks to Julian Cordes for providing a packetdrill script triggering the issue and making me aware of the bug. Approved by: re (kib)
* Add const to several constants. Thanks to Nicholas Nethercote fortuexen2016-03-231-1/+1
| | | | | | | providing the patch via https://bugzilla.mozilla.org/show_bug.cgi?id=1255655 MFC after: 1 week
* Use consistent text at the begining of the files.tuexen2012-05-231-3/+3
| | | | MFC after: 3 days
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-1/+1
| | | | | | issues. MFC after: 3 months.
* Fix unused parameter warnings.tuexen2011-12-171-34/+34
| | | | | | While there, fix some whitespace issues. MFC after: 3 months.
* Fix several bugs related to stream scheduling.tuexen2011-02-131-127/+103
| | | | | Obtained from: Robin Seggelmann MFC after: 3 months.
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-14/+8
| | | | | 2) Mass update to all copyrights. MFC after: 3 Months
* Fix several bugs in the stream schedulers.tuexen2011-02-031-22/+48
| | | | | | From Robin Seggelmann. MFC after: 3 months.
* Add stream scheduling support.tuexen2011-01-231-0/+914
This work is based on a patch received from Robin Seggelmann. MFC after: 3 months.
OpenPOWER on IntegriCloud