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_2


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.42   12 years  bluhm   Add a short cut for atomic IPv6 fragments. They will be processed immediately a...
[TXT] icmp6.c  1.118   12 years  mikeb   bail if redirect destination is not unicast before doing other expensive checks;...
[TXT] in6.c  1.98.2.1   11 years  sthen   MFC claudio's commit, in6.c:1.110->1.111 Do not allow SIOCSIFADDR on AF_INET6 s...
[TXT] in6.h  1.57   11 years  guenther   Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the three thing...
[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.53   12 years  bluhm   To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is cleaner to acce...
[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.50   12 years  sperreault   rdomain support for IPv6 ok mikeb
[TXT] in6_proto.c  1.63   12 years  mikeb   Direct IPv6 packets with Ethernet encapsulation into the appropriate input routi...
[TXT] in6_src.c  1.27   12 years  sperreault   rdomain support for IPv6 ok mikeb
[TXT] in6_var.h  1.34   12 years  claudio   Since the IPv6 madness is not enough introduce NAT64 -- which is actually "af-to...
[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.54   11 years  markus   add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) can use this...
[TXT] ip6_id.c  1.8   14 years  jsing   More destatic and ansification. ok claudio@ naddy@
[TXT] ip6_input.c  1.103   12 years  mikeb   According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 should be...
[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.125.2.1   11 years  ajacoutot   MFC: As CMSG_ALIGN() can overflow the integer value, do the length check with an...
[TXT] ip6_var.h  1.44   12 years  bluhm   Remove the IPv6 fragment overlapping length adjustment code. It was already #if...
[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.28   12 years  sperreault   rdomain support for IPv6 ok mikeb
[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.91   12 years  bluhm   To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is cleaner to acce...
[TXT] nd6.h  1.29   12 years  sthen   typo in comment.
[TXT] nd6_nbr.c  1.63   12 years  mikeb   rfc 4861 mandates that target link local address must be included with a neighbo...
[TXT] nd6_rtr.c  1.60   11 years  sperreault   Make IPv6 privacy addresses appear alongside regular SLAAC addresses. Also fix a...
[TXT] raw_ip6.c  1.44   12 years  sperreault   rdomain support for IPv6 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.17   15 years  mcbride   ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. ok todd deraad...
[TXT] udp6_output.c  1.17   12 years  sperreault   rdomain support for IPv6 ok mikeb
[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