Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |