aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve input validation for data chunksMichael Tuexen2024-08-031-18/+17
* sctp: minor cleanupMichael Tuexen2024-05-081-7/+13
* sctp(4): Fix a typo in a source code commentGordon Bergling2024-02-181-1/+1
* sctp: improve handling of socket shutdown for readingMichael Tuexen2023-08-241-7/+11
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: cleanupMichael Tuexen2023-08-141-7/+2
* sctp: tweak panic messageMichael Tuexen2022-08-031-10/+3
* Fix unused variable warnings in sctp_indata.cDimitry Andric2022-07-251-3/+8
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2022-05-141-1/+1
* sctp: improve consistencyMichael Tuexen2022-05-141-2/+2
* sctp: fix typosMichael Tuexen2022-03-291-14/+15
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-17/+17
* sctp: fix a locking issue for old unordered dataMichael Tuexen2021-01-311-1/+1
* Fix a potential use-after-free bug introduced inMichael Tuexen2020-11-091-3/+3
* Use __func__ instead of __FUNCTION__ for consistency.Michael Tuexen2020-10-041-1/+1
* Cleanup, no functional change intended.Michael Tuexen2020-10-041-30/+22
* Cleanup, no functional change intended.Michael Tuexen2020-09-271-3/+1
* Improve the handling of receiving unordered and unreliable userMichael Tuexen2020-09-271-1/+3
* Whitespace changes.Michael Tuexen2020-09-241-15/+8
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-27/+0
* Detect and handle an invalid reassembly constellation, which results inMichael Tuexen2020-07-231-23/+32
* Fix a use-after-free bug for the userland stack. The kernelMichael Tuexen2020-07-101-2/+5
* Optimize flushing of receive queues.Michael Tuexen2020-07-091-14/+25
* Fix error description.Michael Tuexen2020-07-081-2/+2
* Fix the acconting for fragmented unordered messages when usingMichael Tuexen2020-06-241-1/+11
* Cleanups, no functional change.Michael Tuexen2020-06-141-1/+1
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-75/+0
* Non-functional changes due to cleanup (upstream removing of Panda support)Michael Tuexen2020-06-061-2/+1
* Replace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPRINTF() mapMichael Tuexen2020-05-191-25/+28
* Revert r361209:Michael Tuexen2020-05-191-83/+38
* Handle failures of snprintf().Michael Tuexen2020-05-181-38/+83
* Ensure that an stcb is not dereferenced when it is about to beMichael Tuexen2020-05-161-0/+4
* Ensure that we have a path when starting the T3 RXT timer.Michael Tuexen2020-05-101-2/+12
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-191-2/+2
* Cleanup timer handling.Michael Tuexen2020-02-091-1/+2
* Improve numbering of debug information.Michael Tuexen2020-02-041-21/+21
* Plumb an mbuf leak in a code path that should not be taken. Also avoidMichael Tuexen2019-10-061-1/+5
* Plumb a memory leak.Michael Tuexen2019-09-241-0/+5
* Cleanup the RTO calculation and perform some consistency checksMichael Tuexen2019-09-221-23/+18
* Improve the handling of illegal sequence number combinations in receivedMichael Tuexen2019-08-311-5/+15
* Wakeup the application when doing PD-API for unordered DATA chunks.Michael Tuexen2019-07-221-0/+3
* Fix the handling of fragmented unordered messages when using DATA chunksMichael Tuexen2019-03-251-0/+9
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-4/+0
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-22/+22
* Use consistently the macors to modify the assoc state.Michael Tuexen2018-08-131-4/+4
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-101-3/+3
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+20
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-65/+47
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-47/+65