aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_module.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-52/+8
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-171-6/+0
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-10/+2
* ipsec: isolate knowledge about protocols that are last headerGleb Smirnoff2022-08-171-4/+4
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-2/+0
* Provide support for building SCTP as a loadable module.Mark Johnston2020-07-101-0/+197