NetBSD/sys/netinet6
itojun d54922c799 check offset overrun in ip6_nexthdr. 2001-11-02 08:05:48 +00:00
..
Makefile gather stats on raw ip6 socket. sync with kame 2001-10-18 09:12:13 +00:00
ah.h reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
ah_core.c always check extension header length. 2001-10-29 05:23:17 +00:00
ah_input.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
ah_output.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
dest6.c be more more picky about option length parsing. sync with kame 2001-02-22 01:40:25 +00:00
esp.h reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
esp_core.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
esp_input.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
esp_output.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
esp_rijndael.c sync with kame. 2001-10-15 11:12:44 +00:00
esp_rijndael.h add ESP rijndael logic. yet to be usable (until algorithm # is assigned) 2000-10-02 17:21:24 +00:00
frag6.c reduce diffs with kame (mostly cosmetic). 2001-10-18 07:44:33 +00:00
icmp6.c Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
in6.c reduce diffs with kame (mostly cosmetic). 2001-10-18 07:44:33 +00:00
in6.h more whitespace sync with kame 2001-10-24 06:36:37 +00:00
in6_cksum.c Skip the pseudo-header if nxt == 0. This is already documented 2001-05-30 03:06:56 +00:00
in6_gif.c gif interface now uses generic software interrupt 2001-08-16 17:45:25 +00:00
in6_gif.h gif interface now uses generic software interrupt 2001-08-16 17:45:25 +00:00
in6_ifattach.c do not try to bring IPv6 up on bridge*. 2001-08-23 02:58:24 +00:00
in6_ifattach.h remove unused #define. sync whitespace/comment with kame. 2001-10-16 04:57:38 +00:00
in6_pcb.c more whitespace sync with kame 2001-10-24 06:36:37 +00:00
in6_pcb.h more whitespace sync with kame 2001-10-24 06:36:37 +00:00
in6_prefix.c couple of missing splx. sync with kame. 2001-03-25 09:06:03 +00:00
in6_prefix.h to sync with kame better, (1) remove register declaration for variables, 2001-02-10 04:14:26 +00:00
in6_proto.c no tcp_fasttimo any more. PR 14333 2001-10-24 09:37:00 +00:00
in6_src.c more whitespace/comment sync with kame 2001-10-16 06:24:44 +00:00
in6_var.h reduce diffs with kame (mostly cosmetic). 2001-10-18 07:44:33 +00:00
ip6_forward.c more whitespace sync with kame 2001-10-24 06:36:37 +00:00
ip6_input.c check offset overrun in ip6_nexthdr. 2001-11-02 08:05:48 +00:00
ip6_mroute.c more whitespace/comment sync with kame 2001-10-16 06:24:44 +00:00
ip6_mroute.h fix if_set for architectures with sizeof(long) != 4. IF_xxx behaved badly. 2001-02-10 02:10:14 +00:00
ip6_output.c more whitespace sync with kame 2001-10-24 06:36:37 +00:00
ip6_var.h implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt. 2001-10-15 09:51:15 +00:00
ip6protosw.h pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery 2001-02-11 06:49:49 +00:00
ipcomp.h reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
ipcomp_core.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
ipcomp_input.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
ipcomp_output.c reduce diff with kame. whitespace changes only. 2001-10-15 03:55:37 +00:00
ipsec.c Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
ipsec.h more whitespace/comment sync with kame 2001-10-16 06:24:44 +00:00
mld6.c simplify per-if stats. 2001-10-18 09:09:25 +00:00
mld6_var.h to sync with kame better, (1) remove register declaration for variables, 2001-02-10 04:14:26 +00:00
nd6.c do not change neighbor cache state on entry timeout, 2001-10-17 10:55:09 +00:00
nd6.h reduce diffs with kame (mostly cosmetic). 2001-10-18 07:44:33 +00:00
nd6_nbr.c reduce diffs with kame (mostly cosmetic). 2001-10-18 07:44:33 +00:00
nd6_rtr.c do not change neighbor cache state on entry timeout, 2001-10-17 10:55:09 +00:00
pim6.h to sync with kame better, (1) remove register declaration for variables, 2001-02-10 04:14:26 +00:00
pim6_var.h to sync with kame better, (1) remove register declaration for variables, 2001-02-10 04:14:26 +00:00
raw_ip6.c more whitespace sync with kame 2001-10-24 06:36:37 +00:00
raw_ip6.h gather stats on raw ip6 socket. sync with kame 2001-10-18 09:12:13 +00:00
route6.c more whitespace/comment sync with kame 2001-10-16 06:24:44 +00:00
udp6.h to sync with kame better, (1) remove register declaration for variables, 2001-02-10 04:14:26 +00:00
udp6_output.c more whitespace sync with kame 2001-10-24 06:36:37 +00:00
udp6_usrreq.c Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
udp6_var.h implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt. 2001-10-15 09:51:15 +00:00