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) @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 …
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11283   16 years vboxsync Devices: Corrected a number of places where RTGCPHYS32 and %VGp and …
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11201   16 years vboxsync DevPCNet: Cosmetics.
(edit) @11200   16 years vboxsync DevPCNet: Cosmetics.
(edit) @11199   16 years vboxsync #1865: DevPCNet.
(edit) @11163   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8613   17 years vboxsync Use TMTimerSetMillies.
(edit) @8610   17 years vboxsync PCNet: completed fix for broken hostif with certain guests. Make sure …
(edit) @8599   17 years vboxsync PCNet: fix for broken hostif for with certain guests
(edit) @8314   17 years vboxsync sanity check
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8087   17 years vboxsync fix 64-bit builds
(edit) @8085   17 years vboxsync pcnet: use a heuristics to decide if we signal the guest about missing …
(edit) @7960   17 years vboxsync downgrade log message
(edit) @7943   17 years vboxsync 'p' means already 'pointer'
(edit) @7882   17 years vboxsync warnings
(edit) @7881   17 years vboxsync warning
(edit) @7875   17 years vboxsync make the windows compiler happy
(edit) @7841   17 years vboxsync code duplication
(edit) @7839   17 years vboxsync Poke waiting thread on suspend and power off to make PDM happy.
(edit) @7831   17 years vboxsync net: moved the wait/notify mechanism for receive buffers into the device
(edit) @7795   17 years vboxsync PCNet: allow the guest to disable/enable the private interface
(edit) @7772   17 years vboxsync Use the new PDMDevHlpVMState, drop the fSaving flag.
(edit) @7769   17 years vboxsync - use PDMDevHlpVMState()
(edit) @7762   17 years vboxsync small optimization
(edit) @7756   17 years vboxsync r=bird: Don't use TMCLOCK_VIRTUAL_SYNC unless it actually fixes …
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7708   17 years vboxsync small logging change
(edit) @7703   17 years vboxsync more logging
(edit) @7701   17 years vboxsync pcnet: a little bit less logging noise, code cosmetics
(edit) @7693   17 years vboxsync PCNet: SSM support for the private guest interface
(edit) @7688   17 years vboxsync PCnet: some cleanup, use host-provided RX buffers but don't access …
(edit) @7683   17 years vboxsync uint8_t *pv -> pb;
(edit) @7675   17 years vboxsync finally fix the 64-bit Linux builds
(edit) @7673   17 years vboxsync next try
(edit) @7672   17 years vboxsync try to fix 64-bit boxes
(edit) @7671   17 years vboxsync PCNet: Create private PCI memory for shared RX/TX descriptors and buffers.
(edit) @7641   17 years vboxsync pcnet: set TINT a little bit later; fix CSR4_TXSTRT bit
(edit) @7640   17 years vboxsync pcnet: drop packets if VM is not running yet/anymore
(edit) @7504   17 years vboxsync Use TMCLOCK_VIRTUAL_SYNC for PCnet polling/softint timers.
(edit) @7377   17 years vboxsync
(edit) @7376   17 years vboxsync amd64 fix
(edit) @7375   17 years vboxsync amd64 fix
(edit) @7374   17 years vboxsync pcnet: fixed tx queue mode (missing lock) + several renames
(edit) @7358   17 years vboxsync pcnet: logging
(edit) @7321   17 years vboxsync shorten some thread names, looks better as log prefix
(edit) @7320   17 years vboxsync pcnet: fix for r28728
(edit) @7317   17 years vboxsync pcnet: save some cycles by returning early if we don't own the descriptor
(edit) @7314   17 years vboxsync pcnet: cosmetics
(edit) @7266   17 years vboxsync Experiment with send buffering. (disabled)
(edit) @7230   17 years vboxsync typo
(edit) @7132   17 years vboxsync optimization
(edit) @7129   17 years vboxsync small optimization
(edit) @7110   17 years vboxsync r=bird: The rate of the virtual clock is subject to change, don't …
(edit) @7098   17 years vboxsync pcnet: debugging update
(edit) @7094   17 years vboxsync pcnet: fix for the nexenta fix
(edit) @7077   17 years vboxsync Devices/PCNet: try to fix alignment
(edit) @7076   17 years vboxsync Attempt to fix breakage on 64 bits linux host
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7066   17 years vboxsync leftover
(edit) @7065   17 years vboxsync pcnet: implemented the software timer interrupt (fixes nexenta and …
(edit) @7044   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @6833   17 years vboxsync pcnet: typo
(edit) @6652   17 years vboxsync prelimiary network statistics (to be improved)
(edit) @6548   17 years vboxsync header.
(edit) @6219   17 years vboxsync pcnet: don't crash if no driver is attached
(edit) @6120   17 years vboxsync fix crash if network card was not attached
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5913   17 years vboxsync gcc-4.3 warning
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5569   17 years vboxsync fixed a bug where guest networking completely stopped after taking a …
(edit) @5067   17 years vboxsync amd64 fix
(edit) @5059   17 years vboxsync Added a mechanism to report custom line speed to guest driver …
(edit) @5015   17 years vboxsync Improved MII register emulation to make Windows PCnet driver detect …
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4624   17 years vboxsync The USE_PDMTHREAD stuff seems to work fine, dropped the old code.
(edit) @4623   17 years vboxsync file header
(edit) @4622   17 years vboxsync FreeBSD if_pcn fixes: - pci subsystem id and subsystem vendor id BCR …
(edit) @4565   17 years vboxsync GC phys to HC virt shortcut no longer allowed.
(edit) @4442   17 years vboxsync size_t
(edit) @4422   17 years vboxsync Tamed the send thread using PDMThread.
(edit) @4196   17 years vboxsync Don't assert on MAC mismatch on SSMAFTER_DEBUG_IT.
(edit) @4149   17 years vboxsync Ignore small packets (write LED)
(edit) @4140   17 years vboxsync Write LED
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3666   17 years vboxsync replace underscore symbols in Devices/
(edit) @3654   17 years vboxsync don't depend on the deprecated vl_vbox.h header anymore
(edit) @3608   17 years vboxsync Improved compatibility of our PCnet device. Accoring to the spec …
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