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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.12   10 years  bluhm   The header file netinet/in_var.h included netinet6/in6_var.h. This created a bu...
[TXT] frag6.c  1.51   10 years  mpi   Replace most of our formating functions to convert IPv4/6 addresses from network...
[TXT] icmp6.c  1.140   10 years  naddy   Instead of calculating the ICMPv6 checksum here, just set the flag that is neede...
[TXT] in6.c  1.132   10 years  mpi   Kill a never defined old compatibility goo from 12 years ago. ok mikeb@, bluhm@...
[TXT] in6.h  1.70   10 years  naddy   Split the checksum calculation for IPv6 like for IPv4: Always calculate the pseu...
[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.68   10 years  mpi   Do not clean the multicast records of an interface when it is destroyed (unplugg...
[TXT] in6_ifattach.h  1.6   10 years  stsp   Some follow-up fixes for IFID collision handling in IPv6CP. Really change the l...
[TXT] in6_pcb.c  1.59   10 years  bluhm   Name the local variables for struct ifaddr consistently "ifa". OK mikeb@
[TXT] in6_proto.c  1.69   10 years  deraadt   There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, making t...
[TXT] in6_src.c  1.37   10 years  mikeb   Propagate an rdomain number to the nd6_lookup independently from the ifp pointer...
[TXT] in6_var.h  1.47   10 years  mpi   Do not clean the multicast records of an interface when it is destroyed (unplugg...
[TXT] ip6_divert.c  1.17   10 years  krw   Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ in the base....
[TXT] ip6_divert.h  1.3   10 years  deraadt   prettier #ifdef _KERNEL, more like other files (basically, if they are easier to...
[TXT] ip6_forward.c  1.64   10 years  dlg   move the allocation of the mbuf copy to use for sending icmp errors above the re...
[TXT] ip6_id.c  1.8   14 years  jsing   More destatic and ansification. ok claudio@ naddy@
[TXT] ip6_input.c  1.123   10 years  mpi   Another chunk of IPv6 dead code bites the dust. ok bluhm@, mikeb@
[TXT] ip6_mroute.c  1.67   10 years  mpi   Replace most of our formating functions to convert IPv4/6 addresses from network...
[TXT] ip6_mroute.h  1.13   10 years  deraadt   remove left over bits of omrt6msg, and cleanup the yucky clone of fd_set for int...
[TXT] ip6_output.c  1.153   10 years  henning   since the cksum rewrite the counters for hardware checksummed packets are are li...
[TXT] ip6_var.h  1.47   10 years  deraadt   There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, making t...
[TXT] ip6protosw.h  1.10   10 years  deraadt   Remove comment regarding BSDI.
[TXT] mld6.c  1.37   10 years  naddy   Instead of calculating the ICMPv6 checksum here, just set the flag that is neede...
[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.111   10 years  kettenis   The device driver ioctl code can sleep, so calling it from a timeout is *not* a ...
[TXT] nd6.h  1.36   10 years  mikeb   Propagate an rdomain number to the nd6_lookup independently from the ifp pointer...
[TXT] nd6_nbr.c  1.75   10 years  naddy   Instead of calculating the ICMPv6 checksum here, just set the flag that is neede...
[TXT] nd6_rtr.c  1.78   10 years  mpi   Merge two chunks of code to inform listeners of a route change into a new functi...
[TXT] raw_ip6.c  1.64   10 years  bluhm   Name the local variables for struct ifaddr consistently "ifa". OK mikeb@
[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.18   10 years  bluhm   Our IPv6 stack was scanning all extension headers for routing header type 0 and ...
[TXT] udp6_output.c  1.23   10 years  deraadt   Back when some NRL code was merged into KAME to create the *BSD IPV6 stack (fact...
[TXT] in6_gif.c (in the Attic) [Hide]  1.31   11 years  bluhm   Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() ...
[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