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_8_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.86   4 years  bluhm   Do not use the flow of the first fragment to store ECN information. Handle the E...
[TXT] icmp6.c  1.232   3 years  gnezdo   branches: 1.232.4; Convert icmp6_sysct to sysctl_bounded_args The best-guessed...
[TXT] in6.c  1.242   3 years  florian   The IPv6 source address selection rewrite had one (known) difference to the prev...
[TXT] in6.h  1.107   3 years  gnezdo   Convert ip6_sysctl to sysctl_bounded_args Tighter limits and OK by sashan
[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.117   3 years  dlg   wireguard can do ipv6, but doesnt do link local addresses. i feel like i should...
[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   5 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.73   3 years  florian   Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY. This is the name the other BSDs use...
[TXT] ip6_divert.c  1.62   3 years  gnezdo   Convert divert*_sysctl to sysctl_bounded_args OK sashan
[TXT] ip6_divert.h  1.10   3 years  gnezdo   Convert divert*_sysctl to sysctl_bounded_args OK sashan
[TXT] ip6_forward.c  1.98   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] ip6_id.c  1.14   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[TXT] ip6_input.c  1.229   3 years  gnezdo   Convert ip6_sysctl to sysctl_bounded_args Tighter limits and OK by sashan
[TXT] ip6_mroute.c  1.125   3 years  cheloha   kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) ti...
[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.247   3 years  kn   Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEX r1.146 "...
[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.233   3 years  cheloha   branches: 1.233.4; kernel: use gettime(9)/getuptime(9) in lieu of time_second(9...
[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.138   3 years  kn   Add missing rtable(4) check in rip6_input() Copied over from sys/netinet/raw_ip...
[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...