NetBSD/sys/netinet6
itojun 5eae50d991 update icmp6 too big validation. the change is necessary since pmtud is
mandatory for IPv6 (so we can't just validate by using connected pcb - we need
to allow traffic from unconnected pcb to do pmtud).
- if the traffic is validated by xx_ctlinput, allow up to "hiwat" pmtud
  route entries.
- if the traffic was not validated by xx_ctlinput, allow up to "lowat" pmtud
  route entries (there's upper limit, so bad guys cannot blow up our routing
  table).
sync with kame

XXX need to think again about default hiwat/lowat value.
XXX victim selection to help starvation case
2000-12-09 01:29:45 +00:00
..
IMPLEMENTATION
Makefile
TODO
ah.h
ah_core.c
ah_input.c update icmp6 too big validation. the change is necessary since pmtud is 2000-12-09 01:29:45 +00:00
ah_output.c
dest6.c
esp.h
esp_core.c avoid possible align issue 2000-11-02 12:28:45 +00:00
esp_input.c update icmp6 too big validation. the change is necessary since pmtud is 2000-12-09 01:29:45 +00:00
esp_output.c
esp_rijndael.c save a little bit of CPU time (avoid computing CBC IV we do not use). 2000-11-08 04:57:57 +00:00
esp_rijndael.h
frag6.c
icmp6.c update icmp6 too big validation. the change is necessary since pmtud is 2000-12-09 01:29:45 +00:00
in6.c make sure we don't touch uninitialized pointer. from: fvdl 2000-12-04 12:11:49 +00:00
in6.h
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
in6_ifattach.h
in6_pcb.c
in6_pcb.h
in6_prefix.c
in6_prefix.h
in6_proto.c
in6_src.c
in6_var.h
ip6_forward.c
ip6_input.c Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ip6_mroute.c
ip6_mroute.h
ip6_output.c Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ip6_var.h
ip6protosw.h Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ipcomp.h
ipcomp_core.c
ipcomp_input.c
ipcomp_output.c
ipsec.c fix KAME PR 296 again, for transport-mode SA only 2000-11-10 01:10:36 +00:00
ipsec.h
mld6.c
mld6_var.h
nd6.c First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
nd6.h
nd6_nbr.c First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
nd6_rtr.c
pim6.h
pim6_var.h
raw_ip6.c
route6.c
udp6.h
udp6_usrreq.c update icmp6 too big validation. the change is necessary since pmtud is 2000-12-09 01:29:45 +00:00
udp6_var.h