NetBSD/sys/netinet6
itojun 74ad87bc53 gif interface now uses generic software interrupt
(on archs that support it).  also, make gif ALTQ-capable on outgoing.
sync with kame, comments from thorpej.
2001-08-16 17:45:25 +00:00
..
Makefile remove include files in nonstandard path 2000-06-04 11:52:06 +00:00
ah.h use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
ah_core.c tighten AH IPv4 option chasing more. drop too short (< 2) option. 2001-02-21 01:27:58 +00:00
ah_input.c Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
ah_output.c tighten AH IPv4 option chasing more. drop too short (< 2) option. 2001-02-21 01:27:58 +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 use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
esp_core.c avoid possible align issue 2000-11-02 12:28:45 +00:00
esp_input.c Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
esp_output.c always use rnd(4) for IPsec random number source. avoid random(9). 2000-10-05 04:49:17 +00:00
esp_rijndael.c Symmetric has one s and two m's. 2001-06-18 11:23:00 +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 plug memory leak on invalid fragment packet. supress noisy log. from kame 2001-05-17 14:01:37 +00:00
icmp6.c remove RFC1885 compatibility code in #ifdef COMPAT_RFC1885, for icmp6 2001-06-22 13:01:49 +00:00
in6.c ifidex2ifnet could contain NULL after if_detach(). sync with kame 2001-07-25 06:59:51 +00:00
in6.h fix comment on setsockopt arg size. KAME PR 369 2001-07-24 00:44:36 +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 malloc() during interrupt context for IPv6 multicast kludge table. 2001-07-18 13:12:27 +00:00
in6_ifattach.h
in6_pcb.c cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, 2001-08-06 10:25:00 +00:00
in6_pcb.h on interface removal, remove multicast groups joined from pcb, before 2001-07-02 15:25:34 +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 Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnected 2001-03-21 19:22:27 +00:00
in6_src.c fix a IPNOPRIVPORTS unused variable botch. noted by proff. 2001-06-06 06:07:06 +00:00
in6_var.h do not malloc() during interrupt context for IPv6 multicast kludge table. 2001-07-18 13:12:27 +00:00
ip6_forward.c sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior 2001-07-18 09:24:26 +00:00
ip6_input.c cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, 2001-08-06 10:25:00 +00:00
ip6_mroute.c ifindex2ifnet could return NULL if if_detach() is used (pcmcia card 2001-07-25 09:23:46 +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 remove IPV6FIREWALL case, which is never used 2001-06-11 13:49:18 +00:00
ip6_var.h implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable. 2000-08-26 11:03:45 +00:00
ip6protosw.h pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery 2001-02-11 06:49:49 +00:00
ipcomp.h use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
ipcomp_core.c update ip compression algorithm lookup. 2000-09-26 08:40:23 +00:00
ipcomp_input.c make sure to enforce inbound ipsec policy checking, for any protocols on top 2001-03-01 16:31:37 +00:00
ipcomp_output.c fix compilation without INET. fix confusion between ipsecstat and ipsec6stat. 2000-10-02 03:55:41 +00:00
ipsec.c cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, 2001-08-06 10:25:00 +00:00
ipsec.h cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, 2001-08-06 10:25:00 +00:00
mld6.c to sync with kame better, (1) remove register declaration for variables, 2001-02-10 04:14:26 +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 ifidex2ifnet could contain NULL after if_detach(). sync with kame 2001-07-25 06:59:51 +00:00
nd6.h Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
nd6_nbr.c garbage-collect stale ND entries (default: 1 day). 2001-02-23 08:02:41 +00:00
nd6_rtr.c print more diag message on in6_addmulti() failures. 2001-05-24 08:17:22 +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 allocate ipsec policy buffer attached to pcb in in*_pcballoc, before 2001-07-25 23:28:02 +00:00
route6.c to sync with kame better, (1) remove register declaration for variables, 2001-02-10 04:14:26 +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 move udp6_output() to separate file. (sync better with kame) 2001-02-08 16:48:01 +00:00
udp6_usrreq.c allocate ipsec policy buffer attached to pcb in in*_pcballoc, before 2001-07-25 23:28:02 +00:00
udp6_var.h pass struct proc * down to udp6_output and in6_pcbbind. 2000-06-05 06:38:22 +00:00