aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_crc32.c
Commit message (Expand)AuthorAgeFilesLines
* No need to include netinet/sctp_crc32.h twice.Michael Tuexen2020-06-221-1/+0
* Move the definition of SCTP's system_base_info into sctp_crc32.c.Mark Johnston2020-06-221-3/+4
* Add the SCTP_SUPPORT kernel option.Mark Johnston2020-06-181-8/+9
* When the IP layer calls back into the SCTP layer to perform the SCTPMichael Tuexen2019-09-151-6/+6
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-5/+7
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-7/+5
* When adding support for sending SCTP packets containing an ABORT chunkMichael Tuexen2017-12-261-46/+52
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-8/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Whitespace changes.Michael Tuexen2016-12-261-5/+5
* Whitespace changes.Michael Tuexen2016-12-061-1/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-5/+2
* Call panic() only under INVARIANTS.Michael Tuexen2012-05-041-0/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.Michael Tuexen2012-05-041-1/+1
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Simplify sctp_delayed_cksum() a bit.Michael Tuexen2010-11-141-4/+2
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withMichael Tuexen2010-08-291-8/+4
* The proper fix for the delayed SCTP checksum is toRandall Stewart2010-03-121-3/+1
* repository sync to multi-OS repo ... spaceing changeRandall Stewart2009-05-071-0/+1
* Unbreak options VIMAGE kernel builds.Marko Zec2009-05-061-6/+1
* Fix the add stream feature of strm-reset to really work:Randall Stewart2009-02-271-1/+0
* This commit fixes the issue with alias_sctp.c. NoRandall Stewart2009-02-141-689/+18
* Fix minor spacing problem found by s9indent from lastRandall Stewart2009-02-091-2/+4
* Silent LINT: add 2 stubs (update_crc32 and sctp_finalize_crc32) to fix LIBALI...Paolo Pisati2009-02-081-0/+11
* Add SCTP NAT support.Paolo Pisati2009-02-071-2/+2
* - Cleanup checksum code.Randall Stewart2009-02-031-55/+160
* Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithmRandall Stewart2008-10-181-3/+3
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - fix source address selection when picking an acceptable addressRandall Stewart2007-04-141-11/+11
* - Copyright updates (aka 2007)Randall Stewart2007-02-121-5/+4
* - Macroizes the V6ONLY flag check.Randall Stewart2007-01-151-65/+65
* Revert previous commit, and instead make the expression in rev. 1.2Ruslan Ermilov2006-11-051-1/+1
* Tons of fixes to get all the 64bit issues removed.Randall Stewart2006-11-051-1/+1
* Fix pointer arithmetic to be 64-bit friendly.Ruslan Ermilov2006-11-041-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+713