summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_input.h
AgeCommit message (Expand)Author
2023-08-18sctp: cleanup cdefs.h includeMichael Tuexen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2018-07-19Whitespace changes due to changes in ident.Michael Tuexen
2018-07-19Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen
2018-07-19Whitespace changes due to change if ident.Michael Tuexen
2017-12-07Retire SCTP_WITH_NO_CSUM option.Michael Tuexen
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-12-26Whitespace changes.Michael Tuexen
2015-06-17Add FIB support for SCTP.Michael Tuexen
2014-10-16Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if aMichael Tuexen
2012-09-07Don't include a structure containing a flexible array in anotherMichael Tuexen
2012-07-02Move common code parts to sctp_common_input_processing().Michael Tuexen
2012-06-28Pass the src and dst address of a received packet explicitly around.Michael Tuexen
2012-06-14Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen
2012-05-23Use consistent text at the begining of the files.Michael Tuexen
2011-12-17Fix unused parameter warnings.Michael Tuexen
2011-05-08Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen
2011-02-051) Typo correction in comments and one spacing change.Randall Stewart
2008-07-091) Adds the rest of the VIMAGE change macrosRandall Stewart
2008-05-20- Adds support for the multi-asconf (From Kozuka-san)Randall Stewart
2007-07-02- Consolidate the code that free's chunks to actually alsoRandall Stewart
2007-06-01- Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart
2007-05-08- Copyright change, cisco's silly tool wants it to say:Randall Stewart
2007-05-08- Static analyisis fixes for cisco's commit (this is equivilantRandall Stewart
2007-05-08- More macros for OS compatabiltyRandall Stewart
2007-01-18 - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart
2006-11-03Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart