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_0_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.34   13 years  chl   Fix potential null dereference. Found by LLVM/Clang Static Analyzer. ok claudi...
[TXT] icmp6.c  1.116   13 years  sthen   comment typo
[TXT] in6.c  1.93   12 years  bluhm   If two carp interfaces on the same physical interface had addresses with the sam...
[TXT] in6.h  1.53   13 years  mikeb   recognize SO_RTABLE socket option at the SOL_SOCKET level; discussed with and ok...
[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.62   13 years  jasper   - use nitems(); no binary change ok claudio@
[TXT] in6_src.c  1.26   12 years  mikeb   Several fixes for the IPV6_PKTINFO handling with sendmsg(2) Verify that the add...
[TXT] in6_var.h  1.33   12 years  bluhm   Accept neighbor discovery packets from source IPv6 addresses for which we have a...
[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.53   12 years  claudio   Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. The function...
[TXT] ip6_id.c  1.8   14 years  jsing   More destatic and ansification. ok claudio@ naddy@
[TXT] ip6_input.c  1.102   12 years  bluhm   Move the check that ::1 is not allowed from the wire before pf_test(). Otherwise...
[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.122   12 years  claudio   Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. The function...
[TXT] ip6_var.h  1.40   13 years  bluhm   Extract the new function ip6_fragment() from ip6_output() to make it reusable by...
[TXT] ip6protosw.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] mld6.c  1.27   13 years  chl   Remove dead assignment. Found by LLVM/Clang Static Analyzer. ok claudio@
[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.87   12 years  mk   M_WAITOK cleanup of two cases: 1) Allocating with M_WAITOK, checking for NULL, ...
[TXT] nd6.h  1.28   13 years  stsp   fix typos in comments ok deraadt henning sthen thib (though thib says he can't s...
[TXT] nd6_nbr.c  1.57   12 years  bluhm   Accept neighbor discovery packets from source IPv6 addresses for which we have a...
[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.43   13 years  oga   Revert the pf->socket linking diff. at least krw@, pirofti@ and todd@ have been...
[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.30   13 years  stsp   Kill redundant offsetof definitions; ok deraadt henning sthen thib
[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