Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis | |
2001-05-17 | fix memory leak on ipv6 reass failure. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-22 | correct behavior when ip6 reass queue reaches the upper limit. | Jun-ichiro itojun Hagino | |
2001-02-16 | set frag6_doing_reass while doing reass, to help frag6_drain. | Jun-ichiro itojun Hagino | |
2001-02-16 | sync whitespace/comment with kame. to help merge tasks | Jun-ichiro itojun Hagino | |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino | |
2000-02-04 | make IPv6 reass work on alpha. NetBSD PR 9340. | Jun-ichiro itojun Hagino | |
2000-01-08 | pull in arc4random() prototype | Theo de Raadt | |
2000-01-08 | use arc4random() instead of random for two reasons. | Theo de Raadt | |
1) on some architectures, random() should only be used by the scheduler (ie. statintr() because it is uniformly distributed 2) arc4random() is actually strong, random() is not at all | |||
1999-12-10 | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | Angelos D. Keromytis | |
1999-12-08 | bring 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). |