NetBSD/sys/netinet6
itojun bc559f51c6 remove extra code mistakenly committed 2004-10-27 23:16:56 +00:00
..
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
ah.h increase AH_MAXSUMSIZE to 512/8, for hmac-sha2-512 2003-08-05 12:20:35 +00:00
ah_aesxcbcmac.c AES XCBC MAC (for AH) 2003-07-25 09:48:17 +00:00
ah_aesxcbcmac.h AES XCBC MAC (for AH) 2003-07-25 09:48:17 +00:00
ah_core.c constify AH algorithm function table. suggested by robert watson 2004-03-10 03:45:04 +00:00
ah_input.c KNF 2004-02-11 10:47:28 +00:00
ah_output.c - prepare for RFC2401bis 64bit sequence number (no behavior change yet) 2003-09-07 15:59:36 +00:00
dest6.c always use PULLDOWN_TEST codepath. 2003-05-14 06:47:33 +00:00
esp.h change ESP xx_schedlen() return type to size_t. sync w/kame 2003-07-20 03:24:03 +00:00
esp_aesctr.c AES XCBC MAC (for AH) 2003-07-25 09:48:17 +00:00
esp_aesctr.h AES XCBC MAC (for AH) 2003-07-25 09:48:17 +00:00
esp_core.c Use BF_ecb_encrypt() instead of using BF_encrypt()/BF_decrypt() 2003-08-27 00:08:31 +00:00
esp_input.c KNF 2004-02-11 10:47:28 +00:00
esp_output.c - prepare for RFC2401bis 64bit sequence number (no behavior change yet) 2003-09-07 15:59:36 +00:00
esp_rijndael.c simplify rijndael.c API - always schedule encrypt/decrypt key. 2003-08-27 14:23:25 +00:00
esp_rijndael.h change ESP xx_schedlen() return type to size_t. sync w/kame 2003-07-20 03:24:03 +00:00
files.ipsec separate netkey/key* and netipsec/key* 2003-09-20 05:14:41 +00:00
files.netinet6 randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability 2003-09-06 03:36:30 +00:00
frag6.c randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability 2003-09-06 03:36:30 +00:00
icmp6.c Sysctl descriptions under net subtree (net.key not done) 2004-05-25 04:33:59 +00:00
in6.c run PFIL_IFADDR hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6 as well. 2004-07-26 13:44:35 +00:00
in6.h implement IPV6_USE_MIN_MTU sockopt. needed by bind9 + EDNS0 + big receive buffer. 2004-06-11 04:10:10 +00:00
in6_cksum.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
in6_gif.c Constify protosw arrays. This can reduce the kernel .data section by 2004-04-22 01:01:40 +00:00
in6_gif.h make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK. 2002-11-11 18:35:27 +00:00
in6_ifattach.c remove duplicated #include. PR 25234 2004-04-20 17:12:03 +00:00
in6_ifattach.h
in6_pcb.c abstain from typecasting the LHS of an assignment; 2004-06-24 16:49:51 +00:00
in6_pcb.h implement IPV6_USE_MIN_MTU sockopt. needed by bind9 + EDNS0 + big receive buffer. 2004-06-11 04:10:10 +00:00
in6_proto.c Constify protosw arrays. This can reduce the kernel .data section by 2004-04-22 01:01:40 +00:00
in6_src.c use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL 2003-12-10 11:46:33 +00:00
in6_var.h insufficient paren in macro def. Patrick Latifi 2004-06-16 02:36:37 +00:00
ip6_forward.c prevent mbuf leak on IPsec tunnel mode. from iij seil team 2004-07-16 01:12:02 +00:00
ip6_id.c typo 2004-03-23 05:31:54 +00:00
ip6_input.c there's no use to check privs on curproc in the input path. jinmei@kame 2004-06-01 03:13:22 +00:00
ip6_mroute.c IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +00:00
ip6_mroute.h on interface detach, clear multicast forwarding table. from kame 2003-07-08 10:20:45 +00:00
ip6_output.c - update ro_pmtu on IPsec tunnel encapsulation. ro != ro_pmtu is used as the 2004-07-14 03:06:08 +00:00
ip6_var.h ip6_flow_seq is no longer available. 2004-10-18 01:43:43 +00:00
ip6protosw.h Constify protosw arrays. This can reduce the kernel .data section by 2004-04-22 01:01:40 +00:00
ipcomp.h
ipcomp_core.c /*CONTCOND*/ while (0)'ed macros 2002-11-02 07:30:55 +00:00
ipcomp_input.c KNF 2004-02-11 10:47:28 +00:00
ipcomp_output.c Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
ipsec.c remove extra code mistakenly committed 2004-10-27 23:16:56 +00:00
ipsec.h Augment the PCB cache with a "hint" that can be used to short-circuit 2004-03-02 02:17:38 +00:00
mld6.c no need for splsoftnet, because the caller does it already. 2004-03-28 08:28:50 +00:00
mld6_var.h - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) 2003-06-06 08:13:43 +00:00
nd6.c do not loop on nd6_output() when transmission fails. from kame 2004-05-19 17:45:05 +00:00
nd6.h Make ip6_getpmtu() globally visible. This is needed by IPFilter 4.x. 2004-03-23 18:21:38 +00:00
nd6_nbr.c reduce useless variables 2004-02-10 20:57:20 +00:00
nd6_rtr.c no need to call defrouter_select() here any more; jinmei 2004-10-26 07:03:29 +00:00
pim6.h
pim6_var.h IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +00:00
raw_ip6.c rip6_output: redo raw_ip6.c 1.67-1.67, using m_copyback_cow. 2004-09-06 10:05:14 +00:00
raw_ip6.h
route6.c - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) 2003-06-06 08:13:43 +00:00
udp6.h
udp6_output.c implement IPV6_USE_MIN_MTU sockopt. needed by bind9 + EDNS0 + big receive buffer. 2004-06-11 04:10:10 +00:00
udp6_usrreq.c Sysctl descriptions under net subtree (net.key not done) 2004-05-25 04:33:59 +00:00
udp6_var.h revamp inpcb/in6pcb so that they are more aligned with each other. 2003-09-04 09:16:57 +00:00