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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.20   3 months  bluhm   Merge struct route and struct route_in6. Use a common struct route for both ine...
[TXT] frag6.c  1.88   7 weeks  bluhm   Additional length check for IPv6 reassembled fragments. FreeBSD-SA-23:06.ipv6 s...
[TXT] icmp6.c  1.252   3 weeks  florian   Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6) Rule 5.5: P...
[TXT] in6.c  1.265   3 weeks  florian   Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6) Rule 5.5: P...
[TXT] in6.h  1.118   6 days  jsg   remove prototypes with no matching function ok mpi@
[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.122   10 months  bluhm   Fix route entry leak. In in6_ifdetach() two struct rtentry were leaked. This w...
[TXT] in6_ifattach.h  1.10   4 years  florian   Remove support for semantically opace interface identifiers (RFC 7217) f...
[TXT] in6_pcb.c  1.144   5 weeks  bluhm   Split single TCP inpcb table into IPv4 and IPv6 parts. With two separate TCP ha...
[TXT] in6_proto.c  1.114   4 weeks  bluhm   Run raw IPv6 input in parallel. Get rip6_input() in the same shape as rip_input...
[TXT] in6_src.c  1.99   3 weeks  florian   Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6) Rule 5.5: P...
[TXT] in6_var.h  1.80   6 days  jsg   remove prototypes with no matching function ok mpi@
[TXT] ip6_divert.c  1.95   3 months  bluhm   Merge struct route and struct route_in6. Use a common struct route for both ine...
[TXT] ip6_divert.h  1.23   4 months  bluhm   Reduce code duplication in ip6 divert. Protocols like UDP or TCP keep only func...
[TXT] ip6_forward.c  1.117   4 weeks  bluhm   Use route cache function in IP input. Instaed of passing a struct rtentry from ...
[TXT] ip6_id.c  1.17   3 months  bluhm   Merge struct route and struct route_in6. Use a common struct route for both ine...
[TXT] ip6_input.c  1.262   11 days  bluhm   Fix route leak in ip input. In previous commit when refactoring the route cache...
[TXT] ip6_mroute.c  1.141   6 weeks  bluhm   IP multicast sysctl mrtmfc must not write outside of allocation. Reading sysctl...
[TXT] ip6_mroute.h  1.23   2 years  claudio   Use static objects for struct rttimer_queue instead of dynamically allocate them...
[TXT] ip6_output.c  1.291   4 weeks  bluhm   Use struct ipsec_level within inpcb. Instead of passing around u_char[4], intro...
[TXT] ip6_var.h  1.117   6 days  jsg   remove prototypes with no matching function ok mpi@
[TXT] ip6protosw.h  1.16   2 years  guenther   Move declarations of ip6_protox[] and inet6sw[] to <sys/protosw.h> where the IPv...
[TXT] mld6.c  1.62   3 months  bluhm   Merge struct route and struct route_in6. Use a common struct route for both ine...
[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.280   12 months  bluhm   Finally remove the kernel lock from IPv6 neighbor discovery. ND6 entries in rt_...
[TXT] nd6.h  1.99   12 months  bluhm   Introduce a neighbor discovery mutex like ARP uses it. For now it only protects...
[TXT] nd6_nbr.c  1.151   9 months  krw   Check for NULL before de-referencing a pointer, not after. More complete soluti...
[TXT] nd6_rtr.c  1.170   13 months  bluhm   Fix white space.
[TXT] raw_ip6.c  1.184   4 weeks  bluhm   Use struct ipsec_level within inpcb. Instead of passing around u_char[4], intro...
[TXT] raw_ip6.h  1.4   7 years  jca   percpu counters for raw ipv6 and icmp6 stats ok mpi@
[TXT] route6.c  1.22   3 months  bluhm   Merge struct route and struct route_in6. Use a common struct route for both ine...
[TXT] udp6_output.c  1.65   4 weeks  bluhm   Use struct ipsec_level within inpcb. Instead of passing around u_char[4], intro...
[TXT] IMPLEMENTATION (in the Attic) [Hide]  1.9   22 years  itojun   they are out of sync with the current status. better get rid of them.
[TXT] TODO (in the Attic) [Hide]  1.7   22 years  itojun   they are out of sync with the current status. better get rid of them.
[TXT] debug.h (in the Attic) [Hide]  1.3   24 years  angelos   Add RCS tags, remove unused header files and code, remove a few unnecessary ifde...
[TXT] debug_inet6.c (in the Attic) [Hide]  1.2   24 years  angelos   Add RCS tags, remove unused header files and code, remove a few unnecessary ifde...
[TXT] debug_inet6.h (in the Attic) [Hide]  1.2   24 years  angelos   Add RCS tags, remove unused header files and code, remove a few unnecessary ifde...
[TXT] icmp6.h (in the Attic) [Hide]  1.8   23 years  itojun   nuke non-standard include files (has been #error only for a long time so there s...
[TXT] icmpv6.h (in the Attic) [Hide]  1.3   24 years  itojun   sorry angelos, they are not used any more :-P
[TXT] icmpv6_var.h (in the Attic) [Hide]  1.6   24 years  itojun   sorry angelos, they are not used any more :-P
[TXT] in6_gif.c (in the Attic) [Hide]  1.41   8 years  mpi   Merge gif(4)'s tentacles in a single file. Tested by <mxb AT alumni DOT chalmer...
[TXT] in6_gif.h (in the Attic) [Hide]  1.7   8 years  mpi   Merge gif(4)'s tentacles in a single file. Tested by <mxb AT alumni DOT chalmer...
[TXT] in6_pcb.h (in the Attic) [Hide]  1.2   24 years  itojun   oops, it was not necessary.
[TXT] in6_prefix.c (in the Attic) [Hide]  1.14   21 years  itojun   sync with latest KAME in6_ifaddr/prefix/default router manipulation. behavior ch...
[TXT] in6_prefix.h (in the Attic) [Hide]  1.6   21 years  itojun   sync with latest KAME in6_ifaddr/prefix/default router manipulation. behavior ch...
[TXT] ip6.h (in the Attic) [Hide]  1.5   23 years  itojun   nuke non-standard include files (has been #error only for a long time so there s...
[TXT] ipv6.h (in the Attic) [Hide]  1.2   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_addrconf.c (in the Attic) [Hide]  1.5   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_addrconf.h (in the Attic) [Hide]  1.2   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_discovery.c (in the Attic) [Hide]  1.6   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_icmp.c (in the Attic) [Hide]  1.5   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_icmp.h (in the Attic) [Hide]  1.4   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_input.c (in the Attic) [Hide]  1.4   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_output.c (in the Attic) [Hide]  1.5   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_rtrequest.c (in the Attic) [Hide]  1.7   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_trans.c (in the Attic) [Hide]  1.5   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_trans.h (in the Attic) [Hide]  1.2   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] ipv6_var.h (in the Attic) [Hide]  1.4   24 years  itojun   bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pc...
[TXT] nd6_protocol.h (in the Attic) [Hide]  1.4   24 years  itojun   sorry angelos, they are not used any more :-P
[TXT] osdep.h (in the Attic) [Hide]  1.4   23 years  itojun   is no longer used
[TXT] pim6.h (in the Attic) [Hide]  1.5   7 years  rzalamena   Remove PIM support from the multicast stack. ok mpi@
[TXT] pim6_var.h (in the Attic) [Hide]  1.12   7 years  rzalamena   Remove PIM support from the multicast stack. ok mpi@
[TXT] raw_ipv6.c (in the Attic) [Hide]  1.28   23 years  itojun   witch raw ip6 socket code from NRL to kame. makes upgrades/code sharing much eas...
[TXT] tcpipv6.h (in the Attic) [Hide]  1.9   7 years  mpi   Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in <netinet/tcp_...