aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: make sure all SCTP RESET notifications use sctp_ulp_notify()Michael Tuexen2023-09-081-6/+0
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2023-07-281-2/+2
* sctp: improve consistencyMichael Tuexen2023-07-281-5/+1
* sctp: more sb_cc related cleanupsMichael Tuexen2022-05-231-24/+0
* sctp: retire sctp_mtu_size_reset()Michael Tuexen2021-12-301-3/+0
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-2/+2
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-271-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+0
* Improve the handling of concurrent send() calls for SCTP sockets,Michael Tuexen2020-08-161-1/+1
* Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-191-0/+8
* Cleanup the adding and deleting of addresses via sctp_bindx().Michael Tuexen2020-06-201-4/+3
* Small cleanup due to upstream ifdef cleanups.Michael Tuexen2020-06-121-1/+1
* Non-functional changes due to upstream cleanup.Michael Tuexen2020-06-111-20/+6
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-14/+0
* Handle integer overflows correctly when converting msecs and secs toMichael Tuexen2020-03-281-0/+5
* Revert https://svnweb.freebsd.org/changeset/base/357761Michael Tuexen2020-02-111-1/+1
* Use an int instead of a bool variable, since bool is not supportedMichael Tuexen2020-02-111-1/+1
* Cleanup timer handling.Michael Tuexen2020-02-091-0/+3
* Cleanup the RTO calculation and perform some consistency checksMichael Tuexen2019-09-221-1/+1
* Improve input validation for the IPPROTO_SCTP level socket optionsMichael Tuexen2019-05-191-4/+3
* Fix build issue for the userland stack.Michael Tuexen2019-03-241-1/+1
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-0/+2
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-17/+12
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-14/+19
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-19/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Code cleanup, not functional change.Michael Tuexen2017-10-141-1/+1
* Improve compilation on platforms different from FreeBSD.Michael Tuexen2017-06-231-2/+0
* Allow SCTP to use the hostcache.Michael Tuexen2017-04-291-0/+5
* Whitespace changes.Michael Tuexen2016-12-261-2/+2
* Whitespace changes.Michael Tuexen2016-12-061-5/+0
* Remove a function, which is not used anymore.Michael Tuexen2016-04-231-10/+0
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-181-1/+6
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-0/+3
* Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen2016-03-271-2/+3
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+1
* Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen2015-08-291-0/+3
* Add FIB support for SCTP.Michael Tuexen2015-06-171-1/+1
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-1/+6
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-7/+7
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-7/+7
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to beMichael Tuexen2014-08-011-2/+4
* Whitespace changes.Michael Tuexen2014-07-111-8/+8
* Send the correct error cause, when a DATA chunk with no user dataMichael Tuexen2014-04-191-0/+1
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-1/+2
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-171-4/+0
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-4/+5
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-141-3/+7