VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/DrvTAP.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32226   14 years vboxsync warning
(edit) @32139   14 years vboxsync FTM checkpoint setting
(edit) @31114   14 years vboxsync TAP: make it work again on Linux hosts
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28417   15 years vboxsync DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
(edit) @28275   15 years vboxsync Devices/Network: Call pfnBeginXmit and pfnEndXmit.
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28213   15 years vboxsync PDMINETWORKUP,Drv*,Dev*: Eliminated pfnSendDeprecated.
(edit) @26305   15 years vboxsync pdmnetif.h & users: sketched out a new interface that is intended to …
(edit) @26300   15 years vboxsync pdmifs.h: Moved the network interfaces to a separate header called …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25823   15 years vboxsync Devices: more -Wshadow
(edit) @24010   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @20708   15 years vboxsync DrvIntNet,DrvTAP: Deregister statistics during destruction. (untested)
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11268   16 years vboxsync Devices: ELEMENTS -> RT_ELEMENTS.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11246   16 years vboxsync DrvTAP: don't leave mess behind.
(edit) @11242   16 years vboxsync Increased buffer size to 16kB in DrvTap to support jumbo frames.
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @9124   17 years vboxsync Cleanup of the Solaris 10 detection, reducing ifdef clutter in the C …
(edit) @9113   17 years vboxsync fixed Solaris version detection
(edit) @9112   17 years vboxsync Hopefully working solaris 10 detection.
(edit) @9087   17 years vboxsync Don't build TAP stuff on Solaris 10.
(edit) @8960   17 years vboxsync Hungarian.
(edit) @8610   17 years vboxsync PCNet: completed fix for broken hostif with certain guests. Make sure …
(edit) @8571   17 years vboxsync Solaris hostif: Load libdlpi dynamically.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7831   17 years vboxsync net: moved the wait/notify mechanism for receive buffers into the device
(edit) @7799   17 years vboxsync TAP: remove the obsolete polling stuff
(edit) @7786   17 years vboxsync do it like DrvTAPOs2 and ensure that we never miss a receive wakeup
(edit) @7785   17 years vboxsync comment, cosmetics
(edit) @7033   17 years vboxsync upgly typo preventing hostif from working
(edit) @6941   17 years vboxsync Removed ASYNCSTATE. Set EventOutOfSpace to NIL after destruction.
(edit) @6931   17 years vboxsync Converted the TAP async thread to a PDMDrvThread
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5931   17 years vboxsync sol64 build fix.
(edit) @5719   17 years vboxsync Solaris crossbow: allow using existing interfaces.
(edit) @5701   17 years vboxsync r=bird
(edit) @5698   17 years vboxsync Solaris crossbow changes.
(edit) @5586   17 years vboxsync Solaris crossbow integration, work in progress.
(edit) @5298   17 years vboxsync Fix for Solaris TAP deadlock. Try receiving when there's at least one …
(edit) @5183   17 years vboxsync hdr.
(edit) @5182   17 years vboxsync Solaris
(edit) @5134   17 years vboxsync Solaris.
(edit) @5126   17 years vboxsync Solaris
(edit) @5013   17 years vboxsync solaris / beautify.
(edit) @4641   17 years vboxsync a review todo
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3931   17 years vboxsync an L4 hack
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @587   18 years vboxsync Removed multiple packet code. Failed experiment.
(edit) @572   18 years vboxsync spaces
(edit) @559   18 years vboxsync Added INetworkConnector callback for sending multiple packets
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

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