summaryrefslogtreecommitdiff
path: root/sys/i386/include/in_cksum.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-0/+25
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-1/+10
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add an incremental checksum update routine. Perhaps some i386 assemblyGarrett Wollman1996-05-231-1/+17
* Add an inline function to compute the common-case IP header checksum.Garrett Wollman1996-04-181-0/+76