VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34890   14 years vboxsync missing case
(edit) @34209   14 years vboxsync NAT: added 'info nat%d' handler
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @33865   14 years vboxsync Devices/Network/DrvNAT: fix a burn
(edit) @33864   14 years vboxsync Main,NAT: Don't bother NAT back-end with rule name.
(edit) @33833   14 years vboxsync NAT: log as well when a port forwarding rule is removed
(edit) @33826   14 years vboxsync NAT: unix build fix.
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32139   14 years vboxsync FTM checkpoint setting
(edit) @30421   14 years vboxsync NAT: small performance enhancement (allocate intermediate buffer only …
(edit) @30349   14 years vboxsync NAT: allow link down/link up when the VM is suspended
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28787   15 years vboxsync NAT: introduces management routines of NAT libalias core. (see …
(edit) @28440   15 years vboxsync NAT: a few warnings and one goto
(edit) @28396   15 years vboxsync DrvNAT: minor cleanup
(edit) @28365   15 years vboxsync NAT: unify slirp_init() and adapt the coding style of some …
(edit) @28275   15 years vboxsync Devices/Network: Call pfnBeginXmit and pfnEndXmit.
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28216   15 years vboxsync DrvNAT: build fix.
(edit) @28213   15 years vboxsync PDMINETWORKUP,Drv*,Dev*: Eliminated pfnSendDeprecated.
(edit) @28147   15 years vboxsync NAT: Fixed missing setting of time_fasttimo in ip_icmp.c. Removed …
(edit) @28146   15 years vboxsync NAT: Use poll/WSAWaitForMultipleEvents timeouts instead of timers.
(edit) @28143   15 years vboxsync DrvNAT: disabled buffer poisoning that was accidentally left enabled …
(edit) @28138   15 years vboxsync Main,NAT: Always pass the NAT network via CFGM. Use the network …
(edit) @28061   15 years vboxsync Misc.
(edit) @28054   15 years vboxsync DrvNAT: Handle GSO SGs.
(edit) @27973   15 years vboxsync PDM,Network/*: GSO preps.
(edit) @27842   15 years vboxsync DrvNAT: Added missing FreeBuf method.
(edit) @27827   15 years vboxsync NAT: enabled VBOX_NAT_DELAY_HACK for trunk as well (Windows host only)
(edit) @27565   15 years vboxsync DrvNAT.cpp: Fixed cleanup bug in drvNATDestruct where it would crash …
(edit) @26574   15 years vboxsync Networking: Preparing to make the driver return a send buffer to the …
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26423   15 years vboxsync NAT: some fewer AssertRelease*
(edit) @26404   15 years vboxsync NAT: applied patch from xtracker 3993 (use BSD mbufs)
(edit) @26309   15 years vboxsync alignment
(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) @26287   15 years vboxsync DrvNAT: poll taks an int timeout.
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(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) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25799   15 years vboxsync NAT: fixed recent regression (xtracker 4590) on non-Linux/non-Windows …
(edit) @25402   15 years vboxsync NAT: re-establish port-forwarding after savestate / restore state
(edit) @25130   15 years vboxsync NAT: unconditional signal.
(edit) @25125   15 years vboxsync NAT: backed out r55479.
(edit) @25111   15 years vboxsync NAT: Assert Release -> Debug
(edit) @25110   15 years vboxsync NAT: critical sections introduced. preventing signaling non-waiting …
(edit) @24636   15 years vboxsync Moved slirp_ext_m_free up a bit in drvNATUrgRecvWorker
(edit) @24635   15 years vboxsync slirp_urg_output: increase packet counter after possible failure returns
(edit) @24058   15 years vboxsync NAT: simplefeing UrgRecv and Recv workers routines.
(edit) @23462   15 years vboxsync NAT: Big changeset: 1. mbuf_zone has been inroduced. 2. IPRT timers …
(edit) @23163   15 years vboxsync NAT: introduces SlirpMTU extradata-parameter for altering slirp's mtu.
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23141   15 years vboxsync NAT: clean non-SLIRP_SPLIT_CAN_OUTPUT code
(edit) @23137   15 years vboxsync NAT: obsolete
(edit) @22925   15 years vboxsync Devices: Alignment fun. (32-bit darwin)
(edit) @22827   15 years vboxsync NAT: disable Windows delay hack for HEAD as well
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22459   15 years vboxsync DrvNAT: more spaces and comment.
(edit) @22458   15 years vboxsync Fixed bad STAM_PROFILE_STOP usage in drvNATRecv
(edit) @22449   15 years vboxsync NAT: re-counters
(edit) @22413   15 years vboxsync NAT: Backed r51387
(edit) @22410   15 years vboxsync NAT: some counters
(edit) @22406   15 years vboxsync NAT: DrvNAT and Slirp use the same macroces for (de-)registering counters
(edit) @22380   15 years vboxsync NAT: req queue replacement for PDMQueue is enabled by default.
(edit) @22361   15 years vboxsync NAT: more comments (send/recv are terms from the guest's point of view)
(edit) @22360   15 years vboxsync NAT: DrvNAT coding style and comments. No functionality change.
(edit) @22354   15 years vboxsync NAT: disabling r51281
(edit) @22353   15 years vboxsync NAT: temporal enabling Req queue
(edit) @22341   15 years vboxsync NAT: replacing PDM queue with req queue which processed with NATRx …
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22252   15 years vboxsync NAT: polling + counter wakeup counter in NATRx
(edit) @22251   15 years vboxsync NAT: name counter fix
(edit) @22250   15 years vboxsync NAT: counter consumer false
(edit) @22219   15 years vboxsync NAT: cosmetics
(edit) @22217   15 years vboxsync NAT: remove RX-check via PDM Queue experiment
(edit) @22216   15 years vboxsync NAT: enable experiment
(edit) @22207   15 years vboxsync NAT: PDMQueueFlusher => NATRx
(edit) @22206   15 years vboxsync NAT: make experiment more clear
(edit) @22205   15 years vboxsync NAT: Disabling PDMQueueFlush
(edit) @22202   15 years vboxsync NAT: burn fix
(edit) @22201   15 years vboxsync NAT: updated experimental pdmqueue flusher (disabled)
(edit) @22193   15 years vboxsync NAT: Moving splitting slirp_output to experimental (disabled) code and …
(edit) @22192   15 years vboxsync NAT: slirp_can_send (on NAT thread and EMT) flushes PDM queue on …
(edit) @22160   15 years vboxsync NAT: splitting PDM consumer to serve slirp_can_output and slirp_output
(edit) @22020   15 years vboxsync NAT: 1st stage of delayed port forwarding
(edit) @21659   15 years vboxsync DrvNAT: Build fix for FreeBSD. Thanks to Beat Gaetzi
(edit) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21112   15 years vboxsync NAT: use constant
(edit) @21048   15 years vboxsync NAT: Network in host format
(edit) @21019   15 years vboxsync NAT: pThis as explicit parameter to extradata macro definitions
(edit) @21018   15 years vboxsync NAT: GETIP isn't local macro
(edit) @21011   15 years vboxsync NAT: more readability
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