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) @106061   3 months vboxsync Copyright year updates by scm.
(edit) @99886   19 months vboxsync Devices/DevE1000: Don't crash if there is no status driver attached, …
(edit) @98523   22 months vboxsync Devices/DevE1000: Don't try passing up VERR_NET_DOWN to IOM/EM or it …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94274   3 years vboxsync Dev/E1000: bugref:10197 Improved handling of mixed descriptor types, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92864   3 years vboxsync Dev/E1000: bugref:10114 Introduces device attachment flag to resolve …
(edit) @91485   3 years vboxsync Dev/e1000: bugref:10114 Increased link up delay to 5 seconds
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90332   3 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @89588   3 years vboxsync Intel IOMMU: bugref:9967 DevE1000: Avoid including local macros …
(edit) @88533   4 years vboxsync Build fix for r143800
(edit) @88529   4 years vboxsync Dev/E1000: Use a dedicated array instead of DD bit to store TX …
(edit) @88490   4 years vboxsync Network: Do not bring up links for "not attached" adapters.
(edit) @88426   4 years vboxsync Dev/E1000: (ticketref:20182) Implement ICS read for VxWorks compatibility.
(edit) @88424   4 years vboxsync Dev/E1000: (bugref:9850) Added a comment about relaxed RDT checks.
(edit) @88372   4 years vboxsync Dev/E1000: (bugref:9850) Relax RDT checks a tiny bit to fix OS/2 guest …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87769   4 years vboxsync DevE1000: Fixed four e1kRaiseInterrupt calls broken by r29792 when …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87111   4 years vboxsync An attempt to fix burns caused by r141975
(edit) @87109   4 years vboxsync Dev/E1000: (bugref:9850) Descriptor ring register fixes.
(edit) @87071   4 years vboxsync Dev/E1000: (bugref:9883) No more zero UDP checksums.
(edit) @86574   4 years vboxsync Dev/E1000: (bugref:9829) Fixed division-by-zero issues
(edit) @86486   4 years vboxsync AMD IOMMU: bugref:9654 E1000: Use PCI interfaces while reading/writing …
(edit) @85146   4 years vboxsync Dev/E1000,PDM: (bugref:9764) disable UFO, UDP header checks, zero MSS …
(edit) @83613   5 years vboxsync Dev/E1000: (bugref:9696) checksum end offset fix.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82685   5 years vboxsync Dev/E1000: (bugref:9615) GSO and VLAN buffer allocation fixes.
(edit) @82368   5 years vboxsync Dev/E1000: Another trivial issue detected by parfait.
(edit) @82364   5 years vboxsync Dev/E1000: Deal with potential overflow of nTxDFetched if we decide …
(edit) @82354   5 years vboxsync Dev/E1000: Fixed regression introduced by r135174
(edit) @82347   5 years vboxsync Dev/E1000: Deal with trivial issues detected by parfait.
(edit) @82129   5 years vboxsync Devices/Network: Don't decorate the public stats with device, just use …
(edit) @81727   5 years vboxsync err.h,Devices/Network/*: Removed VINF_NAT_DNS and associated mess as …
(edit) @81694   5 years vboxsync DevE1000: Use default statistics prefix.
(edit) @81624   5 years vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81567   5 years vboxsync DevE1000: Eliminated e1kR3Map(). bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81503   5 years vboxsync DevE1000,DevRTC: nits. bugref:9218
(edit) @81471   5 years vboxsync DevE1000: Missing PDMDEV_CHECK_VERSIONS_RETURN() in ring-0 …
(edit) @81470   5 years vboxsync DevE1000: Use device helper table for SSM functions rather than …
(edit) @81469   5 years vboxsync DevE1000: Use device helper table for CFGM functions rather than …
(edit) @81468   5 years vboxsync DevE1000: Use device helers for critical sections (pDevIns will be …
(edit) @81465   5 years vboxsync DevE1000: Use device helper table for SSM functions rather than …
(edit) @81432   5 years vboxsync DevE1000: Converted to new model (wrt critsects, I/O, and pointers at …
(edit) @81424   5 years vboxsync DevE1000: VINF_IOM_R3_MMIO_WRITE status code inside #ifndef IN_RING3 …
(edit) @81423   5 years vboxsync DevE1000: VINF_IOM_R3_MMIO_WRITE status code inside #ifndef IN_RING3 …
(edit) @81418   5 years vboxsync DevE1000: Eliminating hCanRxTask (previously pCanRxQueue) by replacing …
(edit) @81417   5 years vboxsync DevE1000: Eliminating hCanRxTask (previously pCanRxQueue) by replacing …
(edit) @81414   5 years vboxsync DevE1000: Build fix. bugref:9218
(edit) @81410   5 years vboxsync DevE1000: split up the state structure, converted timers to handles …
(edit) @81385   5 years vboxsync DevE1000: Converted timers from pointers to handles. [build fix] …
(edit) @81384   5 years vboxsync DevE1000: Converted timers from pointers to handles. bugref:9218
(edit) @81380   5 years vboxsync DevE1000: Start converting it to the new device model. bugref:9218
(edit) @81218   5 years vboxsync Dev/E1000: Checksum and segmentation offloading validity checks.
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80923   5 years vboxsync Dev/Net: @bugref:9556 Lower interrupts on reset
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @78626   6 years vboxsync Dev/E1000: fix an assertion when the virtual NIC is disconnected.
(edit) @78119   6 years vboxsync Dev/E1000: (bugref:9427) RX buffer size fix.
(edit) @78115   6 years vboxsync Dev/E1000: (bugref:9427) Skip invalid TX descriptors.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75330   6 years vboxsync Dev/E1000 bugref:9291 Proper handling of empty TX descriptors with EOP set
(edit) @73867   6 years vboxsync Network/E1000: LEDCTL implementation, prompted by patch on vbox-dev.
(edit) @71788   7 years vboxsync DevVirtioNet: A couple of todos and paranoia.
(edit) @71456   7 years vboxsync Dev/E1000: (bugref:7346) Phar Lap ETS support: fetch RX descriptors …
(edit) @71190   7 years vboxsync Dev/E1000: Add missing colons after device name in release log.
(edit) @71098   7 years vboxsync Dev/E1000: (bugref:9113) PXE boot fix: SLU write sets STATUS.LU unless …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69298   7 years vboxsync Devices/Network: scm updates
(edit) @69001   7 years vboxsync Dev/E1000: (bugref:8942) SLU write no longer triggers delayed LSC …
(edit) @68973   7 years vboxsync Dev/E1000: Get rid of VLAN mode and MDIO spam in debug log.
(edit) @68960   7 years vboxsync Dev/E1000: (bugref:8942) Fixed long delay in Intel PXE boot.
(edit) @68929   7 years vboxsync Dev/E1000: (bugref:8942) Fixed Windows XP boot freeze.
(edit) @68727   7 years vboxsync Dev/E1000: (bugref:8979) Fixed regression caused by r116797, tweaking …
(edit) @67974   7 years vboxsync bugref:8881: DevE1000: fixes
(edit) @67971   7 years vboxsync bugref:8862: DevE1000: fixes
(edit) @64966   8 years vboxsync Dev/E1000: (bugref:8624) Bring the link up in 2 seconds, PHY soft …
(edit) @64925   8 years vboxsync Dev/E1000: (bugref:8624) Bring the link up in 2 seconds, PHY soft …
(edit) @64836   8 years vboxsync Dev/E1000: bugref:8624: reverted r112175 as it seems to introduce …
(edit) @64807   8 years vboxsync Dev/E1000: (bugref:8624) Bring link up immediately, interrupt later …
(edit) @64740   8 years vboxsync Dev/E1000: (bugref:8624) Removed link-up delay
(edit) @64684   8 years vboxsync Dev/E1000: (bugref:8624) Delay interrupts in IMS handler, enable …
(edit) @64518   8 years vboxsync Dev/E1000: (bugref:8624) Increased link-up delay to 500ms
(edit) @64516   8 years vboxsync Dev/E1000: (bugref:8624) Build fix
(edit) @64515   8 years vboxsync Dev/E1000: (bugref:8624) Shorter (100ms) delay for bringing up the …
(edit) @64514   8 years vboxsync Dev/E1000: (bugref:8624) Discard RX packets until the link is actually up
(edit) @64390   8 years vboxsync PDMPCIDEV: Dropped pDevIns as it isn't needed any longer.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64356   8 years vboxsync PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
(edit) @64280   8 years vboxsync Dev/E1000 (bugref:8624) Disable throttling by default, new TidEnabled …
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