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_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.15   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] frag6.c  1.61   8 years  mpi   unifdef IN6_IFSTAT_STRICT. ok deraadt@, millert@
[TXT] icmp6.c  1.163   8 years  bluhm   Implement pf divert-reply for raw sockets. Note that an empty divert->addr mean...
[TXT] in6.c  1.161   8 years  mpi   Merge two identical chunks to add new prefixes to the global data structures int...
[TXT] in6.h  1.83   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] in6_cksum.c  1.17   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] in6_ifattach.c  1.90   8 years  mpi   Merge two identical chunks to add new prefixes to the global data structures int...
[TXT] in6_ifattach.h  1.7   9 years  mpi   Ensure that link-local addresses are correctly configured on loopback interfaces...
[TXT] in6_pcb.c  1.69.4.1   8 years  vgross   Insufficient checks in IPv6 socket binding and UDP IPv6 option processing allow ...
[TXT] in6_proto.c  1.78   8 years  mpi   Abstract the routing table internals behind an rtable_* API. Code abusing the r...
[TXT] in6_src.c  1.51   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] in6_var.h  1.52   8 years  mpi   Pass an interface index instead of a pointer to in6_addr2scopeid(). ok millert@...
[TXT] ip6_divert.c  1.36   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] ip6_divert.h  1.5   9 years  lteo   Simplify the way divert(4) sends packets to userspace: Instead of unnecessarily ...
[TXT] ip6_forward.c  1.79   8 years  mpi   Kill IP_ROUTETOETHER. This pseudo-option is a hack to support return-rst on bri...
[TXT] ip6_id.c  1.10   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] ip6_input.c  1.144   8 years  mpi   Kill IP_ROUTETOETHER. This pseudo-option is a hack to support return-rst on bri...
[TXT] ip6_mroute.c  1.86   8 years  deraadt   rename mbuf ** parameter from m to mp, to match other similar code
[TXT] ip6_mroute.h  1.16   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] ip6_output.c  1.177   8 years  mpi   Kill IP_ROUTETOETHER. This pseudo-option is a hack to support return-rst on bri...
[TXT] ip6_var.h  1.51   9 years  mpi   Remove the "multicast_" prefix from the fields a multicast-only struct. Prodded...
[TXT] ip6protosw.h  1.10   10 years  deraadt   Remove comment regarding BSDI.
[TXT] mld6.c  1.42   8 years  mpi   Store a unique ID, an interface index, rather than a pointer to the receiving in...
[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.143   8 years  mpi   Properly layer Router Solicitation code. Tweak and ok florian@
[TXT] nd6.h  1.44   8 years  mpi   Merge two identical chunks to add new prefixes to the global data structures int...
[TXT] nd6_nbr.c  1.91   8 years  mpi   Kill incorrect and never set ``dad_ignore_ns'' button. ok phessler@
[TXT] nd6_rtr.c  1.113   8 years  mpi   Abstract the routing table internals behind an rtable_* API. Code abusing the r...
[TXT] raw_ip6.c  1.79   8 years  bluhm   Implement pf divert-reply for raw sockets. Note that an empty divert->addr mean...
[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.19   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...
[TXT] udp6_output.c  1.35.4.1   8 years  vgross   Insufficient checks in IPv6 socket binding and UDP IPv6 option processing allow ...
[TXT] in6_gif.c (in the Attic) [Hide]  1.40   8 years  mpi   Store a unique ID, an interface index, rather than a pointer to the receiving in...
[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.4   10 years  deraadt   remove dangerous #ifdef BYTE_ORDER
[TXT] pim6_var.h (in the Attic) [Hide]  1.11   10 years  deraadt   place _KERNEL block at end
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs