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) @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.
(edit) @28320   15 years vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28277   15 years vboxsync Network/Dev*: Preparing for pfnXmitPending to be callable and the TX …
(edit) @28275   15 years vboxsync Devices/Network: Call pfnBeginXmit and pfnEndXmit.
(edit) @28082   15 years vboxsync Network: allow to start the VM even if a network device is not …
(edit) @27973   15 years vboxsync PDM,Network/*: GSO preps.
(edit) @27844   15 years vboxsync DevPCNet.cpp: Use the buffered network driver interface.
(edit) @27825   15 years vboxsync DevPCNet.cpp: Removed the experimental PCNET_QUEUE_SEND_PACKETS code.
(edit) @26306   15 years vboxsync pcnet: alignment.
(edit) @26305   15 years vboxsync pdmnetif.h & users: sketched out a new interface that is intended to …
(edit) @26300   15 years vboxsync pdmifs.h: Moved the network interfaces to a separate header called …
(edit) @26296   15 years vboxsync more warnings.
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25986   15 years vboxsync pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25780   15 years vboxsync Misc: -Wshadow warnings.
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @24880   15 years vboxsync pcnetLiveExec: wrong return value.
(edit) @24455   15 years vboxsync PCNet: drop RX packets if the link is down
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24191   15 years vboxsync Main,Misc Devices: _LS VMSTATEs.
(edit) @23968   15 years vboxsync DevPCNet: save & verify config.
(edit) @23933   15 years vboxsync DevE1000,DevPCNet: Don't take the link temporarily down when …
(edit) @23568   15 years vboxsync PCNet: don't reset BCR_BSBC on S_RESET (xtracker #4330)
(edit) @23101   15 years vboxsync DevPCNet: fixed rare case of RX freezing
(edit) @22925   15 years vboxsync Devices: Alignment fun. (32-bit darwin)
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22585   15 years vboxsync Devices: tabs
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22369   15 years vboxsync PCNet/E1000: change the link UP delay to 5 seconds
(edit) @21969   15 years vboxsync Network Devices: reverted r50657 (Changed the linkdown time from 5 sec …
(edit) @21958   15 years vboxsync Network Devices: Changed the linkdown time from 5 sec => 20 sec …
(edit) @21522   15 years vboxsync PCNet: Don't flood the release log with errors
(edit) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21188   15 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20703   15 years vboxsync DevPCNet.cpp: link down in function as I said.
(edit) @20631   15 years vboxsync NetworkAttachment: shifted the configuration to a new function …
(edit) @20578   15 years vboxsync DevPCNet.cpp: pcnetDetach returns void
(edit) @20559   15 years vboxsync DevPCNet.cpp: Don't return while owning the semaphore. FUNCTION is …
(edit) @20521   15 years vboxsync NetworkAttachment: Allow changing the attachment between …
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   15 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20119   16 years vboxsync DevPCNet: TM locking regression (state restore).
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @19113   16 years vboxsync PCNet: handle rare cases were the register content changed when we …
(edit) @19112   16 years vboxsync PCNet: removed dead code (will not work with the current memory model …
(edit) @19104   16 years vboxsync PCNet: proposed fix for the deadlock with EMT problem (see internal …
(edit) @18739   16 years vboxsync pcnet: another correction for the physwrite hack
(edit) @18690   16 years vboxsync pcnet: typos
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18573   16 years vboxsync PCNet: another workaround for #3775
(edit) @18437   16 years vboxsync DevPCNet.cpp: MSC/64 size_t warning.
(edit) @18418   16 years vboxsync quick fix for #3775
(edit) @18414   16 years vboxsync Fix for r45174 (make sure the timer does not stop)
(edit) @18383   16 years vboxsync PCNet: don't block if we can't enter the critical section from …
(edit) @15006   16 years vboxsync Assertion cleanup for 8 network cards.
(edit) @15000   16 years vboxsync Allow up to 8 network cards.
(edit) @14420   16 years vboxsync Removed unreferenced label.
(edit) @14419   16 years vboxsync Call DGFStop instead of returning VERR_INTERNAL_ERROR on I/O port …
(edit) @13365   16 years vboxsync pcnet: don't crash if the link state changes while no driver is attached
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12975   16 years vboxsync #1865: PDMLdr.
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @11538   16 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11437   16 years vboxsync PCNet build fix.
(edit) @11436   16 years vboxsync PCNet: Added check of incoming frame size. Frames over 1514 bytes …
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