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_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] in6_var.h  1.28   17 years  brad   branches: 1.28.6; 1.28.8; u_quad_t -> u_int64_t no functional change.
[TXT] ip6_mroute.c  1.50   16 years  brad   return with ENOTTY instead of EINVAL for unknown ioctl requests. ok claudio@ kr...
[TXT] ip6_mroute.h  1.7   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] in6_proto.c  1.53   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] ip6_var.h  1.32   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] raw_ip6.c  1.35   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] raw_ip6.h  1.3   16 years  deraadt   add sysctl entry points into various network layers, in particular to provide ne...
[TXT] in6_ifattach.c  1.45   16 years  henning   kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, some I ...
[TXT] ip6_forward.c  1.39   17 years  henning   apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. we need a...
[TXT] ip6_output.c  1.99   17 years  henning   apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. we need a...
[TXT] mld6.c  1.24   17 years  henning   apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. we need a...
[TXT] udp6_output.c  1.14   17 years  henning   apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. we need a...
[TXT] frag6.c  1.25   16 years  hshoexer   take advantage of M_ZERO ok claudio gilles
[TXT] in6.c  1.73   16 years  hshoexer   branches: 1.73.2; take advantage of M_ZERO ok claudio gilles
[TXT] dest6.c  1.10   21 years  itojun   make PULLDOWN_TEST codepath the default (has been default for a long time). mark...
[TXT] in6_cksum.c  1.14   17 years  itojun   change semantics of ff01::/16 to interface local multicast (to sync up with more...
[TXT] in6_src.c  1.22   17 years  itojun   de-__P. noted by Dries Schellekens
[TXT] mld6_var.h  1.5   20 years  itojun   - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) - routing header declaratio...
[TXT] nd6.h  1.25   20 years  itojun   unifdef -U__otherBSD__
[TXT] nd6.c  1.75   16 years  krw   Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where...
[TXT] nd6_rtr.c  1.44   16 years  krw   Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where...
[TXT] in6_pcb.c  1.43   18 years  markus   simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning
[TXT] nd6_nbr.c  1.48   16 years  markus   branches: 1.48.2; fix use-after-free: pfxlist_onlink_check() might free rt_llin...
[TXT] ip6_id.c  1.5   16 years  martynas   typos; ok jmc@ sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev...
[TXT] in6_ifattach.h  1.5   17 years  mcbride   Automatically add a IPv6 link-local address to carp interfaces when the virtual ...
[TXT] ip6_input.c  1.82   16 years  mcbride   Correctly check that we have a complete rthdr before trying to do m_copydata() o...
[TXT] route6.c  1.16   17 years  mcbride   Sync comment regarding rthdr0 w/ kame tree. from itojun@
[TXT] ip6protosw.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] in6.h  1.44   17 years  miod   Fix KAME cvsweb urls
[TXT] icmp6.c  1.95   16 years  mpf   Move carp load balancing (ARP/IP) to a simpler configuration scheme. Instead of ...
[TXT] in6_gif.c (in the Attic) [Hide]  1.25   17 years  henning   apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. we need a...
[TXT] in6_gif.h (in the Attic) [Hide]  1.5   17 years  claudio   Cleanup, kill dead code and unused arguments. Mostly stuff that is computed and ...
[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