VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91728   3 years vboxsync PCnet: Ripped out unused/broken PCNET_NO_POLLING code path.
(edit) @91703   3 years vboxsync DevVirtioNet_1_0.cpp: Convert VirtIO to be 'transitional' device, that …
(edit) @91631   3 years vboxsync NAT/tftp: bugref:9350 - Redo r128102. Just reject pathnames that try …
(edit) @91627   3 years vboxsync NAT/tftp: ​bugref:9350 - Define symbolic constants for TFTP error …
(edit) @91626   3 years vboxsync NAT/tftp: bugref:9350 - LogRel tftp requests at session allocation …
(edit) @91623   3 years vboxsync NAT/tftp: bugref:9350 - Fix the type and the hungarian prefix of the …
(edit) @91485   3 years vboxsync Dev/e1000: bugref:10114 Increased link up delay to 5 seconds
(edit) @91466   3 years vboxsync VMNet: bugref:9932 Fixed uninitialized max_packet_size, really enabled …
(edit) @91442   3 years vboxsync Devices: bugref:9932 Build fixes for r147123
(edit) @91439   3 years vboxsync Devices: bugref:9932 Stupid space build fix
(edit) @91438   3 years vboxsync Devices: bugref:9932 Suspend/resume support, limit VMNET compilation …
(edit) @91418   3 years vboxsync Devices: bugref:9932 More build fixes for r147096
(edit) @91417   3 years vboxsync Devices: bugref:9932 Linux build fixes for r147096
(edit) @91416   3 years vboxsync Devices: bugref:9932 DrvVMNet and host-only network initial implementation
(edit) @91069   3 years vboxsync Dev/VirtioNet: Notify the guest of link state change after restoring …
(edit) @91022   3 years vboxsync DevPCnet: Handle AMD drivers which disable PCI bus mastering around …
(edit) @90931   3 years vboxsync Fixes issue in BugRef(8651) Comment #100
(edit) @90797   3 years vboxsync Fix copy/pasted assert
(edit) @90791   3 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90775   3 years vboxsync Fix burn due to unwanted tab charager
(edit) @90774   3 years vboxsync Add guards to Load Exec function and replicated fix from r145659 in …
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90332   3 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @90330   3 years vboxsync Drv*: Access PDMCritSect API via PDMDrvHlp. bugref:10074
(edit) @90156   3 years vboxsync Dev/VirtioNet: (bugref:8651) Fixed connectivity loss due to stuck TX …
(edit) @90103   3 years vboxsync DrvIntNet: style fix.
(edit) @89588   3 years vboxsync Intel IOMMU: bugref:9967 DevE1000: Avoid including local macros …
(edit) @88867   4 years vboxsync DrvIntNetR0: Corrected limit the optimized case in intnetR0SgReadPart …
(edit) @88866   4 years vboxsync DrvIntNetR0: Provide more info in intnetR0SgReadPart assertion.
(edit) @88759   4 years vboxsync slirp/misc.c: It is absolutely forbidden to redefine logging macros …
(edit) @88553   4 years vboxsync NAT: Do not attempt to segment frames with invalid GSO
(edit) @88543   4 years vboxsync NAT: slirp_ext_m_get - assertions are nice, but make sure we actually …
(edit) @88533   4 years vboxsync Build fix for r143800
(edit) @88529   4 years vboxsync Dev/E1000: Use a dedicated array instead of DD bit to store TX …
(edit) @88525   4 years vboxsync NAT: Handle IP options in the ping echo request. bugref:9986.
(edit) @88498   4 years vboxsync DevPCNet: Added comments, removed logic that caused transmit to hang …
(edit) @88491   4 years vboxsync Build fix for r143749
(edit) @88490   4 years vboxsync Network: Do not bring up links for "not attached" adapters.
(edit) @88426   4 years vboxsync Dev/E1000: (ticketref:20182) Implement ICS read for VxWorks compatibility.
(edit) @88424   4 years vboxsync Dev/E1000: (bugref:9850) Added a comment about relaxed RDT checks.
(edit) @88372   4 years vboxsync Dev/E1000: (bugref:9850) Relax RDT checks a tiny bit to fix OS/2 guest …
(edit) @88128   4 years vboxsync include/iprt/string.h, src/VBox/Devices/Network/slirp/slirp_config.h: …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87769   4 years vboxsync DevE1000: Fixed four e1kRaiseInterrupt calls broken by r29792 when …
(edit) @87768   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87289   4 years vboxsync slirp: Adjustments for bugref:9898.
(edit) @87285   4 years vboxsync DevPCNet.cpp: Use RT_BIG_ENDIAN/RT_LITTLE_ENDIAN to check endianness, …
(edit) @87126   4 years vboxsync slirp: arp_input - more checks on incoming packets.
(edit) @87111   4 years vboxsync An attempt to fix burns caused by r141975
(edit) @87109   4 years vboxsync Dev/E1000: (bugref:9850) Descriptor ring register fixes.
(edit) @87071   4 years vboxsync Dev/E1000: (bugref:9883) No more zero UDP checksums.
(edit) @86843   4 years vboxsync slirp: bugref:9856 - in tcp_input() save optp and optlen in struct …
(edit) @86574   4 years vboxsync Dev/E1000: (bugref:9829) Fixed division-by-zero issues
(edit) @86486   4 years vboxsync AMD IOMMU: bugref:9654 E1000: Use PCI interfaces while reading/writing …
(edit) @86485   4 years vboxsync AMD IOMMU: bugref:9654 PCNet: Use PCI interfaces while reading/writing …
(edit) @86407   4 years vboxsync Fix burn
(edit) @86405   4 years vboxsync Fixed problem with host crashing with DevVirtioNet_1_0.cpp R3 virtual …
(edit) @85955   4 years vboxsync PCnet: Print MMIO base for PCI models, IRQ for ISA models.
(edit) @85608   4 years vboxsync Limit to size of instance data, which includes queue pair arrays
(edit) @85506   4 years vboxsync SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801
(edit) @85415   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed pause/resume/poweroff, added more …
(edit) @85320   4 years vboxsync lwip/icmp*.h: Clang 11 workaround. [grr] bugref:9790
(edit) @85319   4 years vboxsync lwip/icmp*.h: Clang 11 workaround. bugref:9790
(edit) @85291   4 years vboxsync Networking/DevVirtioNet_1_0.cpp: Made some performance tweaks and …
(edit) @85195   4 years vboxsync slirp: Clang 11 / OSX SDK 10.13 adjustments. bugref:9790
(edit) @85193   4 years vboxsync VBoxDDUDeps.cpp,DevINIP.cpp: Workaround for Clang 11 nothrow …
(edit) @85158   4 years vboxsync PCnet: Dump BCR18 (DWIO) in info handler, too.
(edit) @85146   4 years vboxsync Dev/E1000,PDM: (bugref:9764) disable UFO, UDP header checks, zero MSS …
(edit) @85123   4 years vboxsync iprt/cdefs.h: Some cleaning up. bugref:9794
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85117   4 years vboxsync PCnet: Disabled NetShaper support (see bugref:9768).
(edit) @85116   4 years vboxsync scm
(edit) @85114   4 years vboxsync Build fix.
(edit) @85113   4 years vboxsync PCnet: Reworked TMD access to better match real hardware (see bugref:9768).
(edit) @85109   4 years vboxsync Resolved other part of xtracker #9766. Rearranged structs, arrays and …
(edit) @85083   4 years vboxsync Fix #9766
(edit) @85082   4 years vboxsync icmp_input: don't keep a mbuf reference after we pass it to a function …
(edit) @85045   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Return virtioCoreVirtqAttach() to …
(edit) @85016   4 years vboxsync Network/DeviVirtioNet_1_0.cpp: More clean up and naming for …
(edit) @84882   4 years vboxsync fix scm burn
(edit) @84876   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed up comments/formatting that got …
(edit) @84819   4 years vboxsync Virtio/VirtioCore.cpp, Network/DevVirtioNet_1_0.cpp, …
(edit) @84806   4 years vboxsync Fix burns
(edit) @84804   4 years vboxsync Fix burns
(edit) @84803   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Rename API functions to refer to Virtq …
(edit) @84775   4 years vboxsync Attempt fix burns
(edit) @84774   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed controlq hang, reduced use of …
(edit) @84468   5 years vboxsync Network/DevVirtioNet_1.0.cpp: Removed force interrupt flag from API …
(edit) @84430   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed typo that made disabling …
(edit) @84392   5 years vboxsync disable temporary enable of DevVirtioNet_1_0.cpp in Config.kmk now …
(edit) @84391   5 years vboxsync Fix more windows compiler warnings
(edit) @84390   5 years vboxsync Fix more windows compiler warnings
(edit) @84389   5 years vboxsync Fix more windows compiler warnings
(edit) @84388   5 years vboxsync Fix more windows compiler warnings
(edit) @84386   5 years vboxsync Clean up more build warnings
(edit) @84384   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fix some Windows build warnings and …
(edit) @84383   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed bug where Network Settings on …
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