VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/DevPCNet.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80923   5 years vboxsync Dev/Net: @bugref:9556 Lower interrupts on reset
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(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) @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) @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) @76553   6 years vboxsync scm --update-copyright-year
(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) @76020   6 years vboxsync DevPCNet: Review comment.
(edit) @71790   7 years vboxsync DevPCNet: be paranoid about RAP when loading.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64357   8 years vboxsync PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63226   8 years vboxsync Introducing PGM_ALL_CB2_PROTO.
(edit) @63218   8 years vboxsync Devices: warnings (gcc)
(edit) @62902   8 years vboxsync Devices: warnings
(edit) @62632   8 years vboxsync Devices: unused parameter warnings.
(edit) @62610   8 years vboxsync Devices: unused parameters.
(edit) @62511   8 years vboxsync (C) 2016
(edit) @62425   8 years vboxsync Devices/RC: MSC level 4 warnings.
(edit) @60962   9 years vboxsync warning
(edit) @60013   9 years vboxsync DevPCNet: duplicate expression (thanks PVS)
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56051   10 years vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(edit) @56017   10 years vboxsync Physical access handler cleanups.
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55922   10 years vboxsync DevPCNet: ASTRP_RCV bit is only for 802.3 frames, not Ethernet frames. …
(edit) @55909   10 years vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55904   10 years vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55896   10 years vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @51155   11 years vboxsync DevPCNet: Correct CSR0 state on reset.
(edit) @49813   11 years vboxsync DevPCNet: register a dummy MMIO2 region to be compatible to old saved …
(edit) @49809   11 years vboxsync Devices/PCNet: for now register a dummy MMIO2 region for the obsolete …
(edit) @49754   11 years vboxsync DevPCNet: remove the private guest interface because it's unused for a …
(edit) @49414   11 years vboxsync Network/Adapters: Fix wrong link state transition upon host resume (#7057)
(edit) @47499   11 years vboxsync Devices/Network: Temporarily disconnect network devices after the host …
(edit) @46456   11 years vboxsync Network/Dev*.cpp,GuestImpl.cpp: Optimized looking up the guest network …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44895   12 years vboxsync DevPCNet.cpp: Drop the automatic device crit sect in favour of our …
(edit) @44892   12 years vboxsync DevPCNet.cpp: More cleanup.
(edit) @44890   12 years vboxsync DevPCNet.cpp: Started cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41864   12 years vboxsync PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
(edit) @41774   12 years vboxsync bugref..
(edit) @41409   13 years vboxsync Network: renamed uLinkUpDelay to cMsLinkUpDelay
(edit) @41407   13 years vboxsync Network: added LinkUpDelay parameter to e1000,pcnet,virtio-net
(edit) @40766   13 years vboxsync PCNet: Debug printing addition to r77259 (#6152)
(edit) @40764   13 years vboxsync PCNet: Handle packets with unstripped Ethernet CRC (#6152)
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34243   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33408   14 years vboxsync Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.
(edit) @33326   14 years vboxsync virtio-net: 32-bit build fix
(edit) @32967   14 years vboxsync DevPCNet: comment
(edit) @32964   14 years vboxsync DevPCNet: work around a WinXP driver bug which clears CSR0.TINT after …
(edit) @30722   14 years vboxsync Removed some instances of obsolete PCISetIrqNoWait calls.
(edit) @29435   15 years vboxsync DevPCNet,DevE1000: Statistics/profiling.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28393   15 years vboxsync warning
(edit) @28336   15 years vboxsync DevPCNet: Shut up MSC warnings.
(edit) @28333   15 years vboxsync DevPCNet.cpp: MSC nit picking.
(edit) @28328   15 years vboxsync Network/D*: Moving XMIT threads, part 2.
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