VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29844   15 years vboxsync HostDrivers-OSX: removed Tiger support
(edit) @29826   15 years vboxsync Rebranding: HostDrivers on Mac OS X
(edit) @29747   15 years vboxsync VBoxNetFlt-freebsd: Build fix
(edit) @29713   15 years vboxsync FreeBSD-VBoxNetAdp/VBoxNetFlt: Fix names so vboxnetadp can load vboxnetflt
(edit) @29709   15 years vboxsync Solaris/VBoxNetFltBow: comments, added one error code.
(edit) @29708   15 years vboxsync Solaris/VBoxNetFltBow: dynamic VNIC creation and management.
(edit) @29696   15 years vboxsync IntNet: small fix for r61826
(edit) @29693   15 years vboxsync VBoxNetFlt: typo in function parameter.
(edit) @29691   15 years vboxsync Solaris/VBoxNetFltBow: Passing in a VNIC works with MAC address …
(edit) @29682   15 years vboxsync netflt/win: dbg: use ExAllocatePoolWithTag for debugging (to make …
(edit) @29667   15 years vboxsync netflt/win: fix memory leak
(edit) @29665   15 years vboxsync VBoxNetFlt-win: Build fix.
(edit) @29662   15 years vboxsync IntNet: Added Interface, Interface private data passing for …
(edit) @29643   15 years vboxsync netflt/win: always set no-loopback flag for intnet->wire packets to …
(edit) @29635   15 years vboxsync SrvIntNetR0.cpp,VBoxNetFlt.c: Adjusted r61623 so it won't crash if the …
(edit) @29616   15 years vboxsync netflt/win: fix more bug in loopback packet handling
(edit) @29592   15 years vboxsync netflt/win: fix loopback packets handling for no-packet-queue
(edit) @29525   15 years vboxsync Net[Flt|Adp]win: fix mem allocation failure handling
(edit) @29494   15 years vboxsync Build fix.
(edit) @29492   15 years vboxsync Build fix.
(edit) @29491   15 years vboxsync IntNet: added MAC address notification and connect/disconnect …
(edit) @29469   15 years vboxsync Solaris/VBoxNetFltBow: got the Crossbow NetFilter working again. …
(edit) @29464   15 years vboxsync VBoxNetFlt/win: Report stuff both when attaching to the NIC and when …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29246   15 years vboxsync files_*: iprt/asm-amd64-x86.h
(edit) @29200   15 years vboxsync more manual Oracle rebranding in headers
(edit) @29150   15 years vboxsync net[flt|adp]/win: TrunkIf state fixes
(edit) @29108   15 years vboxsync net[flt|adp]/win: disable delayed packet processing when intnet is on
(edit) @29025   15 years vboxsync netflt/win: unregister notify object properly (public bug #5780)
(edit) @28961   15 years vboxsync Solaris/VBoxNetFlt: fixed memory leak in VLAN priority tag stripping.
(edit) @28925   15 years vboxsync Solaris/VBoxNetFlt: VLAN fix awful typo.
(edit) @28879   15 years vboxsync VBoxNetFlt/linux: Corrected SUPR0IdcClient-linux.c location.
(edit) @28869   15 years vboxsync Solaris/VBoxNetFlt: build fix.
(edit) @28868   15 years vboxsync Solaris/VBoxNetFlt: fix priority tagged VLAN packets.
(edit) @28832   15 years vboxsync build/alignment fix.
(edit) @28830   15 years vboxsync IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
(edit) @28829   15 years vboxsync vboxNetFltMaybeRediscovered: Don't do rediscovery with preemption disabled.
(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) @28714   15 years vboxsync intnetinline.h: Changed the prefix to IntNet.
(edit) @28703   15 years vboxsync VBoxNetFlt/linux: Added VBOXNETFLT_LINUX_NO_XMIT_QUEUE since we can …
(edit) @28681   15 years vboxsync SrvIntNet-Solaris: fix burn
(edit) @28668   15 years vboxsync build fixes.
(edit) @28667   15 years vboxsync build fix…
(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) @28283   15 years vboxsync Linux HostDrivers/Additions: fixed missing symbol …
(edit) @28281   15 years vboxsync VBoxNetFlt/linux: 2.6.22 that is
(edit) @28278   15 years vboxsync Rebranding: Linux modules
(edit) @28238   15 years vboxsync VBoxNetFlt-linux.c: 2.6.18 build fix
(edit) @28221   15 years vboxsync VBoxNetFlt-linux.c: grumble
(edit) @28219   15 years vboxsync VBoxNetFlt-linux.c: Another try…
(edit) @28208   15 years vboxsync intnet,VBoxNetFlt-linux: Added INTNETTRUNKSWPORT::pfnPreRecv for doing …
(edit) @28202   15 years vboxsync VBoxNetFlt-linux.c: skb_partial_csum_set is 2.6.26+ :-/
(edit) @28161   15 years vboxsync 2.6.29 that is
(edit) @28160   15 years vboxsync VBoxNetFlt-linux.c: Made the receive GSO stuff configurable as well.
(edit) @28159   15 years vboxsync VBoxNetFlt-linux.c: Experimenting with filtering out traffic from the …
(edit) @28157   15 years vboxsync cleanup
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
(edit) @28153   15 years vboxsync VBoxNetFlt-linux: Receive GSO frames from the host, save calls into …
(edit) @28140   15 years vboxsync VBoxNetFlt-linux.c: Added some comments/todos and did some cleaning up …
(edit) @28088   15 years vboxsync vboxNetFltPortIsHostMac: Same as with IsPromiscuous.
(edit) @28077   15 years vboxsync build fix.
(edit) @28070   15 years vboxsync VBoxNetFlt: Deal with multi segment SG buffers. TODO: One weird …
(edit) @28069   15 years vboxsync vboxNetFltLinuxSkBufFromSG: The internal network can now send us SGs …
(edit) @28067   15 years vboxsync VBoxNetFlt.c: disabled assertion on fActive in isPromiscuous as we're …
(edit) @28025   15 years vboxsync intnet, VBoxNet*, network device & drivers: GSO preps.
(edit) @27696   15 years vboxsync Solaris/VBoxNetFlt: fix panic in failure exit path. (public #6412)
(edit) @26927   15 years vboxsync netflt: fix build warning
(edit) @26881   15 years vboxsync HostDrivers/FreeBSD: Build fixes
(edit) @26710   15 years vboxsync HostDrivers/solaris: LogFlowFunc.
(edit) @26512   15 years vboxsync HostDrivers: tabs -> spaces.
(edit) @26498   15 years vboxsync lots under src/VBox: whitespace cleanup.
(edit) @26336   15 years vboxsync Installers/linux: enable debug builds of the Linux installers again
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25745   15 years vboxsync NetFltInstall.cpp: Look for files in the executable directory if not …
(edit) @25699   15 years vboxsync VBoxNetFlt/FreeBSD: Fix incorrect flag in the receive callback. Fixes …
(edit) @25582   15 years vboxsync NetFlt|Adp/win: some code cleanup
(edit) @25536   15 years vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(edit) @25439   15 years vboxsync NetAdp/win: fix host-only if creation (public ticket #5708)
(edit) @25391   15 years vboxsync netflt/win: remove unnecessary wan filtered media
(edit) @25388   15 years vboxsync revert erroneus commit
(edit) @25385   15 years vboxsync 2d: basics for FBO (for linear stretching) suport, more impl for …
(edit) @25367   15 years vboxsync Solaris/VBoxBow: some bits before OS upgrade.
(edit) @25336   15 years vboxsync HostDrivers,SrvIntNetR0,iprt/ntwrap.mac: Removed all the …
(edit) @25327   15 years vboxsync Solaris/VBoxBow: bits.
(edit) @25312   15 years vboxsync Solaris/VBoxBow: bits.
(edit) @25302   15 years vboxsync Solaris/VBoxBow: crossbow netfilter initial commit, rx works, no tx.
(edit) @25249   15 years vboxsync netflt/adp/win: fix ObReferenceObjectByPointer call
(edit) @25232   15 years vboxsync 2d accel: fix the video playback black screen, some code cleaning. …
(edit) @25226   15 years vboxsync *: Assert(RT_SUCCESS(rc)) -> AssertRC(rc)
(edit) @25181   15 years vboxsync Fix warnings.
(edit) @25097   15 years vboxsync Linux installer: depmod -ae => depmod -a (the latter is …
(edit) @25072   15 years vboxsync NetFltInstall.cpp: proposal for making it work when the current …
(edit) @25034   15 years vboxsync Config.kmk,tools,VBoxNetFlt/Makefile.kmk,/Makefile.kmk: Added …
(edit) @24758   15 years vboxsync netflt/win: better driver initialization (do NdisIMAssociateMiniport …
(edit) @24675   15 years vboxsync HostDrivers/**/Makefile.kmk: Quiet linking on darwin.
(edit) @24674   15 years vboxsync VBoxNet[Adp|Flt]/Makefile.kmk: Be quiet when generating the Info.plist …
(edit) @24673   15 years vboxsync VBoxNetFlt.c: Don't use strcpy since it is deprecated on some …
(edit) @24518   15 years vboxsync NetFltInstall: Fixed installation errors, added todos.
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