VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @85193   4 years vboxsync VBoxDDUDeps.cpp,DevINIP.cpp: Workaround for Clang 11 nothrow …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82455   5 years vboxsync DevINIP: Converted to new style. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   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) @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) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63211   8 years vboxsync Devices: warnings (gcc)
(edit) @62961   8 years vboxsync Devices: warnings
(edit) @62511   8 years vboxsync (C) 2016
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @55432   10 years vboxsync G/c VBOX_WITH_NEW_LWIP. This option only affects DevINIP/DrvVD (as …
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @47933   11 years vboxsync Devices/Network/DevINIP: use int for a rc.
(edit) @46573   11 years vboxsync LWIP/LWIP-new/NAT: adding/removing interfaces should be done on tcpip …
(edit) @46427   11 years vboxsync LWIP-new: ipv6 selective autoconfig. We don't want autoconfig on lwip …
(edit) @46426   11 years vboxsync iSCSI/new-LWIP:missed end hook.
(edit) @46425   11 years vboxsync LWIP-new/iSCSI: updates.
(edit) @46132   12 years vboxsync Access netif::ip6_autoconfig_enabled only #if LWIP_IPV6_AUTOCONFIG
(edit) @45356   12 years vboxsync tabs
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44670   12 years vboxsync DevINIP.cpp: Removed all use of the harmful statement (at least …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44208   12 years vboxsync DevINIP/new-lwip: use link-local address for IPv6 iSCSI-targets.
(edit) @43924   12 years vboxsync DevINIP: IPv6 and new LWIP introduction.
(edit) @43636   12 years vboxsync DevINIP: makes compatible with LWIP 1.4.1.
(edit) @36044   14 years vboxsync typo.
(edit) @36023   14 years vboxsync DevINIP: Make it work again after the network overhaul.
(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) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28277   15 years vboxsync Network/Dev*: Preparing for pfnXmitPending to be callable and the TX …
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28213   15 years vboxsync PDMINETWORKUP,Drv*,Dev*: Eliminated pfnSendDeprecated.
(edit) @26305   15 years vboxsync pdmnetif.h & users: sketched out a new interface that is intended to …
(edit) @26300   15 years vboxsync pdmifs.h: Moved the network interfaces to a separate header called …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25986   15 years vboxsync pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   15 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @17802   16 years vboxsync fix copy/paste messup
(add) @17800   16 years vboxsync OSE: export INIP device, was still missing
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