VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49844   11 years vboxsync DevE1000: if we disable the link state, always disable phy even if …
(edit) @49493   11 years vboxsync Devices/E1000: warning
(edit) @49414   11 years vboxsync Network/Adapters: Fix wrong link state transition upon host resume (#7057)
(edit) @47580   11 years vboxsync Devices/E1000: Fixed debug output for IPv4 addresses.
(edit) @47499   11 years vboxsync Devices/Network: Temporarily disconnect network devices after the host …
(edit) @47459   11 years vboxsync e1000: Commented out SEC macro conflicting with sys/time.h
(edit) @46456   11 years vboxsync Network/Dev*.cpp,GuestImpl.cpp: Optimized looking up the guest network …
(edit) @46371   12 years vboxsync Devices/E1000: Compile fixes with disabled descriptor cache, minor …
(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) @44852   12 years vboxsync s/addrIOPort/IOPortBase/g
(edit) @44571   12 years vboxsync Fixed hungarian typos in MSI registration code. Some E1000 prefix …
(edit) @44569   12 years vboxsync DevE1000: fGCEnabled -> fRCEnabled.
(edit) @44567   12 years vboxsync DevE1000: Use IOMMMIO_FLAGS_READ_DWORD and …
(edit) @44546   12 years vboxsync DevE1000: Changed e1kRegLookup to use binary search for the part of …
(edit) @44542   12 years vboxsync DevE1000: More cleanups, changing it to use pThis instead of pState as …
(edit) @44541   12 years vboxsync DevE1000.cpp: Some more cleanups.
(edit) @44540   12 years vboxsync DevE1000.cpp: Some more cleanups.
(edit) @44537   12 years vboxsync DevE1000.cpp: Don't use the default device critsect.
(edit) @44536   12 years vboxsync DevE1000.cpp: Some cleanup.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43442   12 years vboxsync Network/e1000: Fixed issue with format handlers registration
(edit) @43432   12 years vboxsync Network/e1000: Bigger TxD cache, logging improvements (#6428)
(edit) @43416   12 years vboxsync Network/e1000: Separate error code for TX cache error …
(edit) @43327   12 years vboxsync Network/e1000: Allow forcing GSO fallback segmentation via CFGM
(edit) @43090   12 years vboxsync Network/e1000: OS/2 regression fix (#6217)
(edit) @42954   12 years vboxsync Network/e1000: Reset crash fix
(edit) @42953   12 years vboxsync Network/e1000: Disabled TX delay timer
(edit) @42936   12 years vboxsync build fix
(edit) @42934   12 years vboxsync 32-bit build fix
(edit) @42932   12 years vboxsync Network/e1000: Tx delay timer, ITR fix, more stats (#4807)
(edit) @41808   12 years vboxsync e1000: fixed assertion in debug build (#5582)
(edit) @41774   12 years vboxsync bugref..
(edit) @41502   13 years vboxsync e1000: Optional RXD prefetching, proper handling of empty TX …
(edit) @41431   13 years vboxsync Use proper format specifier.
(edit) @41426   13 years vboxsync e1000: added CMD.RPS hadling for TX descriptors
(edit) @41423   13 years vboxsync e1000: added RX and TX descriptor dumps to debugger info command
(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) @41123   13 years vboxsync e1000: bumped SSM version for changes made in r77543
(edit) @41046   13 years vboxsync E1000: Fixed fetching of incomplete packets. TX critical section (#5582)
(edit) @41034   13 years vboxsync E1000: Minor change in comments (#5582)
(edit) @41033   13 years vboxsync release build fix
(edit) @41032   13 years vboxsync E1000: Fixed a potential read beyond TxD cache due to incorrect usage …
(edit) @41030   13 years vboxsync E1000: Increased the size of TX descriptor cache (#5582)
(edit) @41029   13 years vboxsync E1000: Fixed an infinite loop in R0, re-enabled TX descriptor cache (#5582)
(edit) @40998   13 years vboxsync DevE1000: uninitialized variable
(edit) @40996   13 years vboxsync e1000: Temporarely disable TXD cache until regressions are fixed (#5582).
(edit) @40992   13 years vboxsync E1000: Removed unused global mutex, documented the options.
(edit) @40985   13 years vboxsync E1000: csum offloading for legacy descriptors, batch TX descriptor …
(edit) @40799   13 years vboxsync e1000: Handle packets with unstripped Ethernet CRC (#6152)
(edit) @40794   13 years vboxsync e1000: VLAN support to match the spec (#4806)
(edit) @40793   13 years vboxsync build fix
(edit) @40791   13 years vboxsync e1000: added EthernetCRC CFGM parameter to make calculation of CRC …
(edit) @40652   13 years vboxsync NetShaper,E1000: Basic framework and partial implementation for …
(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) @39367   13 years vboxsync e1000: frame size and fallback buffer allocation fixes (#4806)
(edit) @39357   13 years vboxsync e1000: reverted r74918
(edit) @39344   13 years vboxsync e1000: move part of eth header instead of packet body (#4806)
(edit) @39332   13 years vboxsync e1000: fix for unresolved memmove on Windows
(edit) @39318   13 years vboxsync Temporary fix for Windows builds
(edit) @39317   13 years vboxsync e1000: VLAN tag offloading (#4806)
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39011   13 years vboxsync e1000: CG/R0 config parameters (#5923), info callback
(edit) @38980   13 years vboxsync e1000: windows 7 hang due interrupts fix (#5023, #5911)
(edit) @38549   13 years vboxsync GSO: UDP fragmentation offloading (#5846)
(edit) @37644   13 years vboxsync e1000: applied e1kRegRead fix suggested by Vasily
(edit) @37643   13 years vboxsync Network/DevE1000: some note.
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37627   13 years vboxsync Devices/E1000: in the link up timer, don't automatically set the link …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @36980   14 years vboxsync e1000: some explanation for SMP fix in r71586
(edit) @36977   14 years vboxsync e1000: fix for linux SMP guest panic under heavy RX traffic
(edit) @36502   14 years vboxsync DevE1000: Two incorrect PDMBOTHCBDECL uses.
(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) @35313   14 years vboxsync e1000: PXE boot fixes for WDS and other pipelined TFTP servers.
(edit) @34483   14 years vboxsync e1000: VM reset handler
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(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) @33201   14 years vboxsync reverted r66739
(edit) @33200   14 years vboxsync E1000, Main: support for 82566MC chipset type
(edit) @32863   14 years vboxsync e1k: temporary code for MSI testing
(edit) @32724   14 years vboxsync e1k: few PCI-related notes
(edit) @32160   14 years vboxsync DevE1000.cpp: Don't include unnecessary bit.s
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31097   14 years vboxsync RT_LIKELY misusage
(edit) @30722   14 years vboxsync Removed some instances of obsolete PCISetIrqNoWait calls.
(edit) @30333   14 years vboxsync E1000: properly disconnect the network cable if the guest driver was …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29685   15 years vboxsync DevE1000.cpp: Added todo about receive queue needing optimziation as …
(edit) @29439   15 years vboxsync DevE1000: Fixed bug in e1kRegWriteRCTL wrt calculating and updating …
(edit) @29435   15 years vboxsync DevPCNet,DevE1000: Statistics/profiling.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28710   15 years vboxsync DevE1000: logging and #ifdef.
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