aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds support for the SCTP_PORT_REUSE optionRandall Stewart2008-07-311-1/+2
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+1
* More prep for Vimage:Randall Stewart2008-06-151-1/+0
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-12/+13
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+2
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-2/+0
* Use the pru_flush infrastructure to avoid a panicRandall Stewart2008-04-141-0/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-161-1/+1
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-2/+4
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-19/+26
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-10/+3
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-0/+1