summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_sctp.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-06-20Update various sys/netinet source files to conform with the style(9)Richard Scheffenegger
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-15libalias: improve handling of invalid SCTP packetsMichael Tuexen
2022-04-06libalias: Remove unused variables.John Baldwin
2021-06-19libalias: Promote per instance global variable timeStampLutz Donnerhacke
2021-05-15libalias: Style cleanupLutz Donnerhacke
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-24Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki
2019-06-17Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI
2018-01-12libalias: small memory allocation cleanups.Pedro F. Giffuni
2017-12-26White cleanups.Michael Tuexen
2017-12-26Clearify CID 1008197.Michael Tuexen
2017-12-26Clearify issue reported in CID 1008198.Michael Tuexen
2017-12-26Fix CID 1008428.Michael Tuexen
2017-12-26Fix CID 1008936.Michael Tuexen
2017-12-26Allow the first (and second) argument of sn_calloc() be a sum.Michael Tuexen
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-16Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2010-11-12Standardise all Swinburne related copyright/licence statements throughout theLawrence Stewart
2010-11-12The university does not require that its CRICOS number be included in sourceLawrence Stewart
2009-02-14This commit fixes the issue with alias_sctp.c. NoRandall Stewart
2009-02-07Add SCTP NAT support.Paolo Pisati