summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in4_cksum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove uneeded route.h includesjsg2014-09-081-2/+2
| | | | ok miod@ mpi@
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
|
* ansifydhill2011-07-051-5/+2
| | | | ok claudio@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI Citojun2002-07-291-9/+11
| | | | pointer aliasing rule (gcc optimization/7427). from tsubai@netbsd, sync w/kame
* kill register decls. sync better with kame.itojun2001-12-061-8/+8
|
* More descriptive panic messages, sync with NetBSDangelos2001-06-241-2/+4
|
* Sync in4_cksum() with NetBSD, and change its use in in_delayed_cksum.angelos2001-06-241-13/+15
|
* sync whitespace/comment with kame. to help merge tasksitojun2001-02-161-3/+3
|
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+217
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).