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_9_BASE


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.31   13 years  bluhm   In frag6_input() there was an mbuf length calculation error. If you want to mov...
[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.89   13 years  mpf   Also call addrhooks for IPv6 addresses with a 128 bit prefixlen. I overlooked th...
[TXT] in6.h  1.52   13 years  yasuoka   add a new IP level socket option IP_PIPEX. This option is used for L2TP support...
[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   14 years  claudio   Initial support for routing domains. This allows to bind interfaces to alternate...
[TXT] in6_proto.c  1.60   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[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.50   13 years  bluhm   In ip6_forward() only one call to icmp6_error() was not protected by an if (mcop...
[TXT] ip6_id.c  1.8   14 years  jsing   More destatic and ansification. ok claudio@ naddy@
[TXT] ip6_input.c  1.98   13 years  claudio   Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination. Compiles fi...
[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.118   13 years  yasuoka   add a new IP level socket option IP_PIPEX. This option is used for L2TP support...
[TXT] ip6_var.h  1.38   13 years  claudio   Remove the no longer used ip6s_exthdrtoolong field. OK mikeb@, henning@, deraadt...
[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.55   13 years  stsp   Prevent the nd6_addr_add() work queue task from adding multiple addresses for th...
[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