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_7_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] dest6.c  1.19   23 months  bluhm   Pass a pointer to mbuf pointer further down into ip6_process_hopopts() and ip6_u...
[TXT] frag6.c  1.87   2 years  guenther   Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> net/if_pp...
[TXT] icmp6.c  1.242   2 years  claudio   Use static objects for struct rttimer_queue instead of dynamically allocate them...
[TXT] in6.c  1.249   21 months  kn   Rename global ifnet TAILQ Naming the list like the struct itself makes for awfu...
[TXT] in6.h  1.109   3 years  dlg   factor out the code that does sanity checks on ipv6 headers and addresses. this...
[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.119   21 months  kn   Rename global ifnet TAILQ Naming the list like the struct itself makes for awfu...
[TXT] in6_ifattach.h  1.10   4 years  florian   Remove support for semantically opace interface identifiers (RFC 7217) f...
[TXT] in6_pcb.c  1.123   21 months  mvs   Move PRU_PEERADDR request to (*pru_peeraddr)(). Introduce in{,6}_peeraddr() and...
[TXT] in6_proto.c  1.111   21 months  mvs   Move PRU_CONTROL request to (*pru_control)(). The 'proc *' arg is not used for ...
[TXT] in6_src.c  1.86   2 years  guenther   Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> net/if_pp...
[TXT] in6_var.h  1.74   2 years  jsg   spelling ok jmc@ reads ok tb@
[TXT] ip6_divert.c  1.86   21 months  bluhm   Use shared netlock in soreceive(). The UDP and IP divert layer provide locking ...
[TXT] ip6_divert.h  1.20   21 months  bluhm   Use shared netlock in soreceive(). The UDP and IP divert layer provide locking ...
[TXT] ip6_forward.c  1.108   22 months  kn   Backout "Call getuptime() just once per function" This caused stuck ndp cache e...
[TXT] ip6_id.c  1.16   3 years  jsg   spelling ok gnezdo@ semarie@ mpi@
[TXT] ip6_input.c  1.254   21 months  bluhm   Remove ip_local() and ip6_local(). After moving the IPv4 fragment reassembly an...
[TXT] ip6_mroute.c  1.135   21 months  kn   Rename global ifnet TAILQ Naming the list like the struct itself makes for awfu...
[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.271   22 months  bluhm   Remove differences between ip_fragment() and ip6_fragment(). They do nearly the...
[TXT] ip6_var.h  1.103   21 months  mvs   Do soreceive() with shared netlock for raw sockets. ok bluhm@
[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.61   21 months  kn   Rename global ifnet TAILQ Naming the list like the struct itself makes for awfu...
[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.248   21 months  kn   Clarify/typofix comments OpenBSD is not FreeBSD and has no stf(4) interface. N...
[TXT] nd6.h  1.79   22 months  kn   Constify in6_addr pointer arguments in nd6_*() functions All of them are passed...
[TXT] nd6_nbr.c  1.133   21 months  bluhm   Use struct refcnt for interface address reference counting. There was a crash du...
[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.169   21 months  mvs   Do soreceive() with shared netlock for raw sockets. ok bluhm@
[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.59   2 years  guenther   Delete unnecessary #includes of <netinet6/ip6protosw.h>: some never needed it an...