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_9


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.22   18 years  brad   splimp -> splvm. mbuf allocation here. ok henning@
[TXT] icmp6.c  1.85.2.1   17 years  miod   Errata #18: Under some circumstances, processing an ICMP6 echo request would cau...
[TXT] in6.c  1.62.2.1   17 years  brad   MFC: Fix by mpf@ Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6....
[TXT] in6.h  1.37   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[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   22 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.47   18 years  brad   bye bye more compile time knobs, use the sysctl to enable v6 forwarding. ok der...
[TXT] in6_src.c  1.17   18 years  brad   sin6_scope_id maps to interface indices for link local addresses only! (unlikely...
[TXT] in6_var.h  1.26   18 years  deraadt   bitfields must be off an int or such type
[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.45   18 years  brad   avoid silly static variables that even caused nesting issues, not to mention ree...
[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   21 years  itojun   - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) - routing header declaratio...
[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.70   18 years  markus   use after free; from itojun@
[TXT] nd6.h  1.25   20 years  itojun   unifdef -U__otherBSD__
[TXT] nd6_nbr.c  1.38   18 years  jmc   typos from alexey dobriyan;
[TXT] nd6_rtr.c  1.35   18 years  jolan   something in the eurobsdcon route-a-thon broke my simple home network router so ...
[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   22 years  itojun   branches: 1.1.2; move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch o...
[TXT] route6.c  1.10.12.1   17 years  mbalmer   IPv6 routing headers are a type of 'super source routing', and pose a significan...
[TXT] udp6_output.c  1.12   20 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.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