VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34890   14 years vboxsync missing case
(edit) @34483   14 years vboxsync e1000: VM reset handler
(edit) @34335   14 years vboxsync Main/DrvIntNet: pass IgnoreConnectFailure to the driver to make it …
(edit) @34330   14 years vboxsync DrvIntNet: Don't fail if we cannot connect to the internal network, …
(edit) @34305   14 years vboxsync NAT: routines printing TCB and TCP segment.
(edit) @34243   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @34235   14 years vboxsync NAT: fine-tuning of r66315
(edit) @34209   14 years vboxsync NAT: added 'info nat%d' handler
(edit) @34103   14 years vboxsync NAT: (debug) logging fixes
(edit) @34088   14 years vboxsync virtio-net: workaround for guests excluding L4 header length in GSO …
(edit) @34087   14 years vboxsync NAT: typo.
(edit) @34043   14 years vboxsync NAT: warning.
(edit) @34042   14 years vboxsync NAT: warning.
(edit) @34041   14 years vboxsync NAT: handling occasional mbuf chain transmission.
(edit) @34040   14 years vboxsync NAT: more asserts.
(edit) @34039   14 years vboxsync NAT: if_encap doesn't allocate intermediate buffer, IP-fragmentation …
(edit) @34038   14 years vboxsync NAT:UDP: fetch as much as possible at once and compose mbuf chain if …
(edit) @34037   14 years vboxsync NAT:IP: fragmentation of mbuf chain.
(edit) @34036   14 years vboxsync NAT: help routine.
(edit) @34034   14 years vboxsync NAT: use right mbuf lenght calculation.
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @33978   14 years vboxsync NAT: log.
(edit) @33957   14 years vboxsync NAT/libalias: cosmetic.
(edit) @33955   14 years vboxsync NAT: log.
(edit) @33954   14 years vboxsync NAT: log too noise (vbox/#7714).
(edit) @33953   14 years vboxsync NAT/libalias: fixes issue with wrong type of query header in DNS …
(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) @33676   14 years vboxsync scm cleanup run.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33443   14 years vboxsync nit
(edit) @33410   14 years vboxsync Network/SrvIntNetR0: log release VERR_INTNET_INCOMPATIBLE_TRUNK failures.
(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) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33201   14 years vboxsync reverted r66739
(edit) @33200   14 years vboxsync E1000, Main: support for 82566MC chipset type
(edit) @33145   14 years vboxsync NAT: releasing of temporal buffer.
(edit) @32967   14 years vboxsync DevPCNet: comment
(edit) @32964   14 years vboxsync DevPCNet: work around a WinXP driver bug which clears CSR0.TINT after …
(edit) @32863   14 years vboxsync e1k: temporary code for MSI testing
(edit) @32846   14 years vboxsync NAT: properly close a socket if we've got POLLHUP
(edit) @32839   14 years vboxsync NAT: fixed STAM typo
(edit) @32747   14 years vboxsync NAT: reduces responsibility of DHCP server about validness of TFTP …
(edit) @32745   14 years vboxsync NAT: Don't let exceed the bounds of mbuf selecting corresponding mbuf zone.
(edit) @32744   14 years vboxsync NAT: don't mix ether header lenght with free space calculation.
(edit) @32724   14 years vboxsync e1k: few PCI-related notes
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32388   14 years vboxsync more branding fixes
(edit) @32226   14 years vboxsync warning
(edit) @32167   14 years vboxsync DrvIntNet.cpp: Missing initialization of pDrvIntR0. Should fix #5233.
(edit) @32160   14 years vboxsync DevE1000.cpp: Don't include unnecessary bit.s
(edit) @32139   14 years vboxsync FTM checkpoint setting
(edit) @31885   14 years vboxsync OSE header fixes
(edit) @31880   14 years vboxsync export some testcases to OSE
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(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) @31323   14 years vboxsync SrvIntNetR0.cpp: Fixed lock order inversion in IntNetR0IfSetActive, …
(edit) @31322   14 years vboxsync SrvIntNetR0.cpp: incorrect condition terminating the wait, causes …
(edit) @31114   14 years vboxsync TAP: make it work again on Linux hosts
(edit) @31097   14 years vboxsync RT_LIKELY misusage
(edit) @31094   14 years vboxsync typo
(edit) @31001   14 years vboxsync intnetR0NetworkSetIfActive: Paranoia: Make sure there are no pending …
(edit) @30921   14 years vboxsync NAT/hostresolver: trim ending dots confusing host resolver.
(edit) @30920   14 years vboxsync NAT: don't pass empty DNS server list to guest.
(edit) @30722   14 years vboxsync Removed some instances of obsolete PCISetIrqNoWait calls.
(edit) @30587   14 years vboxsync IntNet: Profile sends.
(edit) @30557   14 years vboxsync SrvIntNetR0.cpp: Implemented pfnPreRecv.
(edit) @30426   14 years vboxsync NAT: small performance enhancement. (allocate mbuf if it's required).
(edit) @30425   14 years vboxsync NAT: m_free -> m_freem.
(edit) @30421   14 years vboxsync NAT: small performance enhancement (allocate intermediate buffer only …
(edit) @30415   14 years vboxsync NAT: comments
(edit) @30404   14 years vboxsync NAT: fixed RTMemFree condition
(edit) @30402   14 years vboxsync NAT: missed m_freem calls right after icmp_error (see …
(edit) @30401   14 years vboxsync NAT: assign m_so before icmp_attach.
(edit) @30400   14 years vboxsync NAT: adds freeing of intermediate buffer.
(edit) @30399   14 years vboxsync NAT: icmp_input releasing mbuf and intermediate buffer.
(edit) @30370   14 years vboxsync NAT: comments
(edit) @30366   14 years vboxsync use m_freem() here as well
(edit) @30363   14 years vboxsync NAT: more comments + cosmetics
(edit) @30361   14 years vboxsync NAT: icmp_input copy src mbuf and compose new one to deliver.
(edit) @30355   14 years vboxsync NAT: cosmetics
(edit) @30354   14 years vboxsync NAT: removed one goto from arp_input()
(edit) @30353   14 years vboxsync NAT: fixed m_freem() in arp_input()
(edit) @30352   14 years vboxsync NAT: comments
(edit) @30351   14 years vboxsync NAT: increases jumbo16 zone. TSO/SGO heavily uses jumbo16 in case of …
(edit) @30350   14 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30349   14 years vboxsync NAT: allow link down/link up when the VM is suspended
(edit) @30333   14 years vboxsync E1000: properly disconnect the network cable if the guest driver was …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30220   15 years vboxsync lwip/src/api/sockets.c: errno.h and MSC; who defines ERRNO in general?
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