VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   10 years vboxsync Network/NetLwf: Do not pass link-local addresses to …
(edit) @56464   10 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.
(edit) @54904   10 years vboxsync solaris/VBoxNetFltBow: nit.
(edit) @54902   10 years vboxsync solaris/VBoxNetFltBow: Fix using VNIC templates when lower-mac has a …
(edit) @54461   10 years vboxsync HostDrivers/VBoxNetFlt: Linux 4 compile fix
(edit) @54136   10 years vboxsync also for the public
(edit) @54083   10 years vboxsync NDIS6/NetLwf: Change FilterRunType to "optional" to prevent network …
(edit) @54071   10 years vboxsync enable for OSE
(edit) @54056   10 years vboxsync NetAdp/win: Change device type to 'endpoint' for NDIS5 as well (#6851)
(edit) @53973   10 years vboxsync NetAdp/win: Change device type to 'endpoint' (#6851)
(edit) @53947   10 years vboxsync export to OSE
(edit) @53838   10 years vboxsync another missing Windows resource file
(edit) @53784   10 years vboxsync fixed @file information of a couple of .rc files
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53604   10 years vboxsync kext test signing for development purposes (requires kmk r2742).
(edit) @53318   10 years vboxsync NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old …
(edit) @53134   10 years vboxsync NetAdp/win: minor cosmetic changes
(edit) @53124   10 years vboxsync NetFlt/win: Version fixes for VBoxNetLwf and VBoxNetAdp6 drivers
(edit) @53090   10 years vboxsync pr7231. NDIS6 support has been added into the Windows installer.
(edit) @53082   10 years vboxsync NetFlt/win: NDIS6: no halt on host suspend, hardware id changed to …
(edit) @53038   10 years vboxsync pr7489. Fixed RemoveHostOnlyInterfaces(). Function …
(edit) @52824   10 years vboxsync pr7489. Added uninstallation inf files and driver packages related to …
(edit) @52630   10 years vboxsync fix svn properties
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(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) @52183   10 years vboxsync netadpInstall: install inf
(edit) @52134   10 years vboxsync NDIS6: Cumulative commit containing async send, unload race fix …
(edit) @51908   10 years vboxsync VBoxNetFlt/win: Unbreak VBoxNetFltUninstall - apparently the previous …
(edit) @51871   10 years vboxsync NetFlt (un)installation: Bugfixes, logging.
(edit) @51866   10 years vboxsync Network/Host-only: Interface type changed to NCF_VIRTUAL on Windows …
(edit) @51849   10 years vboxsync Build fix.
(edit) @51847   10 years vboxsync Whops.
(edit) @51844   10 years vboxsync NetFlt: Uninstallation logging.
(edit) @51586   11 years vboxsync HostDrivers/VBoxNetFlt: not yet for OSE
(edit) @51544   11 years vboxsync HostDrivers/VBoxNetFlt: not yet for OSE
(edit) @51480   11 years vboxsync NetFlt/LwfWin: NDIS6 filter driver (#7231)
(edit) @51181   11 years vboxsync VBoxNetCfg: Fixed crash when rolling back in …
(edit) @51153   11 years vboxsync HostDrivers/VBoxNetCfg.cpp: Check for valid pointer in …
(edit) @50762   11 years vboxsync VBoxNetFlt-darwin.cpp: Don't quit early just because we fail to spot …
(edit) @50761   11 years vboxsync VBoxNetFlt-darwin.cpp: style + only detect p_count offset once.
(edit) @50747   11 years vboxsync Netflt: ifnet::if_pcount offset detection for Darwin (#7279)
(edit) @50718   11 years vboxsync VBoxNetFltBow-solaris: nit.
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