OpenBSD CVS

src/sys/netinet6/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / netinet6

Current tag: OPENBSD_4_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.11   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] frag6.c  1.27   15 years  claudio   When accessing cached routes make sure the route is actually still valid. Before...
[TXT] icmp6.c  1.105   15 years  claudio   Initial support for routing domains. This allows to bind interfaces to alternate...
[TXT] in6.c  1.82   15 years  henning   allow IPvShit to be turned off completely per-interface. ifconfig em0 -inet6 del...
[TXT] in6.h  1.47   15 years  markus   delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. ok frie...
[TXT] in6_cksum.c  1.15   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] in6_ifattach.c  1.48   15 years  mcbride   "XXX: should this be performed under splnet()?"... Yes, yes it should. Interface...
[TXT] in6_ifattach.h  1.5   17 years  mcbride   Automatically add a IPv6 link-local address to carp interfaces when the virtual ...
[TXT] in6_pcb.c  1.49   15 years  claudio   Initial support for routing domains. This allows to bind interfaces to alternate...
[TXT] in6_proto.c  1.57   15 years  markus   delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. ok frie...
[TXT] in6_src.c  1.23   15 years  claudio   When accessing cached routes make sure the route is actually still valid. Before...
[TXT] in6_var.h  1.30   15 years  claudio   If a neighbor solictation isn't from the unspecified address, make sure that the...
[TXT] ip6_forward.c  1.43   15 years  bluhm   The routing table index rtableid has type unsigned int in the routing code. In ...
[TXT] ip6_id.c  1.7   15 years  djm   Introduce a facility to generate unpredictable 32 bit numbers with near maximal ...
[TXT] ip6_input.c  1.91   15 years  bluhm   The routing table index rtableid has type unsigned int in the routing code. In ...
[TXT] ip6_mroute.c  1.53   15 years  claudio   Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly. OK...
[TXT] ip6_mroute.h  1.7   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] ip6_output.c  1.106.6.1   14 years  claudio   MFC rev. 1.108 of ip6_output.c by deraadt@: *NULL store in IP_AUTH_LEVEL, IP_ES...
[TXT] ip6_var.h  1.36   15 years  markus   delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. ok frie...
[TXT] ip6protosw.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] mld6.c  1.25   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] mld6_var.h  1.6   16 years  djm   use arc4random_uniform() for random number requests that are not a power of two....
[TXT] nd6.c  1.82   15 years  rainer   Mark routers internal as uninstalled after deleting the default route. This make...
[TXT] nd6.h  1.26   15 years  mcbride   From KAME, allow adjustable limits on NDP entries and discovered routes. ok mpf...
[TXT] nd6_nbr.c  1.54   15 years  markus   delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. ok frie...
[TXT] nd6_rtr.c  1.50   15 years  rainer   Mark routers internal as uninstalled after deleting the default route. This make...
[TXT] raw_ip6.c  1.39   15 years  claudio   Initial support for routing domains. This allows to bind interfaces to alternate...
[TXT] raw_ip6.h  1.3   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] route6.c  1.17   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] udp6_output.c  1.16   15 years  claudio   When accessing cached routes make sure the route is actually still valid. Before...
[TXT] in6_gif.c (in the Attic) [Hide]  1.27   15 years  jsing   Clear the PF state key before an IP packet exits a gif(4) tunnel, in order to pr...
[TXT] in6_gif.h (in the Attic) [Hide]  1.5   17 years  claudio   Cleanup, kill dead code and unused arguments. Mostly stuff that is computed and ...
[TXT] pim6.h (in the Attic) [Hide]  1.3   18 years  deraadt   in ansi c, bitfields must be done against int, unsigned int, or _Bool. so we mus...
[TXT] pim6_var.h (in the Attic) [Hide]  1.9   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs