VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81624   5 years vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81585   5 years vboxsync Devices: A couple of doxygen fixes.
(edit) @81567   5 years vboxsync DevE1000: Eliminated e1kR3Map(). bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81503   5 years vboxsync DevE1000,DevRTC: nits. bugref:9218
(edit) @81471   6 years vboxsync DevE1000: Missing PDMDEV_CHECK_VERSIONS_RETURN() in ring-0 …
(edit) @81470   6 years vboxsync DevE1000: Use device helper table for SSM functions rather than …
(edit) @81469   6 years vboxsync DevE1000: Use device helper table for CFGM functions rather than …
(edit) @81468   6 years vboxsync DevE1000: Use device helers for critical sections (pDevIns will be …
(edit) @81465   6 years vboxsync DevE1000: Use device helper table for SSM functions rather than …
(edit) @81432   6 years vboxsync DevE1000: Converted to new model (wrt critsects, I/O, and pointers at …
(edit) @81424   6 years vboxsync DevE1000: VINF_IOM_R3_MMIO_WRITE status code inside #ifndef IN_RING3 …
(edit) @81423   6 years vboxsync DevE1000: VINF_IOM_R3_MMIO_WRITE status code inside #ifndef IN_RING3 …
(edit) @81418   6 years vboxsync DevE1000: Eliminating hCanRxTask (previously pCanRxQueue) by replacing …
(edit) @81417   6 years vboxsync DevE1000: Eliminating hCanRxTask (previously pCanRxQueue) by replacing …
(edit) @81414   6 years vboxsync DevE1000: Build fix. bugref:9218
(edit) @81410   6 years vboxsync DevE1000: split up the state structure, converted timers to handles …
(edit) @81385   6 years vboxsync DevE1000: Converted timers from pointers to handles. [build fix] …
(edit) @81384   6 years vboxsync DevE1000: Converted timers from pointers to handles. bugref:9218
(edit) @81380   6 years vboxsync DevE1000: Start converting it to the new device model. bugref:9218
(edit) @81218   6 years vboxsync Dev/E1000: Checksum and segmentation offloading validity checks.
(edit) @81199   6 years vboxsync NAT: ip_output0 - fix handling of mbuf shortage when we do fragmentation.
(edit) @81031   6 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80986   6 years vboxsync NAT: Terminate the TFTP session if the client sends us an error, …
(edit) @80985   6 years vboxsync NAT: Drop unnecessary #include.
(edit) @80984   6 years vboxsync NAT: Do not send TFTP OACK packet if the request had no options.
(edit) @80983   6 years vboxsync NAT: tftpSend - return error if we failed to send the packet.
(edit) @80980   6 years vboxsync NAT: Make sure tftpSendError() always terminate the session.
(edit) @80923   6 years vboxsync Dev/Net: @bugref:9556 Lower interrupts on reset
(edit) @80704   6 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   6 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80701   6 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80585   6 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80531   6 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80279   6 years vboxsync NAT: bugref:9531: Scrub inbound URG pointer for now. sorecvoob() has …
(edit) @80074   6 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80037   6 years vboxsync slirp: Fix typo in Nagle's name, making it searchable (and, more …
(edit) @79522   6 years vboxsync VBox/log.h: Kicked out most event group (base classes are still there) …
(edit) @78626   6 years vboxsync Dev/E1000: fix an assertion when the virtual NIC is disconnected.
(edit) @78560   6 years vboxsync PCnet: Improved Am79C973 external PHY emulation to work with BSD …
(edit) @78558   6 years vboxsync PCnet: Default to auto-negotiation on in BCR32, debug dump a bit of …
(edit) @78478   6 years vboxsync PCnet: Clear cached descriptor state when doing INIT. Required at …
(edit) @78477   6 years vboxsync PCnet: Do not access the 'user' dword of RX/TX descriptors.
(edit) @78461   6 years vboxsync PCnet: Slightly improved debug info.
(edit) @78458   6 years vboxsync PCnet: Warn when guest sets up a misaligned descriptor ring.
(edit) @78270   6 years vboxsync DevPcNet: Clear the 'zeros' RMD field when writing (see bugref:1613).
(edit) @78269   6 years vboxsync DevPcNet: Ignore the 'zeros' RMD field, it should be entirely unused …
(edit) @78119   6 years vboxsync Dev/E1000: (bugref:9427) RX buffer size fix.
(edit) @78115   6 years vboxsync Dev/E1000: (bugref:9427) Skip invalid TX descriptors.
(edit) @78104   6 years vboxsync IPRT,*: Added fFlags to RTPathAbsExDup so it matches the new …
(edit) @77132   6 years vboxsync DevPCNet.cpp: Remove use of register keyword
(edit) @76843   6 years vboxsync PCnet: Really ignore writes to certain registers when STOP or SPND not …
(edit) @76794   6 years vboxsync PCnet: Forgot to allow some CFGM keys.
(edit) @76783   6 years vboxsync NAT: fix previous, MS doesn't do C99.
(edit) @76782   6 years vboxsync NAT: clamp tftp block size to 1428 to simplify things.
(edit) @76775   6 years vboxsync NAT/tftp: (bugref:9350) Do not allow access to paths not starting with …
(edit) @76767   6 years vboxsync Typo.
(edit) @76766   6 years vboxsync PCnet: Improved loopback mode emulation.
(edit) @76765   6 years vboxsync Build fix.
(edit) @76764   6 years vboxsync PCnet: Removed redundant I/O port base, added APROM dumping, tweaked …
(edit) @76749   6 years vboxsync PCnet: Fixed breakage causing Novell drivers to fail loading for PCI …
(edit) @76710   6 years vboxsync Typo fix (innocent so far).
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76519   6 years vboxsync Devices: Header guard fixing preps. bugref:9344
(edit) @76511   6 years vboxsync VDE build fix. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76382   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76224   6 years vboxsync PCnet: Slightly tweaked to add the option of emulating PCnet-ISA, not …
(edit) @76060   6 years vboxsync PCnet: More consistent spelling.
(edit) @76051   6 years vboxsync PCnet: Corrected most instances of wrong capitalization.
(edit) @76031   6 years vboxsync NAT: Exegetical tradition of RFC1035 holds that "Not Implemented" …
(edit) @76020   6 years vboxsync DevPCNet: Review comment.
(edit) @76017   6 years vboxsync NAT: drvNATDestruct - don't try to stop OS X DNS monitor thread that …
(edit) @75330   6 years vboxsync Dev/E1000 bugref:9291 Proper handling of empty TX descriptors with EOP set
(edit) @74530   7 years vboxsync Main,Devices: Compile fixes (gcc 8.2.0-7).
(edit) @74506   7 years vboxsync Another build fix for trailing spaces in r125345
(edit) @74496   7 years vboxsync Build fix for trailing spaces in r125345
(edit) @74484   7 years vboxsync Network/IntNet: (bugref:9063) R0 trunk reconnect thread.
(edit) @73867   7 years vboxsync Network/E1000: LEDCTL implementation, prompted by patch on vbox-dev.
(edit) @73746   7 years vboxsync NAT/NATNet: Disable Nagle algorighm on the host using TCP_NODELAY …
(edit) @73512   7 years vboxsync NetworkServices: GCC 8.2.0 fixes
(edit) @73415   7 years vboxsync Build fix for r124028
(edit) @73410   7 years vboxsync Network/Virtio: TX queue notification flag race fix. TX event stat …
(edit) @73097   7 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72844   7 years vboxsync slirp: properly init rcp_state::rcps_flags; did not have any bad …
(edit) @72830   7 years vboxsync slirp: Don't pass var++ to a macro that uses its argument multiple times.
(edit) @72474   7 years vboxsync More Windows build fixes.
(edit) @72471   7 years vboxsync Windows build fixes.
(edit) @72459   7 years vboxsync Dev/VirtioNet: (​bugref:8651) TX thread is used instead of TX timer.
(edit) @72292   7 years vboxsync NAT: sobind - untabify.
(edit) @72284   7 years vboxsync NAT: tcp_fconnect - use %RTnaipv4 instead of an artisanal equivalent. …
(edit) @72283   7 years vboxsync NAT: sobind - rewrite to also always bind UDP sockets as the old code did.
(edit) @72278   7 years vboxsync NAT: udp_attach - gracefull handle getsockname() failure instead of …
(edit) @72276   7 years vboxsync NAT: udp_attach - prettify a bit.
(edit) @72274   7 years vboxsync NAT: udp_attach - set so_type early.
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