VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @84351   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed R0->R3 degradation in I/O path by …
(edit) @84048   5 years vboxsync Network/DevVirtioNet.cpp changes pertaining to release mode testing …
(edit) @83913   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Various fixes and improvements, most …
(edit) @83815   5 years vboxsync tstIntNetR0.cpp: Fixed harmless issue pointed out by VC++ 14.1. bugref:8489
(edit) @83664   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Now have round trip networking working. …
(edit) @83613   5 years vboxsync Dev/E1000: (bugref:9696) checksum end offset fix.
(edit) @83603   5 years vboxsync Virtio_1_0: Added some descriptor chain stats to see that we don't …
(edit) @83597   5 years vboxsync NAT: bugref:9694 - libalias NBT - IP header is verified, but UDP …
(edit) @83593   5 years vboxsync scm
(edit) @83591   5 years vboxsync NAT: bugref:9703 - undo the functional change introduced in previous, …
(edit) @83587   5 years vboxsync Virtio_1_0: Reworked the VIRTIO_DESC_CHAIN_T handling to decrease the …
(edit) @83581   5 years vboxsync NAT: bugref:9703 - 90s called, fix declaration after code in previous.
(edit) @83580   5 years vboxsync NAT: bugref:9703 - checking for the value of a switch variable in a …
(edit) @83561   5 years vboxsync lwip: bugref:9708 - Cherry-pick from upstream coverity fixes and one …
(edit) @83499   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Round trip traffic happening …
(edit) @83188   5 years vboxsync scm fix, another one which wan't detected by tinderbox
(edit) @83186   5 years vboxsync Network/DevVirtioNet.cpp: Some clean up. Have verified that received …
(edit) @83165   5 years vboxsync Network/DevVirtioNet.cpp Found some issues after going back and …
(edit) @83153   5 years vboxsync Updates since last integration. Troubleshooting why client is not …
(edit) @83058   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Starting to receive Rx packets from now. …
(edit) @83028   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed but in Virtio_1_0.cpp …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82962   5 years vboxsync fix flowerbox burn
(edit) @82961   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Device appears and is doing transactions …
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