VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77272   6 years vboxsync NetLwf: (bugref:8976) Odd-length packets are aligned properly, but no …
(edit) @76568   6 years vboxsync HostDrivers: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76527   6 years vboxsync HostDrivers: scm --fix-header-guards. bugref:9344
(edit) @75169   6 years vboxsync Net/Win: bugref:9280 bugref:9233 Changed back the order of …
(edit) @75122   6 years vboxsync VBoxNetAdp: Same fixes for bugref:9233 ticketref:18046 as was applied …
(edit) @75121   6 years vboxsync VBoxNetLwf: More fixes for bugref:9233 ticketref:18046.
(edit) @74484   6 years vboxsync Network/IntNet: (bugref:9063) R0 trunk reconnect thread.
(edit) @73852   6 years vboxsync NetLwf/Win: (bugref:9233) Ignore empty MDLs to prevent Windows host …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72275   7 years vboxsync NetFlt/Win: (bugref: 8009) strip trailing blanks in previous.
(edit) @72261   7 years vboxsync NetFlt/Win: (bugref: 8009) Introduced a registry parameter to control …
(edit) @71974   7 years vboxsync VBoxNetAdp.inf: Restored r122210 that was reverted in r122229, as it …
(edit) @71971   7 years vboxsync VBoxNetAdp.inf: Reverted r122210. ( Removed 2nd VBoxNetAdp.AddService …
(edit) @71952   7 years vboxsync VBoxNetAdp.inf: Removed 2nd VBoxNetAdp.AddService section to make …
(edit) @71245   7 years vboxsync VBoxNetLwf-win.cpp: whitespace
(edit) @71237   7 years vboxsync NetLwf/Win: (bugref:7933) Fixed the size of status indication to match …
(edit) @71235   7 years vboxsync NetLwf/Win: (bugref:7933) Fixed module structure corruption that was …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69371   7 years vboxsync HostDrivers: more scm updates
(edit) @69250   7 years vboxsync HostDrivers: scm updates
(edit) @68500   7 years vboxsync NetLwf/Win: (bugref:8976) Align outgoing packets at word boundary.
(edit) @68112   7 years vboxsync NetLwf/Win: (bugref:8488) Do not attach NetLwf filters to host-only …
(edit) @66719   8 years vboxsync NetLwf: Failure to allocate pools in attach produces a system event
(edit) @66613   8 years vboxsync NetLwf: Commented out ClsID in add-registry section of .inf file to …
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @63564   8 years vboxsync scm: cleaning up todos
(edit) @63549   8 years vboxsync scm cleanups
(edit) @62719   8 years vboxsync HostDrivers: warnings
(edit) @62714   8 years vboxsync HostDrivers: warnings
(edit) @62711   8 years vboxsync HostDrivers: warnings
(edit) @62710   8 years vboxsync vboxNetFltWinMpDeInitializeDeviceInstance + …
(edit) @62709   8 years vboxsync
(edit) @62708   8 years vboxsync HostDrivers: warnings
(edit) @62697   8 years vboxsync HostDrivers: warnings
(edit) @62683   8 years vboxsync Use the iprt/nt/ntddk.h wrapper for ntddk.h, eliminating duplicate …
(edit) @62535   8 years vboxsync (C) 2016
(edit) @62534   8 years vboxsync (C) 2016
(edit) @62490   8 years vboxsync (C) 2016
(edit) @62466   8 years vboxsync HostDrivers: scm
(edit) @61866   9 years vboxsync NetFlt/Win: Fix bogus sizof in assertion.
(edit) @60639   9 years vboxsync HostDrivers/win: coding style
(edit) @60333   9 years vboxsync VBoxNetLwf: Removed packet dump code from release build to prevent …
(edit) @60278   9 years vboxsync HostDrivers/Runtime: fixed a few functions according to __stdcall …
(edit) @60273   9 years vboxsync HostDrivers: try to purge all usage of __FUNCTION__
(edit) @59998   9 years vboxsync NetLwf/Win(bugref:8283): five pre-allocated pools to accomodate …
(edit) @59993   9 years vboxsync Debug build fix
(edit) @59990   9 years vboxsync NetLwf/Win(bugref:8283): dynamic allocation of MDLs which fixes jumbo …
(edit) @59971   9 years vboxsync NetLwf/Win(bugref:8283): re-enabled dynamic re-allocation of frame …
(edit) @59969   9 years vboxsync NetLwf/Win(bugref:8283): test build without dynamic re-allocation of …
(edit) @59966   9 years vboxsync NetLwf/Win(bugref:8283): test build with 2K frame limit and dynamic …
(edit) @59742   9 years vboxsync NetLwf/Win(bugref:7933): Log system error events on failures
(edit) @59653   9 years vboxsync NetLwf/Win(bugref:8246): Support jumbo frames over 2 KB
(edit) @59065   9 years vboxsync NetFlt/win: Report errors via DbgPrint so they could be picked up by …
(edit) @58651   9 years vboxsync NetLwf/win: Allocate miniport name buffer from non-paged pool.
(edit) @57937   9 years vboxsync HostDrivers/NetFlt: added timeout in filter unload for unregistration …
(edit) @57831   9 years vboxsync NetFlt/win: Re-worked offloading handling (#8049)
(edit) @57576   9 years vboxsync NetFlt/Win: do not restart netlwf filter when VM changes state (#8009)
(edit) @56874   9 years vboxsync NetFlt/Win: small fix in debug logging
(edit) @56846   9 years vboxsync NetFlt/Win: Host IP address notifications (#7661)
(edit) @56592   10 years vboxsync Network/Win: Replace FUNCTION macro with literal strings to improve …
(edit) @56591   10 years vboxsync Network/NetLwf: DbgPring statements to help with diagnosing …
(edit) @56589   10 years vboxsync Network/NetLwf: listModules access and modification fixes (#7231)
(edit) @56485   10 years vboxsync Network/NetLwf: Do not pass link-local addresses to …
(edit) @56293   10 years vboxsync HostDrivers: Updated (C) year.
(edit) @56263   10 years vboxsync NetAdp: Properly moved VBoxNetAdp6 driver to VBoxNetAdp/win (#7849)
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @54056   10 years vboxsync NetAdp/win: Change device type to 'endpoint' for NDIS5 as well (#6851)
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @51866   10 years vboxsync Network/Host-only: Interface type changed to NCF_VIRTUAL on Windows …
(edit) @49137   11 years vboxsync HostDrivers: Minor nit. Coding style.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @41005   13 years vboxsync netflt/adp/win: fix logging on unload
(edit) @40806   13 years vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @38738   13 years vboxsync Less Assert redefinition, adding RT_NO_STRICT to help.
(edit) @37161   14 years vboxsync netflt/win: zero up the device object field on device destruction
(edit) @36207   14 years vboxsync style + spaces
(add) @36184   14 years vboxsync rework NetFlt/Adp
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