summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly detect the case where the last address is removed.Michael Tuexen2015-06-141-9/+16
* Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state.Michael Tuexen2015-05-281-4/+8
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-4/+6
* Add protection code to free memory in case of processing an address whichMichael Tuexen2015-01-181-0/+10
* Remove dead code.Michael Tuexen2015-01-121-8/+1
* Remove dead code.Michael Tuexen2015-01-111-14/+2
* Address another warnings reported by Patrick Laimbock when compilingMichael Tuexen2014-09-071-25/+13
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-22/+22
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-18/+8
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-1/+41