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_6_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.17   7 years  bluhm   Pass down the address family through the pr_input calls. This allows to simplif...
[TXT] frag6.c  1.85   5 years  bluhm   branches: 1.85.2; 1.85.4; Instead of calculating the mbuf packet header length...
[TXT] icmp6.c  1.229   5 years  denis   rework icmp6_error() to be closer to icmp_error() input & OK mpi@
[TXT] in6.c  1.230   5 years  dlg   change rt_ifa_add and rt_ifa_del so they take an rdomain argument. this allows ...
[TXT] in6.h  1.103   5 years  bluhm   Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also what FreeBSD ...
[TXT] in6_cksum.c  1.17   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] in6_ifattach.c  1.113   5 years  dlg   change rt_ifa_add and rt_ifa_del so they take an rdomain argument. this allows ...
[TXT] in6_ifattach.h  1.9   5 years  florian   Do not join node information multicast group (RFC 4620). Benno removed code to a...
[TXT] in6_pcb.c  1.108   5 years  bluhm   Revert the inpcb table mutex commit. It triggers a witness panic in raw IP deli...
[TXT] in6_proto.c  1.103   5 years  claudio   Retire dom_rtkeylen from struct domain. Nothing is using this anymore. It was us...
[TXT] in6_src.c  1.81   7 years  mpi   Rremoves 'struct route_in6 *' argument from in6_selectsrc(). Move the correspon...
[TXT] in6_var.h  1.72   6 years  florian   Nuke unused ia6_createtime struct member. OK tb
[TXT] ip6_divert.c  1.59   5 years  bluhm   Avoid an mbuf double free in the oob soreceive() path. In the usrreq functions ...
[TXT] ip6_divert.h  1.9   6 years  florian   Move PRU_DETACH out of pr_usrreq into per proto pr_detach functions to pave way ...
[TXT] ip6_forward.c  1.97   6 years  mpi   Fix mbuf leak when an interface is destroyed while forwarding IPv6 packets. Fou...
[TXT] ip6_id.c  1.13   6 years  deraadt   If you use sys/param.h, you don't need sys/types.h
[TXT] ip6_input.c  1.216   5 years  claudio   M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for m_leadingspace() an...
[TXT] ip6_mroute.c  1.118   5 years  dlg   change rt_ifa_add and rt_ifa_del so they take an rdomain argument. this allows ...
[TXT] ip6_mroute.h  1.20   7 years  rzalamena   Make the IPv6 multicast routing code use the OpenBSD routing table instead of im...
[TXT] ip6_output.c  1.241   5 years  claudio   branches: 1.241.2; Convert more MH_ALIGN() to m_align(). Also switch from m_get...
[TXT] ip6_var.h  1.84   5 years  reyk   branches: 1.84.2; 1.84.4; RT_TABLEID_MAX is 255, fix places that assumed that ...
[TXT] ip6protosw.h  1.13   6 years  mpi   Constify protocol tables and remove an assert now that ip_deliver() is mp-safe. ...
[TXT] mld6.c  1.56   5 years  claudio   MH_ALIGN -> m_align OK bluhm@
[TXT] mld6.h  1.2   14 years  jsg   fix rcs id, from brad
[TXT] mld6_var.h  1.6   16 years  djm   use arc4random_uniform() for random number requests that are not a power of two....
[TXT] nd6.c  1.226   5 years  florian   Account when the next nd6_timer_to is scheduled in nd6_timer() otherwise nd6_lli...
[TXT] nd6.h  1.74   6 years  mpi   Use a single timer for all ND6 entries. This prevents a use-after-free reported...
[TXT] nd6_nbr.c  1.127   5 years  claudio   The timeouts in nd6 are in msec so just use timeout_add_msec() instead of some c...
[TXT] nd6_rtr.c  1.166   6 years  bluhm   The IPv6 gateway address passed to rt6_flush() comes either from a packet throug...
[TXT] raw_ip6.c  1.134   5 years  bluhm   branches: 1.134.2; Avoid an mbuf double free in the oob soreceive() path. In t...
[TXT] raw_ip6.h  1.4   7 years  jca   percpu counters for raw ipv6 and icmp6 stats ok mpi@
[TXT] route6.c  1.21   7 years  bluhm   Pass down the address family through the pr_input calls. This allows to simplif...
[TXT] udp6_output.c  1.56   5 years  bluhm   Add reference counting for inet pcb, this will be needed when we start locking t...