summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure variables are initialized before used.Michael Tuexen2020-10-061-0/+1
* Remove dead stores reported by clang static code analysisMichael Tuexen2020-10-061-1/+1
* Improve the input validation and processing of cookies.Michael Tuexen2020-09-291-2/+5
* Minor cleanup.Michael Tuexen2020-09-281-1/+1
* Whitespace changes.Michael Tuexen2020-09-241-3/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-54/+0
* Improve the handling of concurrent send() calls for SCTP sockets,Michael Tuexen2020-08-161-2/+7
* Clear the pointer to the socket when closing it also in case ofMichael Tuexen2020-07-231-0/+5
* Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-191-26/+47
* Remove code which is not needed.Michael Tuexen2020-07-181-3/+0
* Improve the locking of address lists by adding some asserts andMichael Tuexen2020-07-171-23/+41
* Move the definition of SCTP's system_base_info into sctp_crc32.c.Mark Johnston2020-06-221-2/+0
* Remove usage of empty macro.Michael Tuexen2020-06-131-8/+0
* More cleanups due to ifdef cleanup done upstreamMichael Tuexen2020-06-121-10/+6
* Non-functional changes due to upstream cleanup.Michael Tuexen2020-06-111-1/+0
* Whitespace cleanups and removal of a stale comment.Michael Tuexen2020-06-081-2/+0
* Fix typo in comment.Michael Tuexen2020-06-061-1/+1
* Non-functional changes due to cleanup (upstream removing of Panda support)Michael Tuexen2020-06-061-10/+3
* Replace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPRINTF() mapMichael Tuexen2020-05-191-4/+4
* Revert r361209:Michael Tuexen2020-05-191-14/+6
* Cleanup, no functional change intended.Michael Tuexen2020-05-181-5/+1
* Handle failures of snprintf().Michael Tuexen2020-05-181-6/+14
* Non-functional changes, cleanups.Michael Tuexen2020-05-171-2/+0
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-22/+9
* Handle integer overflows correctly when converting msecs and secs toMichael Tuexen2020-03-281-8/+8
* Revert https://svnweb.freebsd.org/changeset/base/357829Michael Tuexen2020-03-251-25/+25
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-191-4/+2
* Don't panic under INVARIANTS when we can't allocate memory for storingMichael Tuexen2020-02-121-3/+0
* Mark the socket as disconnected when freeing the association the firstMichael Tuexen2020-02-121-25/+25
* Revert https://svnweb.freebsd.org/changeset/base/357761Michael Tuexen2020-02-111-2/+2
* Don't start an SCTP timer using a net, which has been removed.Michael Tuexen2020-02-111-0/+1
* Use an int instead of a bool variable, since bool is not supportedMichael Tuexen2020-02-111-2/+2
* Stop the PMTU and HB timer when removing a net, not when freeing it.Michael Tuexen2020-02-091-1/+7
* Cleanup timer handling.Michael Tuexen2020-02-091-45/+6
* Remove unused timer.Michael Tuexen2020-02-041-5/+0
* Return -1 consistently if an error occurs.Michael Tuexen2020-01-051-1/+1
* Improve input validation for some parameters having a too smallMichael Tuexen2019-12-201-1/+4
* Move SCTP DTrace probe definitions into a .c file.Mark Johnston2019-10-131-1/+0
* Improve function definition.Michael Tuexen2019-08-311-1/+1
* Improve consistency. No functional change.Michael Tuexen2019-08-051-3/+4
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-6/+2
* Fix socket state handling when freeing an SCTP endpoint.Michael Tuexen2019-07-151-6/+5
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-2/+5
* Improve locking when tearing down an SCTP association.Michael Tuexen2019-03-251-1/+3
* Allocate an assocition id and register the stcb with holding the lock.Michael Tuexen2019-03-031-7/+2
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-1/+0
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-25/+25
* Use consistently the macors to modify the assoc state.Michael Tuexen2018-08-131-10/+10
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+16
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-36/+21