VirtualBox

source: vbox/trunk/include/VBox/intnet.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97342   2 years vboxsync NetworkServices/IntNetSwitch,Devices/Network/DrvIntNet,Devices/Network/ …
(edit) @97338   2 years vboxsync NetworkServices/IntNetSwitch,Devices/Network/DrvIntNet,Devices/Network/ …
(edit) @97046   2 years vboxsync Devices/DrvIntNet,NetworkServices,Installer/darwin: First rough …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @62476   8 years vboxsync (C) 2016
(edit) @56839   9 years vboxsync IntNet: Note that INTNETTRUNKSWPORT_VERSION 0xA2CDf005 will be …
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @55652   10 years vboxsync IntNet/NetFlt: blacklist host's L3 addresses when bridging to wifi. …
(edit) @52592   10 years vboxsync NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
(edit) @52394   10 years vboxsync intnetR0TrunkIfPortDisconnect: Must always release the busy reference …
(edit) @52393   10 years vboxsync intnet: Fixed bug in intnetR0TrunkIfPortDisconnect where the mutex …
(edit) @52161   10 years vboxsync <VBox/intnet.h>: typo
(edit) @52134   10 years vboxsync NDIS6: Cumulative commit containing async send, unload race fix …
(edit) @46904   11 years vboxsync IntNet, VirtioNet, NetFilter: Large frame support + drop oversized + …
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @37979   13 years vboxsync IntNet: Work around DHCP issue on Mac OS X Lion GM when bridging …
(edit) @36075   14 years vboxsync More flexible internal network promisc mode (++) policy management.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @30587   14 years vboxsync IntNet: Profile sends.
(edit) @29669   15 years vboxsync DrvIntNet,SrvIntNet: Added IntNetR0AbortWait to address races in …
(edit) @29663   15 years vboxsync Spaces.
(edit) @29662   15 years vboxsync IntNet: Added Interface, Interface private data passing for …
(edit) @29635   15 years vboxsync SrvIntNetR0.cpp,VBoxNetFlt.c: Adjusted r61623 so it won't crash if the …
(edit) @29493   15 years vboxsync Build fix.
(edit) @29491   15 years vboxsync IntNet: added MAC address notification and connect/disconnect …
(edit) @28830   15 years vboxsync IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28723   15 years vboxsync IntNet/NetFlt: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities and …
(edit) @28711   15 years vboxsync IntNet,++: Implemented sending frames in ring-0 (disabled).
(edit) @28706   15 years vboxsync IntNet: Moved the instance pointer from VMMR0.cpp to SrvIntNetR0.cpp …
(edit) @28666   15 years vboxsync SrvIntNet,VBoxNetFlt: Changing from getting to reporting (VBoxNetFlt …
(edit) @28623   15 years vboxsync SrvIntNetR0,VBoxNetFlt: Main body of the internal locking rewrite.
(edit) @28208   15 years vboxsync intnet,VBoxNetFlt-linux: Added INTNETTRUNKSWPORT::pfnPreRecv for doing …
(edit) @28120   15 years vboxsync SrcIntNetR0: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities (new …
(edit) @28104   15 years vboxsync intnet.h: changed the INTNETTRUNKFACTORY_UUID_STR as INTNETSG was …
(edit) @28071   15 years vboxsync VBoxNetFlt: Deal with multi segment SG buffers. TODO: One weird …
(edit) @28025   15 years vboxsync intnet, VBoxNet*, network device & drivers: GSO preps.
(edit) @27840   15 years vboxsync DrvIntNet,++: Implemented the missing buffer methods, added padding frame.
(edit) @26574   15 years vboxsync Networking: Preparing to make the driver return a send buffer to the …
(edit) @23209   15 years vboxsync More stupid alignment issues
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @17184   16 years vboxsync VBoxNetFlt: review of core changes, several review comments needing …
(edit) @16750   16 years vboxsync intnet: NetTap -> NetAdp
(edit) @16183   16 years vboxsync #3419: Added fNoPromisc parameter to pfnCreateAndConnect to prevent …
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @11101   16 years vboxsync intnet: Documentation update (pfnXmit and pfnRecv).
(edit) @11072   16 years vboxsync IntNet,VBoxNetFlt: Implememnted ARP editing when sharing MAC address …
(edit) @11062   16 years vboxsync intnet+netflt: New packet destination for the trunk called …
(edit) @10924   16 years vboxsync intnet: INTNET_OPEN_FLAGS_SECURITY_XOR_MASK -> …
(edit) @10923   16 years vboxsync intnet: MAC sharing under construction…
(edit) @10843   16 years vboxsync intnet: Implemented activation on power on & resume, deactivation on …
(edit) @10819   16 years vboxsync intnet: Use the IPRT handle table, validate against the session when …
(edit) @10806   16 years vboxsync intnet: Push the session down to all the INTNETR0* apis.
(edit) @10761   16 years vboxsync Fixed INTNETRUNKDIR_VALID_MASK / flags.
(edit) @10746   16 years vboxsync Added pSession argument to all the intnet request packets.
(edit) @10733   16 years vboxsync intnet: Converted the internal frame handling to use the …
(edit) @10681   16 years vboxsync intnet: More TrunkIf code.
(edit) @10677   16 years vboxsync Added INTNETTRUNKFACTORY::pfnRelease, dealth with a unload race …
(edit) @10663   16 years vboxsync Created tstIntNet-1 for checking that capturing an interface works on …
(edit) @10559   16 years vboxsync INTNET: sketched out the trunk create & connect code (disabled).
(edit) @10557   16 years vboxsync INTNET: Hopefully sorted out a bunch of unsafe locking (handle usage …
(edit) @10451   16 years vboxsync Modified the INTNETR0Open interface and PDM driver configuration to …
(edit) @10169   16 years vboxsync Some pfnXmit clearification (the SG must be retained if used asyncly). …
(edit) @10126   16 years vboxsync Consolidated the Recv and Send methods to make it easier to share the …
(edit) @10084   16 years vboxsync VBoxNetFlt coding (darwin bits in progress).
(edit) @10081   16 years vboxsync VBoxNetFlt coding.
(edit) @10076   16 years vboxsync We 'connect' to an internal network, not 'attach'. (Both terms was used.)
(edit) @10075   16 years vboxsync Simplified it a bit by introducing a out-bound lock on the trunk port.
(edit) @10038   16 years vboxsync We can safely call pfnSetActive without owning the lock I think, that …
(edit) @10037   16 years vboxsync fixed bustage.
(edit) @10031   16 years vboxsync VBoxNetFlt - work in progress.
(edit) @9803   16 years vboxsync vacation.
(edit) @9770   16 years vboxsync Can use PCPDMMAC now as its in VBox/types.h.
(edit) @9766   16 years vboxsync Fixed anci C issue.
(edit) @9737   16 years vboxsync build fix.
(edit) @9735   16 years vboxsync INTNET: ring-0 trunk interfaces.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5283   17 years vboxsync internal networking fixes.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1606   18 years vboxsync Corrected some more log statements and synced some function docs.
(edit) @1599   18 years vboxsync added RestrictAccess key to allow to disable the policy that only VMs …
(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