summaryrefslogtreecommitdiff
path: root/sys/netinet/in4_cksum.c
AgeCommit message (Collapse)Author
2002-07-29be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI CJun-ichiro itojun Hagino
pointer aliasing rule (gcc optimization/7427). from tsubai@netbsd, sync w/kame
2001-12-06kill register decls. sync better with kame.Jun-ichiro itojun Hagino
2001-06-24More descriptive panic messages, sync with NetBSDAngelos D. Keromytis
2001-06-24Sync in4_cksum() with NetBSD, and change its use in in_delayed_cksum.Angelos D. Keromytis
2001-02-16sync whitespace/comment with kame. to help merge tasksJun-ichiro itojun Hagino
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
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).