| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rdomain support for IPv6 | 2011-11-24 | 1 | -2/+7 | |
| | | | | | ok mikeb | ||||
| * | When accessing cached routes make sure the route is actually still valid. | 2008-11-23 | 1 | -4/+7 | |
| | | | | | | | | | Before accessing a ro_rt make sure the route is either freshly allocated or RTF_UP is set. If not ro_rt should be freed and reallocated or at least no info from the ro_rt should be considered valid. This seems to solve the crashes seen by Felipe Alfaro Solana. some sort of OK dlg@ | ||||
| * | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | 2008-06-11 | 1 | -5/+3 | |
| | | | | | ok todd deraadt naddy bluhm | ||||
| * | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | 2007-06-01 | 1 | -2/+2 | |
| | | | | | | | we need a pointer to the inpcb to decide, which was not previously passed to ip6_output, so this diff is a little bigger. from itojun, ok ryan | ||||
| * | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | 2006-12-09 | 1 | -9/+10 | |
| | | | | | | | | | | | the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | ||||
| * | support IPV6_USE_MIN_MTU, to make BIND9 better. | 2004-06-12 | 1 | -3/+1 | |
| | | | | | (sorry about the mess yesterday) | ||||
| * | back out tree breakage. Like, come on | 2004-06-11 | 1 | -1/+3 | |
| | | |||||
| * | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame | 2004-06-11 | 1 | -3/+1 | |
| | | | | | markus ok | ||||
| * | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
| * | KNF - return is not a function. sync w/kame | 2002-09-11 | 1 | -2/+2 | |
| | | |||||
| * | pass struct proc * down to in6_pcbsetport | 2002-09-04 | 1 | -2/+4 | |
| | | |||||
| * | force fragment to minimum link MTU (1280) when needed (when PMTUD does | 2002-05-29 | 1 | -2/+2 | |
| | | | | | not take effect) - like icmp6 responses or foo-over-IPv6 tunnel. | ||||
| * | remove kame IPSEC code within #ifdef. | 2001-12-06 | 1 | -6/+1 | |
| | | |||||
| * | No need for net/net_osdep.h | 2001-06-09 | 1 | -3/+1 | |
| | | |||||
| * | sync better with kame. remove register decls. $OpenBSD$ | 2001-02-16 | 1 | -6/+9 | |
| | | |||||
| * | witch raw ip6 socket code from NRL to kame. | 2001-02-08 | 1 | -1/+1 | |
| | | | | | makes upgrades/code sharing much easier. | ||||
| * | sync with KAME udp6_output(). udp output logic is very different between | 2000-06-18 | 1 | -0/+295 | |
| IPv4/v6 so the separation should make more sense. TODO: remove IPv6 case from udp_output() TODO: remove/comment out/#if 0 IPv4 mapped address cases | |||||
