summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/in_cksum.h
Commit message (Expand)AuthorAgeFilesLines
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+6
* Clobber "cc" instead of using volatile; remove obsolete register keyword.ed2009-06-131-7/+8
* Fold multiple asm statements into one so that the compiler at a certainbz2007-10-201-7/+14
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-2/+6
* Fix a bug in in_cksum_hdr w/o -O.obrien2004-08-251-16/+14
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-3/+7
* Fix several bugs in the i386 asm statements used to speed up Internetjdp2002-06-221-11/+14
* Remove __P.alfred2002-03-201-1/+1
* Various assembly fixes mostly in the form of using the "+" modifier forjhb2001-12-181-8/+8
* These files are mpsafe.alfred2000-11-251-0/+4
* Make in_cksum() a macro call to in_cksum_skip(), since it provides thejlemon2000-05-061-3/+2
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-0/+25
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-1/+10
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add an incremental checksum update routine. Perhaps some i386 assemblywollman1996-05-231-1/+17
* Add an inline function to compute the common-case IP header checksum.wollman1996-04-181-0/+76
OpenPOWER on IntegriCloud