VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98414   22 months vboxsync HostDrivers/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98336   22 months vboxsync HostDrivers/*.inf, Installer/*.inf: Use more consistent naming. For …
(edit) @98257   23 months vboxsync *.kmk: s/VBOX_WIN_NEWDEV/VBoxWinNewDevLib/ (sdk) bugref:10348
(edit) @98256   23 months vboxsync *.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
(edit) @98128   23 months vboxsync *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
(edit) @98125   23 months vboxsync *.kmk: VBOXR0DRV -> VBoxR0Drv. bugref:10348
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97665   2 years vboxsync Linux: Host Drivers: VBoxNetFlt: Fix build for RHEL 9.1 kernel, …
(edit) @97491   2 years vboxsync Host Drivers: Linux: VBoxNetFlt: Add initial support for RHEL(9,2) …
(edit) @96572   2 years vboxsync HostDrives,Installer/win: Reworked the windows installer related code …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96399   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @95411   2 years vboxsync Linux host and guest drivers: fix clang warnings, bugref:10247.
(edit) @94967   3 years vboxsync HostDrivers/{VBoxNetAdp,VBoxNetFlt}: Advertise TSO support to increase …
(edit) @94501   3 years vboxsync Linux: Host Drivers: VBoxNetFlt: Initial support for kernel 5.18-rc1, …
(edit) @94389   3 years vboxsync HostDrivers/VBoxNetflt-linux: Fix debug log format string
(edit) @93517   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93516   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93509   3 years vboxsync HostDrivers/VBoxNet*: Respect VBOX_WITH_VBOXDRV and don't install …
(edit) @93341   3 years vboxsync /Config.kmk,HostDrivers,Installer/win: Added a VBoxR3StaticDllNoAsan …
(edit) @93322   3 years vboxsync /Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841
(edit) @93304   3 years vboxsync HostDrivers: VC++ 19.2 update 11 build adjustments (bogus initializers …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93024   3 years vboxsync /Config.kmk,Main/Makefile.kmk,VBoxNetFlt/Makefile.kmk: Promopted …
(edit) @92973   3 years vboxsync VBoxNetFlt/Makefile.kmk: One or more of the idl file …
(edit) @92967   3 years vboxsync VBoxNetFlt/Makefile.kmk: Use a template for all the Net*Install and …
(edit) @92965   3 years vboxsync VBoxNetFlt/win: Added missing ';' after NdisFreeSpinLock. It's a …
(edit) @92910   3 years vboxsync /Config.kmk,*.kmk: Preparing to switch to Windows 10 SDK. bugref:10116
(edit) @90874   3 years vboxsync Solaris host: bugref:10089 VBoxNetFlt: Fixed getinfo() callback.
(edit) @90873   3 years vboxsync Solaris host: bugref:10089 VBoxNetFltBow: Fixed getinfo() callback.
(edit) @90804   3 years vboxsync HostDrivers: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90785   3 years vboxsync *: AssertReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90249   3 years vboxsync Linux: fix build when -Wimplicit-fallthrough=5 is enabled, …
(edit) @87785   4 years vboxsync NetFlt/Linux: VBoxNetFlt-linux.c doesn't build on Linux kernel 5.11 …
(edit) @85939   4 years vboxsync Additions/linux/Makefile, HostDrivers/linux/Makefile: Many cleanups in …
(edit) @85703   4 years vboxsync IPRT,lnx-kmods: s/RTLNX_RHEL_PREREQ/RTLNX_RHEL_MIN/; added …
(edit) @85701   4 years vboxsync IPRT,lnx-kmods: Added VBOX_RHEL_MAJ_PREREQ and RTLNX_SUSE_MAJ_PREREQ …
(edit) @85698   4 years vboxsync IPRT,lnx-kmods: Use new linux kernel version checking macros. Moved …
(edit) @85588   4 years vboxsync follow up ticketref:19724 newline nit
(edit) @85582   4 years vboxsync HostDrivers: ticketref:19724 Cannot install on OpenSUSE Leap 15.2
(edit) @85344   4 years vboxsync VBoxNetFlt/darwin: Some adjustments for making it build against a …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84947   4 years vboxsync /linux/Makefile*,++: BUILD_TYPE -> VBOX_KBUILD_TYPE; …
(edit) @84759   4 years vboxsync VBoxNetFlt/darwin: call mbuf_outbound_finalize regardless of the …
(edit) @84541   5 years vboxsync VBoxNetFlt/Makefile.kmk: midl /I processing fix. bugref:8489
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84422   5 years vboxsync VBoxNetFlt/Makefile.kmk: Midl quoting fix. bugref:8489
(edit) @84345   5 years vboxsync HostDrivers/libs: VC++ 19.2 adjustments. bugref:8489
(edit) @83805   5 years vboxsync VBoxNetFlt: VC++ 14.1 warnings and some cleanups. bugref:8489
(edit) @83804   5 years vboxsync /Config.kmk,Main,VBoxNetFlt: Move the VBOX_MIDL_REDIRECT tricks up to …
(edit) @83789   5 years vboxsync Main,VBoxNetFlt: For VBoxC and VBoxSVC we need a non-static …
(edit) @83786   5 years vboxsync HostDrivers/VBoxNetCfg.cpp: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81649   5 years vboxsync Linux 5.4: no more arbitrary executable pages and more changes, …
(edit) @80735   5 years vboxsync linux kernel 5.3 fixes: tickref:18911, contribution from Larry.Finger …
(edit) @79643   5 years vboxsync No trigraphs, please (avoid warnings/erros).
(edit) @79409   5 years vboxsync VBoxNetAdpInstall.cpp: Use same fallback as the others.
(edit) @78444   6 years vboxsync Installers/Linux: fixes after previous refactoring for generated Make …
(edit) @77875   6 years vboxsync NetAdp/Win: (bugref:9409) Work around host-only adapter naming issue …
(edit) @77804   6 years vboxsync NetAdp/Win: (bugref:9409) Store host-only adapter configuration in …
(edit) @77722   6 years vboxsync Drivers/Linux: add missing init and exit markers. bugref:4567: …
(edit) @77403   6 years vboxsync More linux kernel module Makefile cleanups: Simplified VBOXMOD_INCL by …
(edit) @77399   6 years vboxsync More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)
(edit) @77398   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77397   6 years vboxsync More linux kernel module Makefile cleanups: MOD_DEFS -> implicit -D
(edit) @77394   6 years vboxsync More linux kernel module Makefile cleansup.
(edit) @77390   6 years vboxsync Renamed the common linux makefile includes to use a more conventional …
(edit) @77272   6 years vboxsync NetLwf: (bugref:8976) Odd-length packets are aligned properly, but no …
(edit) @77124   6 years vboxsync VBoxNetAdp,VBoxNetFlt: FreeBSD build fixes
(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) @76326   6 years vboxsync iprt/err.h: Split out the RT_SUCCESS, RT_FAILURE, functions and error …
(edit) @76324   6 years vboxsync Config.kmk,drivers/Makefile.kmk: More cleanups around …
(edit) @76322   6 years vboxsync Reverted accidental commit r127614.
(edit) @76321   6 years vboxsync iprt/mp-r0drv-linux.c: Attempt at fixing !CONFIG_SMP warnings.
(edit) @75690   6 years vboxsync VBoxNetFlt: win/x86 build fix.
(edit) @75689   6 years vboxsync VBoxNetFlt.c: Wrong allocator function for variable sized structures, …
(edit) @75687   6 years vboxsync VBoxNetFlt: Better assert some darwin alignment assumptions.
(edit) @75599   6 years vboxsync HostDrivers: fix some warnings on old Linux kernels and add missing …
(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) @72005   7 years vboxsync HostDrivers/*.kmk: Don't hardlink .cat files. May require 'del *.sys …
(edit) @72004   7 years vboxsync Installer/win,HostDrivers/*/win: Ship two different .cat files, one …
(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) @70815   7 years vboxsync VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp: Trailing spaces (SCM).
(edit) @70799   7 years vboxsync Build fix
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