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) @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 …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2937   18 years vboxsync Clean up log formatting, no more guessing whether something is hex or not.
(edit) @2912   18 years vboxsync mixing initialized and uninitalized vars makes it harder to read.
(edit) @2910   18 years vboxsync Fixed (hopefully - can't test easily) handling of the case where we …
(edit) @2867   18 years vboxsync Fixed DevPCNet receive code so that it can properly receive into …
(edit) @2777   18 years vboxsync #pragma pack(1) not necessary? We will see if AssertCompileSize() …
(edit) @2598   18 years vboxsync Added a bunch of pci register defines and created a couple of the …
(edit) @2291   18 years vboxsync More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).
(edit) @1856   18 years vboxsync DNS failure in NAT setup is not fatal anymore
(edit) @1639   18 years vboxsync fixed alignment
(edit) @1627   18 years vboxsync prevent RX/TX during suspend
(edit) @1622   18 years vboxsync ignore the error code in destruct because the critical section might …
(edit) @1538   18 years vboxsync save u16CSR0LastSeenByGuest in SSM info
(edit) @1377   18 years vboxsync hard reset pcnet on reboot (at least to switch off BM)
(edit) @1355   18 years vboxsync nc
(edit) @931   18 years vboxsync Reintroduce the error signalling on invalid packet size.
(edit) @928   18 years vboxsync Removed dead code. I'm pretty sure that we slightly misinterpreted the …
(edit) @927   18 years vboxsync Workaround for Windows NT4 pcnet problems. Also tighten packet size …
(edit) @813   18 years vboxsync Try to deal with illegal descriptors
(edit) @812   18 years vboxsync Inverted bit checks
(edit) @811   18 years vboxsync Corrected comment + log
(edit) @810   18 years vboxsync Paranoid own bit checks in TMD & RMD reads.
(edit) @808   18 years vboxsync Irq check update
(edit) @805   18 years vboxsync Corrected link restoration again
(edit) @801   18 years vboxsync Link down check wasn't correct.
(edit) @792   18 years vboxsync Check link states when sending data.
(edit) @754   18 years vboxsync Again
(edit) @753   18 years vboxsync compile fix
(edit) @752   18 years vboxsync Fixed cleanup
(edit) @731   18 years vboxsync Realigned pcnet. Added the alignment testcase to the makefile walk.
(edit) @723   18 years vboxsync oops
(edit) @722   18 years vboxsync More stats
(edit) @721   18 years vboxsync Minor change
(edit) @718   18 years vboxsync Update
(edit) @703   18 years vboxsync Added a note about deadlocks.
(edit) @698   18 years vboxsync Slirp must be protected by a lock due to recent async send changes.
(edit) @652   18 years vboxsync some more #ifdefs IN_RING3
(edit) @646   18 years vboxsync Rewrote send handling to do everything in a seperate thread.
(edit) @642   18 years vboxsync Some async updates
(edit) @638   18 years vboxsync Reduced time spent inside locks.
(edit) @605   18 years vboxsync CSR58 is an alias for BCR20
(edit) @602   18 years vboxsync Updates for async sending + avoiding critical section blocking EMT
(edit) @596   18 years vboxsync Compile fixes
(edit) @595   18 years vboxsync Update
(edit) @594   18 years vboxsync Corrections
(edit) @592   18 years vboxsync Async send update
(edit) @587   18 years vboxsync Removed multiple packet code. Failed experiment.
(edit) @575   18 years vboxsync Enabled delayed transmit interrupts + added async sending of packets …
(edit) @573   18 years vboxsync what about alloca().
(edit) @566   18 years vboxsync More comments
(edit) @564   18 years vboxsync Added disabled code path for sending multiple packets.
(edit) @550   18 years vboxsync Wrong sample names
(edit) @549   18 years vboxsync More stats
(edit) @547   18 years vboxsync More stats
(edit) @546   18 years vboxsync Changed comments
(edit) @545   18 years vboxsync Added disabled option to postpone interrupts until we deliver the …
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