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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.14   9 years  jsg   remove uneeded route.h includes ok miod@ mpi@
[TXT] frag6.c  1.59   9 years  mpi   Do not use a "struct route" when a "struct rtentry" is enough. ok millert@, blu...
[TXT] icmp6.c  1.157   9 years  mpi   Do not check if the interface index matches the scope when all we want is to cle...
[TXT] in6.c  1.153   9 years  bluhm   All other calls to pfxlist_onlink_check() are protected by splsoftnet. Put an sp...
[TXT] in6.h  1.80   9 years  claudio   Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the mul...
[TXT] in6_cksum.c  1.16   10 years  naddy   Split the checksum calculation for IPv6 like for IPv4: Always calculate the pseu...
[TXT] in6_ifattach.c  1.85   9 years  mpi   Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). This unify ...
[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.67   9 years  mpi   branches: 1.67.2; Explicitly include <net/if_var.h> instead of pulling it in <n...
[TXT] in6_proto.c  1.77   9 years  tedu   unifdef INET in net code as a precursor to removing the pretend option. long liv...
[TXT] in6_src.c  1.50   9 years  mpi   Use an interface index instead of a pointer for multicast options. Output inter...
[TXT] in6_var.h  1.51   9 years  mpi   What have no need for a variable that holds the maximum MTU size of interfaces w...
[TXT] ip6_divert.c  1.32   9 years  deraadt   Userland (base & ports) was adapted to always include <netinet/in.h> before <net...
[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.71   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...
[TXT] ip6_id.c  1.9   9 years  tedu   move arc4random prototype to systm.h. more appropriate for most code to include ...
[TXT] ip6_input.c  1.139   9 years  claudio   Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the mul...
[TXT] ip6_mroute.c  1.80   9 years  claudio   Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the mul...
[TXT] ip6_mroute.h  1.15   9 years  claudio   Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the mul...
[TXT] ip6_output.c  1.167   9 years  mpi   Remove a chunk that should have been deleted in r1.166, this was safe because cl...
[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.41   9 years  mpi   Remove the "multicast_" prefix from the fields a multicast-only struct. Prodded...
[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.131   9 years  mpi   Do not store the key and the gateway of a route entry in the same chunk of memor...
[TXT] nd6.h  1.41   9 years  mpi   Rework the handling of interfaces and IPv6 addresses for local delivery. - Unic...
[TXT] nd6_nbr.c  1.88   9 years  mpi   Remove the "multicast_" prefix from the fields a multicast-only struct. Prodded...
[TXT] nd6_rtr.c  1.98   9 years  bluhm   Move the splsoftnet() hiding in the declarations closer to the code. No binary c...
[TXT] raw_ip6.c  1.73   9 years  mpi   Do not check if the interface index matches the scope when all we want is to cle...
[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.33   9 years  mpi   branches: 1.33.2; Explicitly include <net/if_var.h> instead of pulling it in <n...
[TXT] in6_gif.c (in the Attic) [Hide]  1.36   9 years  deraadt   Userland (base & ports) was adapted to always include <netinet/in.h> before <net...
[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