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_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.16   7 years  jca   Use percpu counters for ip6stat Try to follow the existing examples. Some note...
[TXT] frag6.c  1.72   7 years  jca   branches: 1.72.4; Use percpu counters for ip6stat Try to follow the existing e...
[TXT] icmp6.c  1.203   7 years  bluhm   branches: 1.203.4; Replace a panic with a compile time assert in icmp6_reflect(...
[TXT] in6.c  1.201   7 years  florian   Userland expects pltime to be a time stamp not number of seconds. pltime convers...
[TXT] in6.h  1.93   7 years  renato   Fix comments about a few ipv6 sockoptions OK millert@ florian@
[TXT] in6_cksum.c  1.17   8 years  krw   More damned eye searing whitespace. No change to .o files.
[TXT] in6_ifattach.c  1.101   7 years  mpi   Get rid of recursive splsoftnet() in in6_ifattach_linklocal(). ok visa@
[TXT] in6_ifattach.h  1.7   9 years  mpi   Ensure that link-local addresses are correctly configured on loopback interfaces...
[TXT] in6_pcb.c  1.97   7 years  bluhm   When the inpcb queue and hash lists are traversed or modified we need netlock. ...
[TXT] in6_proto.c  1.91   7 years  claudio   Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. Attach is quite a...
[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.66   7 years  mpi   Kill global list of IPv6 addresses. ok bluhm@
[TXT] ip6_divert.c  1.46   7 years  claudio   Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. Attach is quite a...
[TXT] ip6_divert.h  1.7   7 years  claudio   Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. Attach is quite a...
[TXT] ip6_forward.c  1.94   7 years  jca   Use percpu counters for ip6stat Try to follow the existing examples. Some note...
[TXT] ip6_id.c  1.12   7 years  mpi   Convert some of the remaining usages of time_second to time_uptime. time_second...
[TXT] ip6_input.c  1.181   7 years  mpi   branches: 1.181.4; Kill global list of IPv6 addresses. ok bluhm@
[TXT] ip6_mroute.c  1.109   7 years  jca   Use percpu counters for ip6stat Try to follow the existing examples. Some note...
[TXT] ip6_mroute.h  1.18   7 years  dhill   In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with the netloc...
[TXT] ip6_output.c  1.226   7 years  dhill   In ip6_ctloutput, check for an invalid level early like the other *ctloutput fun...
[TXT] ip6_var.h  1.71   7 years  claudio   branches: 1.71.4; Move PRU_ATTACH out of the pr_usrreq functions into pr_attach...
[TXT] ip6protosw.h  1.12   7 years  bluhm   Change the IPv4 pr_input function to the way IPv6 is implemented, to get rid of ...
[TXT] mld6.c  1.50   7 years  jca   percpu counters for raw ipv6 and icmp6 stats ok mpi@
[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.207   7 years  mpi   Do not invalidate a ND cache at the begining of nd6_free(). We should not chang...
[TXT] nd6.h  1.66   7 years  bluhm   Move nd6 timer initialisation to nd6_init() and call timeout_set() only once dur...
[TXT] nd6_nbr.c  1.115   7 years  jca   percpu counters for raw ipv6 and icmp6 stats ok mpi@
[TXT] nd6_rtr.c  1.157   7 years  mpi   Prefix functions dealing with routing messages with 'rtm_' and keep them all in ...
[TXT] raw_ip6.c  1.108   7 years  claudio   branches: 1.108.4; Move PRU_ATTACH out of the pr_usrreq functions into pr_attac...
[TXT] raw_ip6.h  1.4   7 years  jca   percpu counters for raw ipv6 and icmp6 stats ok mpi@
[TXT] route6.c  1.20   7 years  jca   Use percpu counters for ip6stat Try to follow the existing examples. Some note...
[TXT] udp6_output.c  1.53   7 years  mpi   Remove redundant splsoftnet(). ok bluhm@
[TXT] tcpipv6.h (in the Attic) [Hide]  1.8   21 years  itojun   sync with RFC2292 variable member defs, not NRL defs