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_8


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.30   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[TXT] icmp6.c  1.113   13 years  claudio   Add the rtableid to struct rttimer and therefor make it available to the callba...
[TXT] in6.c  1.88   13 years  jsg   remove some unused netinet6 code ok stsp@ henning@ claudio@
[TXT] in6.h  1.51   13 years  jsg   remove some unused netinet6 code ok stsp@ henning@ claudio@
[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.51   14 years  stsp   Simple implementation of RFC4941, "Privacy Extensions for Stateless Address Auto...
[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.59   13 years  jsg   remove some unused netinet6 code ok stsp@ henning@ claudio@
[TXT] in6_src.c  1.25   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[TXT] in6_var.h  1.32   13 years  jsg   remove some unused netinet6 code ok stsp@ henning@ claudio@
[TXT] ip6_divert.c  1.5   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[TXT] ip6_divert.h  1.1   14 years  michele   IPv6 support for divert sockets. tested by phessler@ pyr@ ok claudio@ "go ahead...
[TXT] ip6_forward.c  1.49   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] ip6_id.c  1.8   14 years  jsing   More destatic and ansification. ok claudio@ naddy@
[TXT] ip6_input.c  1.97   13 years  jsg   remove some unused netinet6 code ok stsp@ henning@ claudio@
[TXT] ip6_mroute.c  1.56   14 years  tedu   remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl....
[TXT] ip6_mroute.h  1.7   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] ip6_output.c  1.117   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] ip6_var.h  1.37   13 years  jsg   remove some unused netinet6 code ok stsp@ henning@ claudio@
[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.26   14 years  jsg   Add some MLDv2 definitions from FreeBSD.
[TXT] mld6.h  1.2   14 years  jsg   fix rcs id, from brad
[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.85   13 years  bluhm   Allow neighbor discovery for prefixes on interfaces without matching address. T...
[TXT] nd6.h  1.27   14 years  stsp   Simple implementation of RFC4941, "Privacy Extensions for Stateless Address Auto...
[TXT] nd6_nbr.c  1.55   14 years  jsing   Destatic and ansify. ok claudio@ naddy@
[TXT] nd6_rtr.c  1.53   13 years  claudio   Add the rtable id as an argument to rn_walktree(). Functions like rt_if_remove_r...
[TXT] raw_ip6.c  1.40   14 years  tedu   remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl....
[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.29   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[TXT] in6_gif.h (in the Attic) [Hide]  1.6   14 years  claudio   Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() where it...
[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