Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass down the address family through the pr_input calls. This | 2017-04-14 | 1 | -2/+2 | |
| | | | | | allows to simplify code used for both IPv4 and IPv6. OK mikeb@ deraadt@ | ||||
* | Use percpu counters for ip6stat | 2017-02-05 | 1 | -2/+2 | |
| | | | | | | | | | Try to follow the existing examples. Some notes: - don't implement counters_dec() yet, which could be used in two similar chunks of code. Let's see if there are more users first. - stop incrementing IPv6-specific mbuf stats, IPv4 has no equivalent. Input from mpi@, ok bluhm@ mpi@ | ||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -3/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | remove uneeded route.h includes | 2014-09-08 | 1 | -2/+1 | |
| | | | | ok miod@ mpi@ | ||||
* | Do not include <sys/malloc.h> where it is not needed. | 2014-06-03 | 1 | -2/+1 | |
| | |||||
* | The header file netinet/in_var.h included netinet6/in6_var.h. This | 2013-10-17 | 1 | -2/+1 | |
| | | | | | | | created a bunch of useless dependencies. Remove this implicit inclusion and do an explicit #include <netinet6/in6_var.h> when it is needed. OK mpi@ henning@ | ||||
* | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | 2008-06-11 | 1 | -4/+2 | |
| | | | | ok todd deraadt naddy bluhm | ||||
* | make PULLDOWN_TEST codepath the default (has been default for a long time). | 2003-05-14 | 1 | -11/+1 | |
| | | | | markus ok | ||||
* | minor KNF | 2002-05-30 | 1 | -4/+5 | |
| | |||||
* | be more more picky about ip6 destopt parsing. sync with kame | 2001-02-22 | 1 | -3/+4 | |
| | |||||
* | make validation code more strict for ND6/dest6 variable length headers. | 2001-02-21 | 1 | -11/+8 | |
| | | | | | check duplicated nd6_ifinfo table initialization in a better way. sync with kame | ||||
* | cosmetic/whitespace sync with kame | 2001-02-16 | 1 | -22/+22 | |
| | |||||
* | sync whitespace/comment with kame. to help merge tasks | 2001-02-16 | 1 | -4/+5 | |
| | |||||
* | kill register declarations. to sync with kame better. | 2001-02-16 | 1 | -2/+2 | |
| | |||||
* | fix include file path related to ip6. | 2000-02-07 | 1 | -3/+3 | |
| | |||||
* | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | 1999-12-10 | 1 | -4/+1 | |
| | |||||
* | bring in KAME IPv6 code, dated 19991208. | 1999-12-08 | 1 | -0/+123 | |
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). |