aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_indata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make clear why there is an assignment, which is not necessary.Michael Tuexen2018-05-211-2/+1
* netinet silence warningsMatt Macy2018-05-191-2/+1
* Ensure we are not dereferencing a NULL pointer.Michael Tuexen2018-05-061-1/+3
* Fix a bug related to fast retransmissions.Michael Tuexen2018-01-161-14/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix an accounting bug where data was counted twice if on the readMichael Tuexen2017-11-051-17/+24
* Fix a signed/unsigned warning.Michael Tuexen2017-10-181-4/+5
* Abort an SCTP association, when a DATA chunk is followed by an unknownMichael Tuexen2017-10-181-4/+25
* Code cleanup, not functional change.Michael Tuexen2017-10-141-3/+0
* Free the control structure after using is, not before.Michael Tuexen2017-09-211-1/+1
* No need to wakeup, since sctp_add_to_readq() does it.Michael Tuexen2017-09-211-1/+0
* Remove a no longer used variable.Michael Tuexen2017-09-191-7/+0