aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve debug outputMichael Tuexen2024-10-241-3/+3
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: improve consistencyMichael Tuexen2022-05-141-2/+2
* sctp: fix parameter type in NAT status messageMichael Tuexen2022-04-131-1/+1
* sctp: ensure that ASCONF chunks are not too largeMichael Tuexen2022-03-291-2/+16
* sctp: fix typosMichael Tuexen2022-03-291-7/+10
* sctp: cleanup, no functional change intendedMichael Tuexen2021-09-151-1/+0
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-1/+1
* Improve input validation for parameters in ASCONF and ASCONF-ACK chunksMichael Tuexen2020-12-231-2/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Improve the error handling in generating ASCONF chunks.Michael Tuexen2020-07-141-94/+70
* Remove last argument of sctp_addr_mgmt_ep_sa(), since it is not used.Michael Tuexen2020-06-191-4/+2
* Non-functional changes due to upstream cleanup.Michael Tuexen2020-06-111-1/+0
* Replace snprintf() by SCTP_SNPRINTF() and let SCTP_SNPRINTF() mapMichael Tuexen2020-05-191-2/+1
* Revert r361209:Michael Tuexen2020-05-191-3/+2
* Avoid an integer underflow.Michael Tuexen2020-05-181-3/+3
* Remove redundant check.Michael Tuexen2020-05-181-4/+0
* Handle failures of snprintf().Michael Tuexen2020-05-181-2/+3
* Non-functional changes, cleanups.Michael Tuexen2020-05-171-1/+0
* Ensure that we have a path when starting the T3 RXT timer.Michael Tuexen2020-05-101-3/+8
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-17/+5
* More timer cleanups, no functional change.Michael Tuexen2020-03-211-2/+1
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-191-3/+3
* Fix build issues for the userland stack on 32-bit platforms.Michael Tuexen2020-01-281-1/+1
* Validate length before use it, not vice versa.Michael Tuexen2019-10-081-2/+2
* Fix a use after free bug when removing remote addresses.Michael Tuexen2019-10-051-3/+3
* When skipping the address parameter, take the padding into account.Michael Tuexen2019-10-031-2/+2
* Cleanup sctp_asconf_error_response() and ensure that the parameterMichael Tuexen2019-10-031-24/+27
* Add missing input validation. This could result in reading fromMichael Tuexen2019-10-031-0/+18
* Don't use stack memory which is not initialized.Michael Tuexen2019-09-301-7/+10
* Fix the handling of invalid parameters in ASCONF chunks.Michael Tuexen2019-09-201-0/+1
* Fix a typo.Michael Tuexen2019-08-081-1/+1
* Improve consistency. No functional change.Michael Tuexen2019-08-051-5/+4
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-10/+4
* Plug mbuf leak in the SCTP input path in an error case.Michael Tuexen2018-09-301-0/+1
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-8/+7
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-1/+23
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-54/+38
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-38/+54
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove unused function.Michael Tuexen2017-09-271-33/+0
* Use memset/memcpy instead of bzero/bcopy.Michael Tuexen2017-07-191-8/+8
* Whitespace changes.Michael Tuexen2016-12-261-33/+41
* Whitespace changes.Michael Tuexen2016-12-061-45/+9
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().Michael Tuexen2016-04-301-1/+2
* Whitespace changes.Michael Tuexen2016-02-161-1/+1
* Improve the teardown of the SCTP stack.Michael Tuexen2016-02-161-1/+8
* Provide consistent error causes whenever an ABORT chunk is sent.Michael Tuexen2015-07-271-1/+7
* Add FIB support for SCTP.Michael Tuexen2015-06-171-1/+2