VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88491   4 years vboxsync Build fix for r143749
(edit) @88490   4 years vboxsync Network: Do not bring up links for "not attached" adapters.
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(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) @85109   4 years vboxsync Resolved other part of xtracker #9766. Rearranged structs, arrays and …
(edit) @85083   4 years vboxsync Fix #9766
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82129   5 years vboxsync Devices/Network: Don't decorate the public stats with device, just use …
(edit) @81731   5 years vboxsync DevRirtioNet,Virtio: nits. bugref:9218
(edit) @81727   5 years vboxsync err.h,Devices/Network/*: Removed VINF_NAT_DNS and associated mess as …
(edit) @81726   5 years vboxsync DevRirtioNet: nits. bugref:9218
(edit) @81720   5 years vboxsync DevVirtioNet,Virtio: Converted to new PDM device model. bugref:9218
(edit) @81709   5 years vboxsync DevVirtioNet: Replaced the CanRxQueue and hEventMoreRxDescAvail …
(edit) @81708   5 years vboxsync DevVirtioNet: Replaced the CanRxQueue and hEventMoreRxDescAvail …
(edit) @81703   5 years vboxsync DevVirtioNet.cpp,Virtio.cpp: Some cleanups prepping for refactoring to …
(edit) @81696   5 years vboxsync DevVirtioNet.cpp: Some cleanups prepping for refactoring to new PDM …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(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) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76382   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @73415   6 years vboxsync Build fix for r124028
(edit) @73410   6 years vboxsync Network/Virtio: TX queue notification flag race fix. TX event stat …
(edit) @72474   6 years vboxsync More Windows build fixes.
(edit) @72471   6 years vboxsync Windows build fixes.
(edit) @72459   6 years vboxsync Dev/VirtioNet: (​bugref:8651) TX thread is used instead of TX timer.
(edit) @71944   7 years vboxsync Applied patch for (bugref:9098) Dev/VirtioNet: no sends on …
(edit) @71789   7 years vboxsync DevVirtioNet: More paranoia.
(edit) @71788   7 years vboxsync DevVirtioNet: A couple of todos and paranoia.
(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) @67975   7 years vboxsync bugref:8887: DevVirtioNet: several fixes
(edit) @67970   7 years vboxsync bugref:8844: DevVirtioNet: fixes
(edit) @67638   7 years vboxsync Net/Virtio: (bugref:8887) Removed release logging accidentally …
(edit) @67525   7 years vboxsync Net/Virtio: bugref:8887: Extracted a part of …
(edit) @66521   8 years vboxsync DevVirtioNet: bugref:8779: additional sanity check
(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) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63669   8 years vboxsync Dev/Net/Virtio: Move packet dumper into common header and use it in virtio.
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @62962   8 years vboxsync Devices: warnings
(edit) @62632   8 years vboxsync Devices: unused parameter warnings.
(edit) @62618   8 years vboxsync Devices: unused parameter warnings.
(edit) @62511   8 years vboxsync (C) 2016
(edit) @57901   9 years vboxsync Devices/Virtio: semantic fixes.
(edit) @57809   9 years vboxsync Reverted bad commit r102754.
(edit) @57808   9 years vboxsync Installer/linux and tinderclient: use Qt from build server for RPM …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56991   9 years vboxsync DevVirtioNet.cpp: Don't ever split log format strings!! Makes them …
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @49414   11 years vboxsync Network/Adapters: Fix wrong link state transition upon host resume (#7057)
(edit) @47499   11 years vboxsync Devices/Network: Temporarily disconnect network devices after the host …
(edit) @46904   11 years vboxsync IntNet, VirtioNet, NetFilter: Large frame support + drop oversized + …
(edit) @46576   11 years vboxsync Dev/VirtioNet: Disabled UFO in host direction (#6821)
(edit) @46456   11 years vboxsync Network/Dev*.cpp,GuestImpl.cpp: Optimized looking up the guest network …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @45005   12 years vboxsync DevVirtioNet: DECLCALLBACK
(edit) @44925   12 years vboxsync Removed unreferenced variable.
(edit) @44915   12 years vboxsync Dev/VirtioNet: Negotiate accepting partial TCP checksums (#4796)
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44857   12 years vboxsync DevVirtioNet.cpp: Changed it to do its own locking again. Hope this is …
(edit) @44856   12 years vboxsync DevVirtioNet.cpp: Callback table for I/O port handlers instead of …
(edit) @44852   12 years vboxsync s/addrIOPort/IOPortBase/g
(edit) @44851   12 years vboxsync DevirtioNet.cpp: WRONG calling convention and visibility for …
(edit) @44849   12 years vboxsync DevirtioNet.cpp: cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43871   12 years vboxsync Devices/virtio-net: fixed the names of tx/rx stat counters (#6514)
(edit) @41917   12 years vboxsync Virtio/Net: Feature negotiation and GSO handling on RX path (#5582)
(edit) @41820   12 years vboxsync virtio: fixed GSO header issue causing heavy loss of packets (#4807)
(edit) @41809   12 years vboxsync virtio: netshaper support (#5582)
(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) @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) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @38549   13 years vboxsync GSO: UDP fragmentation offloading (#5846)
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @35387   14 years vboxsync virtio-net: fixed the issue with TX performance with newer linux kernels
(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) @34088   14 years vboxsync virtio-net: workaround for guests excluding L4 header length in GSO …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), 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) @33325   14 years vboxsync virtio-net: large (GSO) receive packet support (#4807)
(edit) @31767   14 years vboxsync build fix
(edit) @31765   14 years vboxsync virtio-net: fixed offset modification bug
(edit) @31764   14 years vboxsync virtio-net: removed TX buffer along with redundant memcpy call
(edit) @31755   14 years vboxsync virtio-net: TSO4, TSO6 and UFO support (#4807)
(edit) @30219   14 years vboxsync DevVirtioNet.cpp: warning.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
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