VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @27901   15 years vboxsync OSE header fixes
(edit) @27870   15 years vboxsync OSE fixes for NAT
(edit) @27869   15 years vboxsync OSE fixes for NAT
(edit) @27848   15 years vboxsync NAT service: sync with changes in DrvNAT. NAT service is compilable …
(edit) @27844   15 years vboxsync DevPCNet.cpp: Use the buffered network driver interface.
(edit) @27843   15 years vboxsync DrvNetSniffer.cpp: Wrap the buffer based network interface.
(edit) @27842   15 years vboxsync DrvNAT: Added missing FreeBuf method.
(edit) @27840   15 years vboxsync DrvIntNet,++: Implemented the missing buffer methods, added padding frame.
(edit) @27827   15 years vboxsync NAT: enabled VBOX_NAT_DELAY_HACK for trunk as well (Windows host only)
(edit) @27825   15 years vboxsync DevPCNet.cpp: Removed the experimental PCNET_QUEUE_SEND_PACKETS code.
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27765   15 years vboxsync NAT: log too noisy.
(edit) @27764   15 years vboxsync NAT: on succesful sent of ICMP packet to the ICMP raw socket, charge …
(edit) @27718   15 years vboxsync DrvIntNet: fixed destructor if constructor failed
(edit) @27573   15 years vboxsync NAT: cosmetics; refined comments
(edit) @27571   15 years vboxsync NAT: some spaces
(edit) @27569   15 years vboxsync NAT: bsd mbuf releasing of zones is corrected.
(edit) @27568   15 years vboxsync NAT: ICMP Darwin specifics. Darwin reports IP in host format and …
(edit) @27565   15 years vboxsync DrvNAT.cpp: Fixed cleanup bug in drvNATDestruct where it would crash …
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