VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile

    r32537 r33540  
    183183
    184184# By default we use remap_pfn_range() kernel API to make kernel pages
    185 # visible for userland. Unfortuately, it leads to situation that
     185# visible for userland. Unfortunately, it leads to situation that
    186186# during debug session all structures on that page (such as PVM pointer)
    187187# are not accessible to the debugger (see #3214).
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r33506 r33540  
    635635#  endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 32) */
    636636# endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) */
    637         /* Synch the queue len with our child */
     637        /* Sync the queue len with our child */
    638638        pNew->q.qlen = pPriv->pChild->q.qlen;
    639639    }
     
    808808
    809809/**
    810  * Experiment where we filter trafic from the host to the internal network
     810 * Experiment where we filter traffic from the host to the internal network
    811811 * before it reaches the NIC driver.
    812812 *
     
    881881
    882882    /*
    883      * Do the filtering base on the defaul OUI of our virtual NICs
     883     * Do the filtering base on the default OUI of our virtual NICs
    884884     *
    885885     * Note! In a real solution, we would ask the switch whether the
     
    11321132        /*
    11331133         * We need to set checksum fields even if the packet goes to the host
    1134          * directly as it may be immediately forwared by IP layer @bugref{5020}.
     1134         * directly as it may be immediately forwarded by IP layer @bugref{5020}.
    11351135         */
    11361136        Assert(skb_headlen(pPkt) >= pSG->GsoCtx.cbHdrs);
     
    18401840
    18411841/**
    1842  * Reports the GSO capabilites of the hardware NIC.
     1842 * Reports the GSO capabilities of the hardware NIC.
    18431843 *
    18441844 * @param   pThis               The net filter instance.  The caller hold a
     
    18891889
    18901890/**
    1891  * Helper that determins whether the host (ignoreing us) is operating the
     1891 * Helper that determines whether the host (ignoreing us) is operating the
    18921892 * interface in promiscuous mode or not.
    18931893 */
     
    20192019
    20202020    /*
    2021      * If the above succeeded report GSO capabilites,  if not undo and
     2021     * If the above succeeded report GSO capabilities,  if not undo and
    20222022     * release the device.
    20232023     */
     
    22752275         * This api is a bit weird, the best reference is the code.
    22762276         *
    2277          * Also, we have a bit or race conditions wrt the maintance of
     2277         * Also, we have a bit or race conditions wrt the maintenance of
    22782278         * host the interface promiscuity for vboxNetFltPortOsIsPromiscuous.
    22792279         */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette