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_1


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.92   17 years  itojun   oops, previous commit was incorrect.
[TXT] in6.c  1.72   17 years  itojun   branches: 1.72.4; change semantics of ff01::/16 to interface local multicast (t...
[TXT] in6.h  1.44   17 years  miod   Fix KAME cvsweb urls
[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_ifattach.c  1.44   17 years  itojun   unifdef -USCOPEDROUTING
[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.51   17 years  itojun   introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). deraad...
[TXT] in6_src.c  1.22   17 years  itojun   de-__P. noted by Dries Schellekens
[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.37   17 years  henning   make use of multiple routing tables. hook up looking up routes in alternate tabl...
[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.74   17 years  deraadt   check if ifqueue has anything queued before doing the dance of splnet/IF_DEQUEUE...
[TXT] ip6_mroute.c  1.47   17 years  itojun   introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). deraad...
[TXT] ip6_mroute.h  1.7   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] ip6_output.c  1.98   17 years  itojun   - AH: when computing crypto checksum for output, massage source-routing header...
[TXT] ip6_var.h  1.30   17 years  itojun   switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). t...
[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.23   17 years  itojun   switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). t...
[TXT] mld6_var.h  1.5   21 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.42.2.1   16 years  brad   fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for the current ...
[TXT] nd6_rtr.c  1.41   17 years  itojun   unifdef -USCOPEDROUTING
[TXT] raw_ip6.c  1.32   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] raw_ip6.h  1.2   17 years  brad   u_quad_t -> u_int64_t no functional change.
[TXT] route6.c  1.14.2.1   17 years  ckuethe   IPv6 routing headers are a type of 'super source routing', and pose a significan...
[TXT] udp6_output.c  1.13   17 years  itojun   switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). t...
[TXT] in6_gif.c (in the Attic) [Hide]  1.24   17 years  claudio   Simplify the #if NBRIDGE case as in in_gif.c:1.33.
[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.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