aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_constants.h
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-15/+0
* Detect and handle an invalid reassembly constellation, which results inMichael Tuexen2020-07-231-0/+1
* Whitespace change due to upstream cleanup.Michael Tuexen2020-06-121-1/+1
* More cleanups due to ifdef cleanup done upstreamMichael Tuexen2020-06-121-1/+1
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-1/+1
* Non-functional changes due to cleanup (upstream removing of Panda support)Michael Tuexen2020-06-061-4/+2
* Handle integer overflows correctly when converting msecs and secs toMichael Tuexen2020-03-281-10/+0
* Remove an unused timer type.Michael Tuexen2020-02-201-7/+6
* Improve numbering of debug information.Michael Tuexen2020-02-041-1/+1
* Limit the user-controllable amount of memory the kernel allocatesMichael Tuexen2019-01-161-0/+3
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-2/+2
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-4/+8
* Add constant for the PAD chunk as defined in RFC 4820.Michael Tuexen2018-01-271-0/+2
* Update references in comments, since the IDs have become an RFC longMichael Tuexen2018-01-271-21/+10
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Code cleanup, not functional change.Michael Tuexen2017-10-141-4/+0
* Code cleanup, no functional change.Michael Tuexen2017-09-211-3/+0
* Remove code not used on any platform currently supported.Michael Tuexen2017-09-161-4/+2
* Use a longer buffer for messages in ERROR chunks.Michael Tuexen2017-06-231-1/+1
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-2/+3
* Fix the PR-SCTP behaviour.Michael Tuexen2016-07-171-0/+1
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-4/+4
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-8/+15
* Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen2016-03-271-0/+2
* Loopback addresses are 127.0.0.0/8, not 127.0.0.1/32.Michael Tuexen2016-02-111-4/+1
* Ensure that ERROR chunks are always padded by implementing thisMichael Tuexen2015-09-111-0/+2
* Use 5 times RTO.Max as the default for the shutdown guard timerMichael Tuexen2015-08-291-4/+0
* Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen2015-08-291-1/+1
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-12/+15
* Fix the handling of sysctl variables when used with VIMAGE.Michael Tuexen2014-09-061-9/+0
* Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.Michael Tuexen2014-03-291-9/+3
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-0/+3
* Remove a buggy comparision when setting manually the path MTU.Michael Tuexen2013-10-151-1/+0
* Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen2013-07-051-3/+1
* Add a macro for checking for IPv4 link local addresses.Michael Tuexen2013-03-311-0/+4
* Get the accounting working. We now have counters how manyMichael Tuexen2012-11-161-1/+1
* Improve PR-SCTP if used in combination with NR-SACK.Michael Tuexen2012-11-071-0/+1
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-6/+4
* Use a default for max_burst of 4 and l2var of 2.Michael Tuexen2012-05-171-1/+1
* Support SCTP_REMOTE_ERROR notification.Michael Tuexen2012-05-131-0/+1
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationsMichael Tuexen2012-05-131-33/+22
* Remove unused constants.Michael Tuexen2012-05-131-27/+19
* Use ECONNABORTED in cases where the ABORT was sent to the peer.Michael Tuexen2012-05-131-2/+3
* Provide the flags in the SCTP stream reconfig related notificationMichael Tuexen2012-05-051-4/+3
* Make stream our stream reset implementationRandall Stewart2012-03-291-1/+2
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-2/+2
* Fix unused parameter warnings.Michael Tuexen2011-12-171-15/+4
* Fix a bug reported by Irene Ruengeler which resulted in not sendingMichael Tuexen2011-12-101-0/+2
* Fix the enabling/disabling of Heartbeats and path MTUMichael Tuexen2011-09-171-0/+1
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-17/+13