VirtualBox

source: vbox/trunk/src/VBox/Devices/Network

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107871   4 months vboxsync UsbNet: bugref:10779 Added suspend/resume handlers to prevent NATRX …
(edit) @107859   4 months vboxsync Dev3C501: Reduced Parfait complaints.
(edit) @107853   4 months vboxsync DevDP8390: Reduced Parfait warnings.
(edit) @107847   4 months vboxsync DrvNAT-libslirp: scm fixes. bugref:10268
(edit) @107841   4 months vboxsync DevDP8390: Dump receive buffer, more intelligent transmit buffer dumping.
(edit) @107830   4 months vboxsync DrvNAT-libslirp: Some more cleanups & fixes (drvNAT_TimerFreeCb, ++). …
(edit) @107826   4 months vboxsync DrvNAT-libslirp: Some cleanups. bugref:10268
(edit) @107821   4 months vboxsync DrvNAT-libslirp: some basic style fixes for r166619. bugref:10268
(edit) @107817   4 months vboxsync DrvNAT-libslirp: Fixed inversion of the LocalhostReachable setting. …
(edit) @107792   4 months vboxsync Devices/Network/DevE1000.cpp: Convert redundant condition in if into a …
(edit) @107791   4 months vboxsync Devices/Network/UsbNet.cpp: Missing status code return check, bugref:3409
(edit) @107747   4 months vboxsync Devices/Network/DevVirtioNet.cpp: Missing error check, bugref:3409
(edit) @107732   4 months vboxsync Devices/Network: Fix header from parfait fix.. bugref:3409
(edit) @107730   4 months vboxsync Devices/Network: Parfait fixes. bugref:3409
(edit) @107702   4 months vboxsync Devices/Network: Parfait fixes. Mostly signedness and precission …
(edit) @107691   4 months vboxsync Devices/Network/DevINIP.cpp: Remove unused variable, bugref:3409
(edit) @107677   4 months vboxsync Devices/Network/DevDP8390.cpp: Fix some unused variable parfait …
(edit) @107667   4 months vboxsync Devices/Network/SrvIntNetR0.cpp: Conditionally compile some code only …
(edit) @107620   4 months vboxsync DrvNAT: comment. bugref:10268
(edit) @107619   4 months vboxsync Devices/Network/DrvNAT.cpp: Add ForwardBroadcast CFGM key to avoid VM …
(edit) @107549   4 months vboxsync Devices/Network: fix errant comma. bugref:10268
(edit) @107548   4 months vboxsync Devices/Network: Fixed and added configuration for packets broadcast …
(edit) @107436   4 months vboxsync Devices/Network/DevDP8390: Fixed a warning found by Parfait. …
(edit) @107317   5 months vboxsync UsbNet: bugref:10779 Public statistics, also added missing …
(edit) @107312   5 months vboxsync SCM fix.
(edit) @107309   5 months vboxsync UsbNet: bugref:10779 Implemented link state handling
(edit) @107243   5 months vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 2)
(edit) @107242   5 months vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 1)
(edit) @107225   5 months vboxsync NAT: Slightly adjusted polling loop.
(edit) @107214   5 months vboxsync NAT: unified platform specific code paths in io thread. bugref:10268
(edit) @107213   5 months vboxsync NAT: Timer expiration has to be kept as a 64-bit value to avoid …
(edit) @107028   6 months vboxsync NAT: Consistently take network config from CFGM, and apply part of the …
(edit) @106678   7 months vboxsync Devices/Network: fix stray typo, fix nat notify pipe draining. bugref:10268
(edit) @106675   7 months vboxsync Devices/Network: Fix stack overflow on pipe read. bugref:10268
(edit) @106619   7 months vboxsync Release build fix.
(edit) @106608   7 months vboxsync Devices/Network: switched back to poll paradigm for windows and …
(edit) @106348   7 months vboxsync Devices/Network: Beginnings of a USB/NCM network interface emulation …
(edit) @106345   7 months vboxsync Devices/Network: Beginnings of a USB/NCM network interface emulation …
(edit) @106294   7 months vboxsync VirtioNet/Core: debugger info fixes
(edit) @106273   7 months vboxsync DrvNATlibslirp: Correct function name in log statement. bugref:10268
(edit) @106272   7 months vboxsync DrvNATlibslirp: Initialize cChangedFDs since RTWinPoll only sets it …
(edit) @106250   7 months vboxsync Devices/Network: added some release logging. bugref:10268
(edit) @106167   7 months vboxsync DrvNAT,DrvNATlibslirp: PDMINETWORKUP::pfnAllocBuf should return …
(edit) @106150   8 months vboxsync Devices/Network: Fix windows dhcp error when hostname update is empty …
(edit) @106130   8 months vboxsync Devices/Network: scm fixes. bugref:10268
(edit) @106129   8 months vboxsync Devices/Network: Fix windows slow packet throughput by kicking NAT …
(edit) @106061   8 months vboxsync Copyright year updates by scm.
(edit) @106001   8 months vboxsync doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help …
(edit) @105963   8 months vboxsync Devices/Network: fix todos incl memory leaks and buffer sizing. …
(edit) @105727   9 months vboxsync Devices/Network: fix type/unsigned issue. bugref:10268
(edit) @105726   9 months vboxsync Devices/Network: cleaned up header file, memory leak fixes, search …
(edit) @105429   10 months vboxsync Devices/Network, /Config.kmk: fix logging, disable on win by default …
(edit) @105380   10 months vboxsync DrvNAT: Corrected size parameter type for drvNATRecvWorker (harmless). …
(edit) @105377   10 months vboxsync iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
(edit) @105353   10 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @105205   10 months vboxsync Devices/Network, /Config.kmk: reenable libslirp on win. fix build …
(edit) @105202   10 months vboxsync Devices/Network: clean and reorganized code, fix win warnings. bugref:10268
(edit) @105201   10 months vboxsync Devices/Network, /Config.kmk: fix build config issue, added mem alloc …
(edit) @105133   10 months vboxsync Devices/Network/DrvNATlibslirp.cpp: Build fix + todo, bugref:10268
(edit) @105090   10 months vboxsync Devices/Network: fix build issue. bugref:10268
(edit) @105084   10 months vboxsync Devices/Network: fix build issue. bugref:10268
(edit) @105071   10 months vboxsync Fix for r163689 caused build failure. bugref:10268
(edit) @105070   11 months vboxsync Devices/Network: code cleanup. bugref:10268
(edit) @105069   11 months vboxsync Devices/Network: clean up code and comments. bugref:10268
(edit) @105064   11 months vboxsync Devices/Network: clean up code and comments. bugref:10268
(edit) @105025   11 months vboxsync Devices/Network: code cleanup. bugref:10268
(edit) @105024   11 months vboxsync Devices/Netowrk: scm fixes. bugref:10268
(edit) @105023   11 months vboxsync Devices/Network: code cleanup. bugref:10268
(edit) @105014   11 months vboxsync libs/libslirp: fixed windows warnings. bugref:10268
(edit) @105013   11 months vboxsync Devices/Network: scm fixes. bugref:10268
(edit) @105003   11 months vboxsync Devices/Network: export libslirp DrvNAT files. bugref:10268
(edit) @104839   11 months vboxsync DevPCNet: Fixed incorrect call to PDMDevHlpMmio2Create made when …
(edit) @104584   12 months vboxsync Devices/Network/DrvCloudTunnel.cpp: Return rc instead of VINF_SUCCESS …
(edit) @104583   12 months vboxsync Devices/Network/DrvNAT.cpp: Simplify drvNATRecvWakeup() a tiny bit, …
(edit) @104582   12 months vboxsync Devices/Network/{DrvNetShaper.cpp,DrvNetSniffer.cpp}: Return rc …
(edit) @104432   13 months vboxsync Virtio/Core: Fixes and descriptor table printing for our debugger's …
(edit) @104389   13 months vboxsync Devices/Neetwork/DrvNAT: linux.arm64 doesn't support 64KiB stacks for …
(edit) @104388   13 months vboxsync Devices/Neetwork/DrvNAT: linux.arm64 doesn't support 64KiB stacks for …
(edit) @104355   13 months vboxsync SrvIntNetR0: Fixed regression from r162583 that caused allocation of …
(edit) @104280   13 months vboxsync VirtioCore: improved chain length checks and MMIO read handling in …
(edit) @104159   13 months vboxsync VBoxNetFlt: Fix UBSAN warnings by switching to flexible arrays, …
(edit) @103431   15 months vboxsync tstIntNet-1: RTStrCat won't fail because we already subtracted the …
(edit) @103416   15 months vboxsync Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409
(edit) @103410   15 months vboxsync Devices/Network/testcase: Fix some harmless dangling pointer warnings, …
(edit) @103346   15 months vboxsync DrvCloudTunnel: Switch the RTStrPrintfV calls with RTStrPrintf2V which …
(edit) @103345   15 months vboxsync DrvCloudTunnel.cpp: Two missing va_end calls. Parfait bugref:3409
(edit) @103285   15 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   15 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   15 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103025   16 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
(edit) @102827   16 months vboxsync Devices/VirtioCore, Devices/VirtioNet: Correct check, bugref:10566
(edit) @102797   16 months vboxsync Devices/DrvIntNet,NetworkServices/{VBoxIntNetSwitch,IntNetIf}: Plug a …
(edit) @102405   18 months vboxsync Devices/Network: Fixed buffer overflow with fds. Added barely …
(edit) @101716   18 months vboxsync DrvCloudTunnel: The signature of the …
(edit) @101638   19 months vboxsync libssh: fixing build. bugref:10539
(edit) @101635   19 months vboxsync libssh: ssh_channel_write_wontblock_callback fix. bugref: 10539
(edit) @101634   19 months vboxsync libssh: removing 0.9.6 mention from Config.kmk and build fix. bugref:10539
(edit) @101625   19 months vboxsync libssh: reverting DrvCloudTunnel.cpp . bugref:10539
(edit) @101623   19 months vboxsync libssh: switching from 0.9.6 to 0.10.5. bugref:10539
(edit) @101400   19 months vboxsync Devices/DevVirtioNet.cpp: Improve checks, bugref:10521
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette