summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_var.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: remove duplicate codeMichael Tuexen2023-08-081-0/+1
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2023-07-281-2/+2
* sctp: minor changes due to upstreaming of Glebs recent changesMichael Tuexen2022-11-061-0/+2
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-1/+1
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-041-1/+1
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-1/+1
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-171-1/+0
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-2/+0
* sctp: more sb_cc related cleanupsMichael Tuexen2022-05-231-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-1/+0
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2021-12-301-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-191-1/+0
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-4/+1
* Stop the PMTU and HB timer when removing a net, not when freeing it.Michael Tuexen2020-02-091-2/+0
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-2/+2
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-2/+2
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use consistently uint32_t for mtu values.Michael Tuexen2017-04-261-1/+1
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-2/+2
* Whitespace changes.Michael Tuexen2016-12-061-2/+0
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-1/+0
* Fix the ICMP6 handling for SCTP.Michael Tuexen2016-04-161-0/+3
* When processing an ICMP packet containing an SCTP packet, itMichael Tuexen2016-04-121-4/+0
* A couple of minor changes that I missed that Michael had done, most notedRandall Stewart2016-04-071-3/+3
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-3/+11
* Add missing parentheses. This was reported by ccaughie via GitHubMichael Tuexen2016-01-301-1/+1
* Stop the heartbeat timer when removing a net.Michael Tuexen2015-06-141-0/+1
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-6/+6
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-6/+6
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-1/+1
* Whitespace changes.Michael Tuexen2014-07-111-34/+34
* Whitespace changes due to upstream integration of SCTP changes in theMichael Tuexen2012-10-291-24/+10
* Remove __P.Xin LI2012-10-221-10/+10
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+2
* Whitespace changes.Michael Tuexen2012-04-191-1/+1
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-6/+7
* Fix unused parameter warnings.Michael Tuexen2011-12-171-3/+3
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-2/+3
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-0/+24
* Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen2011-05-081-4/+4
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-0/+7
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-3/+3
* Fixes several PR-SCTP releated bugs.Randall Stewart2009-03-141-1/+3
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-54/+17
* - Make strict-sacks be the default.Randall Stewart2008-08-281-0/+32