summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/machine/in_cksum.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sparc in_cksum: Use __sparc__ which is available in -ansi modeJoel Sherrill2013-06-201-1/+1
|
* nios2: Add optimized IP checksum supportJeffrey O. Hill2013-03-111-0/+69
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-1/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).Ralf Corsepius2011-03-241-1/+1
|
* 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-231-0/+1
| | | | * libnetworking/machine/in_cksum.h: Add missing includes.
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-101-1/+1
|
* 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-1/+1
| | | | * libnetworking/machine/in_cksum.h: Eliminate __P().
* PR 1110/networkingTill Straumann2006-07-131-44/+52
| | | | | | | * libnetworking/machine/in_cksum.h: Replaced PPC and i386 assembly algorithms (must not assume carry bit is preserved across multiple asms). Added packet header as a 'm' input operand for all CPU variants. Added carry bit to clobber list.
* 2003-09-02 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill2003-09-021-7/+7
| | | | | PR 476/networking * machine/in_cksum.h: Fix in_cksum calculation on SPARC.
* 2002-05-01 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-05-011-1/+1
| | | | | * machine/in_cksum.h: Per PR200 fix multi-line inline assembly to satisfy gcc 3.1 and newer.
* Moved sparc specific version of in_cksum_hdr to an inline routine likeJoel Sherrill1999-04-011-0/+43
| | | | | the reset of the CPU specific implementations after comment from Eric Norum.
* Added PowerPC specific header checksum code.Joel Sherrill1999-02-041-4/+61
| | | | Added volatile to i386 assembly statements in header checksum code.
* FreeBSD stack compiles for the first time (except libc/strsep.c).Joel Sherrill1998-08-201-0/+118