VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @59453   9 years vboxsync ticketref:15069: Minor issue with file permissions - fail SCAP …
(edit) @59077   9 years vboxsync NetCfg/win: fixed regression causing failure to create first host-only …
(edit) @59065   9 years vboxsync NetFlt/win: Report errors via DbgPrint so they could be picked up by …
(edit) @59046   9 years vboxsync NetCfg/win: Bind bridging LWF to host-only adapters (bugref:8140)
(edit) @59014   9 years vboxsync NetCfg/win: Retry creation of host-only adapter twice for …
(edit) @58956   9 years vboxsync NetCfg/win: Retry creation of host-only adapter device if network …
(edit) @58845   9 years vboxsync Linux hosts/guests: fix for EL7.2 Linux kernel
(edit) @58795   9 years vboxsync NetAdp/win: build fixes for renaming without a delay (#7973)
(edit) @58794   9 years vboxsync NetAdp/win: Delayed renaming of connections, address generation fix, …
(edit) @58656   9 years vboxsync VBoxNetFlt/linux: vboxNetFltLinuxPacketHandler - there's no need to …
(edit) @58651   9 years vboxsync NetLwf/win: Allocate miniport name buffer from non-paged pool.
(edit) @58638   9 years vboxsync VBoxNetFlt/linux: vboxNetFltLinuxCanForwardAsGso - fix apparent cut …
(edit) @58355   9 years vboxsync VBoxNetFlt.c: doxygen fix.
(edit) @58350   9 years vboxsync VBoxNetFltBow-solaris.c: Use DECLINLINE please.
(edit) @58349   9 years vboxsync VBoxNetFltBow-solaris.c: doxygen fix.
(edit) @58340   9 years vboxsync HostDrivers: Doxygen fixes
(edit) @58254   9 years vboxsync VBoxNetAdp/linux, VBoxNetFlt/linux: treat presence of VBoxNetFlt as …
(edit) @58107   9 years vboxsync VBoxNetFlt/darwin: code to set MBUF_PROMISC on packets we send to host …
(edit) @57969   9 years vboxsync Installers/linux: drop DKMS support.
(edit) @57943   9 years vboxsync added utf16.h and latin1.h to the various files_ files
(edit) @57937   9 years vboxsync HostDrivers/NetFlt: added timeout in filter unload for unregistration …
(edit) @57912   9 years vboxsync VBoxNetFlt/darwin, VBoxNetAdp/darwin: increment interface statistic …
(edit) @57904   9 years vboxsync VBoxNetFlt/darwin, VBoxNetAdp/darwin: Don't leak host-guest traffic to …
(edit) @57867   9 years vboxsync VBoxNetFltBow/solaris: log the error code when failing to unload the …
(edit) @57831   9 years vboxsync NetFlt/win: Re-worked offloading handling (#8049)
(edit) @57817   9 years vboxsync VBoxNetFlt/darwin: vboxNetFltDarwinIffInputOutputWorker - when we we …
(edit) @57816   9 years vboxsync VBoxNetFlt/darwin: Cosmetics - fSrc (packet source) is not a bitmask, …
(edit) @57639   9 years vboxsync Main/Network: report errors from VBoxNetCfg back to VBoxManage (#7973)
(edit) @57576   9 years vboxsync NetFlt/Win: do not restart netlwf filter when VM changes state (#8009)
(edit) @57401   9 years vboxsync warning
(edit) @57370   9 years vboxsync HostOnly/win: Move up NetCfgInstanceId error handling (#7973)
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57315   9 years vboxsync SUPDrv,VBoxNetFlt: More EFLAGS preservation fixes for linux.
(edit) @57306   9 years vboxsync HostOnly/win: Reverse the order of NetCfgInstanceId and name querying …
(edit) @57253   9 years vboxsync VBoxNetFlt/darwin: Save and restore EFLAGS.AC in code that may …
(edit) @57252   9 years vboxsync SUPDrv,VBoxNetFlt,VBoxNetAdp: Include the-darwin-kernel.h to avoid …
(edit) @57251   9 years vboxsync style
(edit) @57192   9 years vboxsync pr7933. Temporary decision: added new function …
(edit) @57147   9 years vboxsync Main: Attempted fix for Win10 host-only interface creation.
(edit) @57143   9 years vboxsync Spelling.
(edit) @57121   9 years vboxsync VBoxNetFlt/linux: #include fix
(edit) @57120   9 years vboxsync VBoxNetFlt/linux: Don't attach to an interface from a different …
(edit) @57118   9 years vboxsync VBoxNetFlt/linux: s/NETDRV/NETDEV/ typo in a log.
(edit) @56874   9 years vboxsync NetFlt/Win: small fix in debug logging
(edit) @56861   9 years vboxsync VBoxNetFlt/linux: register_netdevice_notifier() invokes the callback …
(edit) @56855   9 years vboxsync VBoxNetFlt/linux: Simplify check for IPv6 link-local addresses that …
(edit) @56847   9 years vboxsync VBoxNetFlt/linux: In very old kernels <net/addrconf.h> does not …
(edit) @56846   9 years vboxsync NetFlt/Win: Host IP address notifications (#7661)
(edit) @56723   9 years vboxsync VBoxNetFlt: use RTmac instead of Rhxs format specifier when logging …
(edit) @56592   9 years vboxsync Network/Win: Replace FUNCTION macro with literal strings to improve …
(edit) @56591   9 years vboxsync Network/NetLwf: DbgPring statements to help with diagnosing …
(edit) @56589   9 years vboxsync Network/NetLwf: listModules access and modification fixes (#7231)
(edit) @56485   9 years vboxsync Network/NetLwf: Do not pass link-local addresses to …
(edit) @56464   9 years vboxsync Installer/Win: Bump MaxNumFilters to 14 upon NetLwf installation (#7899)
(edit) @56335   10 years vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56315   10 years vboxsync whitespace
(edit) @56293   10 years vboxsync HostDrivers: Updated (C) year.
(edit) @56281   10 years vboxsync VBoxNetFlt/darwin: Ignore IPv4 (RFC3927) and IPv6 link-local addresses …
(edit) @56280   10 years vboxsync VBoxNetFlt/linux: Ignore IPv4 (RFC3927) and IPv6 link-local addresses …
(edit) @56267   10 years vboxsync VBoxNetFlt-darwin: vboxNetFltDarwinSysSockUpcall - add a TODO comment …
(edit) @56266   10 years vboxsync VBoxNetFlt-darwin: vboxNetFltDarwinSysSockUpcall - log the interface …
(edit) @56265   10 years vboxsync VBoxNetFlt-darwin: be consistent when passing IPv4 address to the …
(edit) @56263   10 years vboxsync NetAdp: Properly moved VBoxNetAdp6 driver to VBoxNetAdp/win (#7849)
(edit) @56262   10 years vboxsync Rolled back r100828,r100829 as the files were moved improperly
(edit) @56257   10 years vboxsync NetAdp: forgot to remove ndi6 folder leftovers in r100828
(edit) @56256   10 years vboxsync NetAdp: Moved VBoxNetAdp6 driver to VBoxNetAdp/win (#7849)
(edit) @56229   10 years vboxsync NetLwf: Logging no longer uses FUNCTION (#7661).
(edit) @56205   10 years vboxsync NetLwf: Notify all address changes via all filters, add all addresses …
(edit) @56201   10 years vboxsync NetLwf: Notifications for host address changes on Windows (NDIS6 only, …
(edit) @56144   10 years vboxsync VBoxNetFlt/linux: In older kernels <net/addrconf.h> does not smuggle …
(edit) @56143   10 years vboxsync VBoxNetFlt/linux: Instead of fighting an uphill battle with ifdefs to …
(edit) @56120   10 years vboxsync IntNet/NetFlt: Fix a bug accidentally introduced in unsuspecting …
(edit) @56104   10 years vboxsync IntNet/NetFlt: dev_net() is still a problem for older kernels, so …
(edit) @56101   10 years vboxsync IntNet/NetFlt: Re-enable notifications for host address changes.
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(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) @55685   10 years vboxsync VBoxNetFlt/linux: inet6_dev::addr_list became struct list_head in 2.6.35.
(edit) @55683   10 years vboxsync VBoxNetFlt/linux: for_each_netdev_rcu() appeared in 2.6.33.
(edit) @55682   10 years vboxsync VBoxNetFlt/linux: netdev_name() officially appeared in 2.6.34.
(edit) @55681   10 years vboxsync VBoxNetFlt/linux: dev_net() appeared in 2.6.26 (redo r100072 w/out …
(edit) @55680   10 years vboxsync VBoxNetFlt/linux: *sigh*, revert previous... note to self, don't edit …
(edit) @55679   10 years vboxsync VBoxNetFlt/linux: dev_net() appeared in 2.6.26
(edit) @55656   10 years vboxsync VBoxNetFlt: build fix
(edit) @55653   10 years vboxsync IntNet/NetFlt: temporarily disable r100033 on linux - need to adapt to …
(edit) @55652   10 years vboxsync IntNet/NetFlt: blacklist host's L3 addresses when bridging to wifi. …
(edit) @55207   10 years vboxsync NDIS6/NetLwf: "No bypass" option enabled by default (#7231)
(edit) @55041   10 years vboxsync NDIS6/NetLwf: re-worked promiscuous mode handling (#7231)
(edit) @54909   10 years vboxsync solaris/VBoxNetFltBow: nits and comment.
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