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_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.10   21 years  itojun   make PULLDOWN_TEST codepath the default (has been default for a long time). mark...
[TXT] frag6.c  1.23   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] icmp6.c  1.87.2.1   17 years  miod   Errata #8: Under some circumstances, processing an ICMP6 echo request would caus...
[TXT] in6.c  1.68.2.1   17 years  brad   MFC: Fix by mpf@ Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6....
[TXT] in6.h  1.39   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] in6_cksum.c  1.13   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] in6_ifattach.c  1.43   17 years  mcbride   Automatically add a IPv6 link-local address to carp interfaces when the virtual ...
[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.43   18 years  markus   simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning
[TXT] in6_proto.c  1.50   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] in6_src.c  1.19   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[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_forward.c  1.35   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] ip6_id.c  1.4   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] ip6_input.c  1.68   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] ip6_mroute.c  1.45   18 years  brad   avoid silly static variables that even caused nesting issues, not to mention ree...
[TXT] ip6_mroute.h  1.7   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] ip6_output.c  1.93   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] ip6_var.h  1.28   17 years  brad   u_quad_t -> u_int64_t no functional change.
[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.21   18 years  claudio   Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding and ad...
[TXT] mld6_var.h  1.5   20 years  itojun   - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) - routing header declaratio...
[TXT] nd6.c  1.72   17 years  henning   adjust functions dealing with the routing table to take a table ID as parameter ...
[TXT] nd6.h  1.25   20 years  itojun   unifdef -U__otherBSD__
[TXT] nd6_nbr.c  1.41   17 years  henning   adjust functions dealing with the routing table to take a table ID as parameter ...
[TXT] nd6_rtr.c  1.40   17 years  henning   adjust functions dealing with the routing table to take a table ID as parameter ...
[TXT] raw_ip6.c  1.30   18 years  claudio   Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding and ad...
[TXT] raw_ip6.h  1.2   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] route6.c  1.10.14.1   17 years  mbalmer   IPv6 routing headers are a type of 'super source routing', and pose a significan...
[TXT] udp6_output.c  1.12   19 years  itojun   support IPV6_USE_MIN_MTU, to make BIND9 better. (sorry about the mess yesterday)...
[TXT] in6_gif.c (in the Attic) [Hide]  1.22   20 years  markus   add support for ifconfig clone/destroy; ok henning deraadt
[TXT] in6_gif.h (in the Attic) [Hide]  1.4   22 years  millert   First round of __P removal in sys
[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.8   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs