summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_cksum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In in_cksum() and in6_cksum() convert types to C99 style and makebluhm2019-04-221-27/+33
* More damned eye searing whitespace. No change to .o files.krw2015-06-081-3/+3
* Split the checksum calculation for IPv6 like for IPv4:naddy2014-01-221-1/+6
* ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.mcbride2008-06-111-5/+2
* change semantics of ff01::/16 to interface local multicastitojun2006-11-171-3/+3
* convert __attribute__((__packed__)) to __packed so that parsers unawareavsm2003-11-161-2/+2
* remove #if 0 portionitojun2003-07-181-20/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-3/+3
* No need for net/net_osdep.hangelos2001-06-091-3/+1
* cosmetic sync with kameitojun2001-02-161-2/+2
* kill register declarations. to sync with kame better.itojun2001-02-161-5/+5
* add attribute(packed) for alignment constraint on a union.itojun2000-09-091-15/+16
* bring in recent KAME changes (only important and stable ones, as usual).itojun2000-02-281-1/+1
* fix include file path related to ip6.itojun2000-02-071-2/+2
* Add RCS tags, remove unused header files and code, remove a fewangelos1999-12-101-0/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-179/+265
* first few files of NRL ipv6. This NRL release was officially exportedderaadt1999-01-061-0/+232