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_3_5


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.21   20 years  itojun   use random number generator to generate IPv6 fragment ID/flowlabel. cleanup IPv6...
[TXT] icmp6.c  1.82   20 years  dhartmei   Don't use mbuf pointer in error case, when it has been set to NULL. From Patrick...
[TXT] in6.c  1.54   20 years  itojun   avoid touching out-of-bound memory if len == 128. Ted Unangst via Colin Percival...
[TXT] in6.h  1.32   20 years  markus   switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt
[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.35   20 years  itojun   on interface removal, clear multicast forwarding stuff. from kame
[TXT] in6_ifattach.h  1.4   21 years  itojun   sync with latest KAME in6_ifaddr/prefix/default router manipulation. behavior ch...
[TXT] in6_pcb.c  1.42   20 years  itojun   permit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address). found...
[TXT] in6_proto.c  1.43   20 years  mcbride   Add IPv6 support to CARP. ok deraadt@
[TXT] in6_src.c  1.16   20 years  itojun   use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL to check if i...
[TXT] in6_var.h  1.23   20 years  mcbride   Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp. ok...
[TXT] ip6_forward.c  1.28   20 years  cedric   make the stack compile if NPF=0. ok deraadt@ markus@
[TXT] ip6_id.c  1.3   20 years  itojun   branches: 1.3.2; niels kindly dropped clause 3/4 from the license. tnx!
[TXT] ip6_input.c  1.57.2.1   19 years  brad   MFC: Fix by dhartmei@ move pf_test6() call slightly up, so pf gets called for i...
[TXT] ip6_mroute.c  1.42   20 years  itojun   validate set/getsockopt arg more strictly. local privileged user could cause a ...
[TXT] ip6_mroute.h  1.6   20 years  itojun   on interface removal, clear multicast forwarding stuff. from kame
[TXT] ip6_output.c  1.82   20 years  itojun   strictly follow RFC2460 section 5, last paragraph (sender behavior when path MTU...
[TXT] ip6_var.h  1.24   20 years  itojun   use random number generator to generate IPv6 fragment ID/flowlabel. cleanup IPv6...
[TXT] ip6protosw.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] mld6.c  1.19   20 years  itojun   - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) - routing header declaratio...
[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.65   20 years  itojun   split ND6 cache timer management to per-entry. increased accuracy, no O(N) loop...
[TXT] nd6.h  1.25   20 years  itojun   unifdef -U__otherBSD__
[TXT] nd6_nbr.c  1.33   20 years  mcbride   Add IPv6 support to CARP. ok deraadt@
[TXT] nd6_rtr.c  1.30   20 years  itojun   use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL to check if i...
[TXT] raw_ip6.c  1.23   20 years  espie   put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros to...
[TXT] raw_ip6.h  1.1   21 years  itojun   branches: 1.1.2; move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch o...
[TXT] route6.c  1.10   20 years  itojun   branches: 1.10.12; 1.10.14; - sync up MLD declaration with RFC3542 (s/MLD6/MLD...
[TXT] udp6_output.c  1.9   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.2   23 years  itojun   sync whitespace/comment with kame. to help merge tasks
[TXT] pim6_var.h (in the Attic) [Hide]  1.6   21 years  itojun   m6stat is a static variable (ip6_mroute.c). sync w/kame
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs