VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93228   3 years vboxsync NAT/tftp: bugref:9350 - Fix the ".." check.
(edit) @93165   3 years vboxsync Devices/VirtIONet_1_0: Fixed warnings-as-errors caused by …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93014   3 years vboxsync Devices/Network/DevVirtioNet_1_0: Try fixing mac burns
(edit) @93013   3 years vboxsync Fix burn
(edit) @93012   3 years vboxsync Fix burn
(edit) @93004   3 years vboxsync Fix burn (8)
(edit) @93003   3 years vboxsync Fix burn (7)
(edit) @93002   3 years vboxsync Fix burn (6)
(edit) @93001   3 years vboxsync Fix burn (5)
(edit) @93000   3 years vboxsync Fix burn (4)
(edit) @92999   3 years vboxsync Fix burn (3)
(edit) @92998   3 years vboxsync Fix burn (2)
(edit) @92997   3 years vboxsync Fix burn
(edit) @92996   3 years vboxsync virtio-net works on linux in local testing, and virtio-scsi works on …
(edit) @92995   3 years vboxsync Fix virtio-scsi and virtio-net device name until switchover to …
(edit) @92994   3 years vboxsync Temporarily revert this symbol until testing is complete and can …
(edit) @92951   3 years vboxsync Fix error handling bug and a few typos
(edit) @92950   3 years vboxsync VirtioCore: pcszMmioName -> szMmioName and pcszPortIoName -> …
(edit) @92939   3 years vboxsync Improve transitional behavior, and save/load exec code. Some Rx …
(edit) @92864   3 years vboxsync Dev/E1000: bugref:10114 Introduces device attachment flag to resolve …
(edit) @92724   3 years vboxsync DrvIntNet: Refuse to load in driverless mode. bugref:10138
(edit) @92185   3 years vboxsync scm: Check UTF-8 encoding and reject files with bidirectional control …
(edit) @92140   3 years vboxsync VMNet: bugref:9932 Explicit handling of interface start timeout
(edit) @92108   3 years vboxsync Devics/Network/slirp: Switch to the DNS proxy in case the local …
(edit) @92097   3 years vboxsync VMNet: bugref:9932 Better handling of missing max packet size
(edit) @92093   3 years vboxsync Devices/Network/NAT: Add option to disallow traffic from the guest to …
(edit) @92091   3 years vboxsync Optimize how legacy/modern driver is determined to avoid polling, and …
(edit) @92078   3 years vboxsync VMNet: bugref:9932 Time out in 10 seconds when connecting to VMNet
(edit) @91945   3 years vboxsync VMM,Devices: Eliminate calls to PDMR3Thread and use the driver hlper …
(edit) @91944   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91892   3 years vboxsync Devices/Network: Change the network drivers to access the CFGM API …
(edit) @91883   3 years vboxsync Devices/Network: Change the network drivers to access the CFGM API …
(edit) @91873   3 years vboxsync Devices/Network: Change the network drivers to access the CFGM API …
(edit) @91872   3 years vboxsync Devices/Network: Change the network drivers to access the CFGM API …
(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   4 years vboxsync Dev/VirtioNet: Notify the guest of link state change after restoring …
(edit) @91022   4 years vboxsync DevPCnet: Handle AMD drivers which disable PCI bus mastering around …
(edit) @90931   4 years vboxsync Fixes issue in BugRef(8651) Comment #100
(edit) @90797   4 years vboxsync Fix copy/pasted assert
(edit) @90791   4 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90775   4 years vboxsync Fix burn due to unwanted tab charager
(edit) @90774   4 years vboxsync Add guards to Load Exec function and replicated fix from r145659 in …
(edit) @90447   4 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90346   4 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90332   4 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @90330   4 years vboxsync Drv*: Access PDMCritSect API via PDMDrvHlp. bugref:10074
(edit) @90156   4 years vboxsync Dev/VirtioNet: (bugref:8651) Fixed connectivity loss due to stuck TX …
(edit) @90103   4 years vboxsync DrvIntNet: style fix.
(edit) @89588   4 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   5 years vboxsync PCnet: Print MMIO base for PCI models, IRQ for ISA models.
(edit) @85608   5 years vboxsync Limit to size of instance data, which includes queue pair arrays
(edit) @85506   5 years vboxsync SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801
(edit) @85415   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed pause/resume/poweroff, added more …
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