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_8_BASE


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.84   19 years  itojun   should not check "code" field on icmp6 too big message. from kame
[TXT] in6.c  1.60   19 years  henning   missing dohooks(), needed for (em0:network) style notation with v6, was not upda...
[TXT] in6.h  1.36   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[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.39   19 years  mpf   carp needs a multicast kludge storage. Fixes PR 4211. OK mcbride@
[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.43   18 years  markus   simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning
[TXT] in6_proto.c  1.46   19 years  mcbride   Convert carp(4) to behave more like a regular interface, much in the same style ...
[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.24   19 years  itojun   missing paren in macro def. Patrick Latifi
[TXT] ip6_forward.c  1.34   19 years  dhartmei   completely revert to r1.31, there were still problems on the forwarding path
[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.62   18 years  mpf   New counter for not joined IPv4 multicast groups. Don't count link local scope m...
[TXT] ip6_mroute.c  1.44   19 years  mcbride   Fix 'netstat -sp pim6' From Pavlin Radoslavov
[TXT] ip6_mroute.h  1.6   20 years  itojun   on interface removal, clear multicast forwarding stuff. from kame
[TXT] ip6_output.c  1.87   19 years  djm   correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF, IP...
[TXT] ip6_var.h  1.25   19 years  itojun   g/c ip6_flow_seq. found by mcbride. mcbride ok
[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.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.69   19 years  brad   Make sure that prefixes get purged. Fixes PR 3939. From NetBSD ok itojun@
[TXT] nd6.h  1.25   20 years  itojun   unifdef -U__otherBSD__
[TXT] nd6_nbr.c  1.37   19 years  itojun   remove #if 0'ed code (which was experimental and should never be used)
[TXT] nd6_rtr.c  1.33   19 years  itojun   wrong paren. Patrick Latifi
[TXT] raw_ip6.c  1.28   19 years  itojun   make sure we do not overwrite checksum field on shared mbuf. markus, henning, de...
[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.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.2   23 years  itojun   sync whitespace/comment with kame. to help merge tasks
[TXT] pim6_var.h (in the Attic) [Hide]  1.7   19 years  mcbride   Fix 'netstat -sp pim6' From Pavlin Radoslavov
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs