VirtualBox

source: vbox/trunk/src/VBox/Devices/Network

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28482   15 years vboxsync NAT: nuke dead code.
(edit) @28480   15 years vboxsync NAT: nuke dead code.
(edit) @28450   15 years vboxsync addendum to r60221.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28445   15 years vboxsync NAT: udp.c assertion is corrected and similar check added into …
(edit) @28444   15 years vboxsync NAT: tcp_close filter out listening sockets while freeing socket …
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @28440   15 years vboxsync NAT: a few warnings and one goto
(edit) @28438   15 years vboxsync renamed a semaphore to make it easier to work with... but got …
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28430   15 years vboxsync SrcIntNetR0.cpp: started on the rewrie, all changes disabled as they …
(edit) @28427   15 years vboxsync DrvDedicatedNic.cpp: sketeches.
(edit) @28417   15 years vboxsync DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
(edit) @28416   15 years vboxsync DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
(edit) @28406   15 years vboxsync Devices, Main, FE/Qt: re-committed support for VDE virtual network …
(edit) @28397   15 years vboxsync dead code
(edit) @28396   15 years vboxsync DrvNAT: minor cleanup
(edit) @28394   15 years vboxsync NAT: paranoid border check.
(edit) @28393   15 years vboxsync warning
(edit) @28391   15 years vboxsync NAT: warnings.
(edit) @28390   15 years vboxsync NAT: ICMP with BSD buffers.
(edit) @28365   15 years vboxsync NAT: unify slirp_init() and adapt the coding style of some …
(edit) @28346   15 years vboxsync NAT: do transprent proxying by default. some protocols might be …
(edit) @28339   15 years vboxsync alignment fix.
(edit) @28338   15 years vboxsync Windows linking fixes.
(edit) @28336   15 years vboxsync DevPCNet: Shut up MSC warnings.
(edit) @28335   15 years vboxsync DevE1000: Shut up MSC warnings.
(edit) @28333   15 years vboxsync DevPCNet.cpp: MSC nit picking.
(edit) @28332   15 years vboxsync DrvIntNet: ring-0 experimentation and fixes.
(edit) @28328   15 years vboxsync Network/D*: Moving XMIT threads, part 2.
(edit) @28325   15 years vboxsync alignment fix.
(edit) @28324   15 years vboxsync DevE1000: fixed uninitialized variable in the loop back xmit path.
(edit) @28323   15 years vboxsync DevE1000: gcc may be used uninitialized…
(edit) @28320   15 years vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28314   15 years vboxsync tstIntNetR0.cpp: Removed left behind debug stuff.
(edit) @28290   15 years vboxsync Devices, Main, FE/Qt: reverted r60036 for now
(edit) @28287   15 years vboxsync Devices, Main, FE/Qt: added support for VDE virtual network switches …
(edit) @28277   15 years vboxsync Network/Dev*: Preparing for pfnXmitPending to be callable and the TX …
(edit) @28275   15 years vboxsync Devices/Network: Call pfnBeginXmit and pfnEndXmit.
(edit) @28274   15 years vboxsync slirp: sbfree - try to work around heap issue…
(edit) @28259   15 years vboxsync oops
(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) @28208   15 years vboxsync intnet,VBoxNetFlt-linux: Added INTNETTRUNKSWPORT::pfnPreRecv for doing …
(edit) @28196   15 years vboxsync DevE1000: Alignment fix.
(edit) @28191   15 years vboxsync NAT: warnings + removing of dead code.
(edit) @28188   15 years vboxsync NAT: warnings.
(edit) @28187   15 years vboxsync NAT: warnings.
(edit) @28183   15 years vboxsync NAT: excludes BSD functions, which might confuse reader.
(edit) @28181   15 years vboxsync NAT: make BSD panic() never return
(edit) @28175   15 years vboxsync NAT: warnings.
(edit) @28174   15 years vboxsync NAT: warnings.
(edit) @28173   15 years vboxsync NAT: warnings.
(edit) @28172   15 years vboxsync NAT: win build fix.
(edit) @28171   15 years vboxsync NAT: Solaris build fix.
(edit) @28170   15 years vboxsync NAT: Solaris build fix.
(edit) @28169   15 years vboxsync NAT: Solaris build fix.
(edit) @28167   15 years vboxsync NAT: removes arming fast tcp timer to poll ICMP socket.
(edit) @28166   15 years vboxsync NAT: fixed polling of the ICMP socket reducing the ICMP latency
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
(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) @28142   15 years vboxsync QSOCKET_FOREACH: log the same stuff for both versions, please.
(edit) @28141   15 years vboxsync slirp.c: Attempt at fixing #4811.
(edit) @28138   15 years vboxsync Main,NAT: Always pass the NAT network via CFGM. Use the network …
(edit) @28135   15 years vboxsync DevE1000: Fixed signed/unsigned compare warnings caused by type …
(edit) @28134   15 years vboxsync DrvIntNet.cpp: Count the GSO frames. Use new helpers for registering …
(edit) @28131   15 years vboxsync #4286: e1000: Force RX checksum in guest software.
(edit) @28126   15 years vboxsync oops.
(edit) @28121   15 years vboxsync DevE1000: TX thread wakeup experiment.
(edit) @28120   15 years vboxsync SrcIntNetR0: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities (new …
(edit) @28102   15 years vboxsync DevE1000: Check for MAX GSO frame size. Logging GSO decisions. Added …
(edit) @28095   15 years vboxsync DrvIntNet.cpp,VBox/param.h: Adjusted the Send buffer so it can fit a …
(edit) @28089   15 years vboxsync DevE1000: * Implemented TSPMT as it has a predefined initial value. …
(edit) @28082   15 years vboxsync Network: allow to start the VM even if a network device is not …
(edit) @28076   15 years vboxsync DevE1000: Drop the E1K_LEDS_WITH_MUTEX #ifdefs. Don't set LEDs for …
(edit) @28075   15 years vboxsync intnetinline.h: INTNETRingCommitFrameEx must account for the GSO header.
(edit) @28073   15 years vboxsync DevE1000.cpp: comments.
(edit) @28072   15 years vboxsync pcap.cpp: let all the GSO segment frame use the same timestamp.
(edit) @28068   15 years vboxsync intnetR0TrunkIfSendGsoFallback: bugfix.
(edit) @28061   15 years vboxsync Misc.
(edit) @28060   15 years vboxsync DrvIntNet.cpp: GSO bug fix.
(edit) @28057   15 years vboxsync DevE1000: Generate GSO frames.
(edit) @28056   15 years vboxsync DrvNetSniffer: Handle GSO SGs.
(edit) @28054   15 years vboxsync DrvNAT: Handle GSO SGs.
(edit) @28042   15 years vboxsync NAT: BSD mbufs: before migration of slice from master to slave zone …
(edit) @28037   15 years vboxsync DevE1000,GSO: coding.
(edit) @28035   15 years vboxsync NAT: ioctl->ioctlsocket
(edit) @28034   15 years vboxsync NAT: BSD mbufs zones allocated at the moment when the number of …
(edit) @28025   15 years vboxsync intnet, VBoxNet*, network device & drivers: GSO preps.
(edit) @28023   15 years vboxsync NAT: FD_CLOSE(win) and POLLHUB(Unix) events are processed in common …
(edit) @27986   15 years vboxsync NAT: r59685 relates to BSD mbufs.
(edit) @27981   15 years vboxsync NAT: reverted r59685 - intnet malfunctions
(edit) @27979   15 years vboxsync NAT: arp who hasn't altered current frame to begining of ARP header.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27974   15 years vboxsync DevE1000: adding docs and some notes while reading specs.
(edit) @27973   15 years vboxsync PDM,Network/*: GSO preps.
(edit) @27923   15 years vboxsync NAT: warnings.
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