VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1377   18 years vboxsync hard reset pcnet on reboot (at least to switch off BM)
(edit) @1355   18 years vboxsync nc
(edit) @1300   18 years vboxsync Fix eol style properties for header files
(edit) @1186   18 years vboxsync removed unreachable code.
(edit) @1076   18 years vboxsync Removed tons of ifdef VBOX conditionals to make slirp readable again
(edit) @1064   18 years vboxsync forward port of the TAPWin32 destruct fix
(edit) @1053   18 years vboxsync Restore original pointer hash table size (slirp amd64)
(edit) @1052   18 years vboxsync silly typo
(edit) @1051   18 years vboxsync Yet another slirp amd64 fix.
(edit) @1050   18 years vboxsync silly typo
(edit) @1048   18 years vboxsync slirp insque/remque fixes for amd64
(edit) @1045   18 years vboxsync Fix slirp queue macro prototypes for deglobalized amd64.
(edit) @1043   18 years vboxsync Fix slirp hash macro defs for amd64.
(edit) @1042   18 years vboxsync Move inline hash code after the actual state structure definition.
(edit) @1040   18 years vboxsync Fix typo in amd64 NAT fix.
(edit) @1039   18 years vboxsync Attempt to fix slirp build for 64 bit (also eliminated global variables)
(edit) @1036   18 years vboxsync Fixed Windows part of slirp, too.
(edit) @1035   18 years vboxsync shut up gcc
(edit) @1034   18 years vboxsync Added header file I forgot in the big slirp change to OSE
(edit) @1033   18 years vboxsync Big change to make slirp fully instantiatable (replace all global …
(edit) @1023   18 years vboxsync make slirp compile on win boxes again
(edit) @1022   18 years vboxsync Reenabled tftp code to see if it compiles on win boxes. It's not a …
(edit) @1020   18 years vboxsync slirp: merged bootp filename from recent Qemu
(edit) @1016   18 years vboxsync slirp: resync with qemu: added OACK support to tftp server; changed …
(edit) @1010   18 years vboxsync Disable built-in TFTP service in slirp. Needs to be configured …
(edit) @1005   18 years vboxsync fixed log format specifier
(edit) @931   18 years vboxsync Reintroduce the error signalling on invalid packet size.
(edit) @929   18 years vboxsync Fixed typo.
(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) @926   18 years vboxsync Eliminate unnecessary global vars in slirp
(edit) @817   18 years vboxsync nc
(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) @786   18 years vboxsync More logging
(edit) @766   18 years vboxsync Use our runtime heap.
(edit) @765   18 years vboxsync More protection during termination.
(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) @702   18 years vboxsync Argh
(edit) @701   18 years vboxsync Termination fix
(edit) @700   18 years vboxsync Another fix. Deadlock warning though.
(edit) @699   18 years vboxsync Fix
(edit) @698   18 years vboxsync Slirp must be protected by a lock due to recent async send changes.
(edit) @674   18 years vboxsync inline != extern for MSC.
(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) @645   18 years vboxsync Missing stat stop
(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) @574   18 years vboxsync spaces
(edit) @573   18 years vboxsync what about alloca().
(edit) @572   18 years vboxsync spaces
(edit) @571   18 years vboxsync spaces. dropped #include <string.h>
(edit) @570   18 years vboxsync spaces
(edit) @566   18 years vboxsync More comments
(edit) @564   18 years vboxsync Added disabled code path for sending multiple packets.
(edit) @562   18 years vboxsync forgot something
(edit) @560   18 years vboxsync Implemented drvTAPW32SendEx
(edit) @559   18 years vboxsync Added INetworkConnector callback for sending multiple packets
(edit) @557   18 years vboxsync Added version check
(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 …
(edit) @532   18 years vboxsync Same typo.
(edit) @531   18 years vboxsync fixed typo.
(edit) @530   18 years vboxsync Hack for running slirp (NAT) on 64-bit hosts.
(edit) @512   18 years vboxsync removed test code
(edit) @511   18 years vboxsync Logging
(edit) @508   18 years vboxsync Added todo
(edit) @507   18 years vboxsync TAP Update
(edit) @500   18 years vboxsync Logging update
(edit) @499   18 years vboxsync Queue depth of 8 is too much. 4 yields better results.
(edit) @498   18 years vboxsync Another update
(edit) @497   18 years vboxsync Update. Rather useless to monitor the receive ring descriptors.
(edit) @496   18 years vboxsync Updated no polling code path.
(edit) @484   18 years vboxsync 64-bit alignment.
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