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_7


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.86   4 years  bluhm   Do not use the flow of the first fragment to store ECN information. Handle the E...
[TXT] icmp6.c  1.230.4.1   3 years  bluhm   When generating the ICMP6 response to an IPv6 packet, the kernel could use mbuf ...
[TXT] in6.c  1.235   4 years  visa   Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call is made from...
[TXT] in6.h  1.105   4 years  bluhm   Kernel is missing propper input validation when configuring IPv6 addresses. Imp...
[TXT] in6_cksum.c  1.18   5 years  bluhm   In in_cksum() and in6_cksum() convert types to C99 style and make both functions...
[TXT] in6_ifattach.c  1.116   4 years  tobhe   Use strlcpy instead of strncpy to ensure results are NUL terminated. ok mpi@
[TXT] in6_ifattach.h  1.10   4 years  florian   Remove support for semantically opace interface identifiers (RFC 7217) f...
[TXT] in6_pcb.c  1.110   4 years  nayden   add __func__ to panic() and printf() calls in sys/netinet6/* ok benno@ mortimer@...
[TXT] in6_proto.c  1.104   4 years  claudio   Copy the user provided sockaddr into a normalized sockaddr in rtrequest() before...
[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.60   4 years  nayden   add __func__ to panic() and printf() calls in sys/netinet6/* ok benno@ mortimer@...
[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.226   4 years  mpi   Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9). An in...
[TXT] ip6_mroute.c  1.123   4 years  visa   Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call is made from...
[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.245   4 years  nayden   add __func__ to panic() and printf() calls in sys/netinet6/* ok benno@ mortimer@...
[TXT] ip6_var.h  1.86   4 years  sashan   Make sure packet destination address matches interface address, where such packe...
[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.231.4.1   3 years  benno   this is errata 6.7/034_nd6.patch.sig date: 2021/01/06 08:10:15; author: floria...
[TXT] nd6.h  1.76   4 years  florian   Move ND6_PRIV_* constants from nd6.h to slaacd the only place where they are use...
[TXT] nd6_nbr.c  1.129   4 years  nayden   add __func__ to panic() and printf() calls in sys/netinet6/* ok benno@ mortimer@...
[TXT] nd6_rtr.c  1.167   4 years  mpi   Prevent recursions by not deleting entries inside rtable_walk(9). rtable_walk(9...
[TXT] raw_ip6.c  1.137   4 years  nayden   add __func__ to panic() and printf() calls in sys/netinet6/* ok benno@ mortimer@...
[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...