VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55003   10 years vboxsync NAT: udp_input: force allocation of new socket for requests to the DNS …
(edit) @55002   10 years vboxsync NAT: sorecvfrom: DNS proxy requests are forwarded to the real …
(edit) @54868   10 years vboxsync SrvIntNetR0: fix ref. counting when pfnConnectInterface() fails.
(edit) @54827   10 years vboxsync NAT: G/c ancient abandoned VBOX_WITH_SLIRP_BSD_SBUF experiment.
(edit) @54825   10 years vboxsync NAT: G/c more ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
(edit) @54824   10 years vboxsync NAT: G/c ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
(edit) @54573   10 years vboxsync forward-ported r98709 (NAT: missing check in LogRel)
(edit) @54291   10 years vboxsync DrvNAT: Don't bug me with a debug assertion right now.
(edit) @54132   10 years vboxsync IntNet: Don't leak traffic from host to guest to the wi-fi network …
(edit) @54116   10 years vboxsync NAT: icmpwin_ping - don't decrement TTL once again, this is done in …
(edit) @54111   10 years vboxsync NAT: Enable HAVE_NOTIFICATION_FOR_DNS_UPDATE on Windows. This turns …
(edit) @54110   10 years vboxsync NAT: As a stop-gap measure don't try to use (nonexistent) resolv.conf …
(edit) @54109   10 years vboxsync NAT: Use PDMINETWORKNATCONFIG::pfnNotifyDnsChanged callback if …
(edit) @54107   10 years vboxsync NAT: Try to fix alignment of counters on 32-bit broken in r98104.
(edit) @54106   10 years vboxsync NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call it …
(edit) @54011   10 years vboxsync NAT: Don't switch to host resolver in the unix version of …
(edit) @53907   10 years vboxsync NAT: dnsproxy_query: Missing DNS servers is not a failure, don't log it.
(edit) @53866   10 years vboxsync NAT: don't check WSANETWORKEVENTS::iErrorCode in Windows …
(edit) @53786   10 years vboxsync IntNet: intnetR0NetworkPreSwitchUnicast: don't broadcast all outgoing …
(edit) @53776   10 years vboxsync NAT: Make it possible to use privileged helper to obtain raw ICMP …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53510   10 years vboxsync NAT: sorecvfrom() - fix Windows assertion on the error leg introduced …
(edit) @53448   10 years vboxsync NAT: trac ticket 13630 - use generation numbers as poor man's weak …
(edit) @53399   10 years vboxsync NAT: new Windows ping proxy that is not limited to just one …
(edit) @53382   10 years vboxsync NAT: reorder NATState fields slightly so that ICMP related ones are grouped
(edit) @53381   10 years vboxsync NAT: oops, g/c debug log in previous
(edit) @53380   10 years vboxsync NAT: allocate extra space for ICMP API internal use if reqest size is …
(edit) @53360   10 years vboxsync NAT: fix in_cksum_skip() calls - "len" parameter must include the …
(edit) @53350   10 years vboxsync NAT: Snapshot work in progress on Windows ICMP API ping proxy. This …
(edit) @53338   10 years vboxsync NAT: if_encap: assert that mbuf has enough M_LEADINGSPACE to …
(edit) @53310   10 years vboxsync NAT: We don't support Windows 2000, so use Windows ICMP API directly. …
(edit) @53309   10 years vboxsync NAT: don't create contiguous copy of all large ICMP datagrams, only do …
(edit) @53308   10 years vboxsync NAT: m_adj() - when truncating by exactly the length of the last mbuf …
(edit) @53303   10 years vboxsync NAT: set icmp type (to echo reply) using mbuf api when we reply to …
(edit) @53298   10 years vboxsync NAT: Start untangling Windows ICMP API code out of ip_icmp.c. Add new …
(edit) @53292   10 years vboxsync NAT: Don't retrieve the address of GetAdaptersAddresses() in …
(edit) @53056   10 years vboxsync NAT: Don't leak socket::so_m in the error leg of sorecvfrom() - …
(edit) @52976   10 years vboxsync DrvNAT: Mac OS X host: reduce amount of release logging (removed …
(edit) @52799   10 years vboxsync NAT: Provide WSA* versions of ECONNRESET, EHOSTDOWN, ENETDOWN.
(edit) @52798   10 years vboxsync NAT: when outgoing connect(2) fails decide what to do based on the …
(edit) @52792   10 years vboxsync NAT: Follow up to r95982 - always get socket error when connect(2) …
(edit) @52755   10 years vboxsync NAT: G/c socket:so_la - per-socket libalias instance used for …
(edit) @52754   10 years vboxsync NAT: G/c unused NATState::dns_alias.
(edit) @52753   10 years vboxsync NAT: G/c socket::so_pvLnk, the code that used it was g/c'ed in r96051.
(edit) @52712   10 years vboxsync NAT: G/c bogus VBOX && !NO_USE_SOCKETS code disabled in r93447. Same …
(edit) @52711   10 years vboxsync NAT: Convert NATState::curtime from milliseconds to seconds when we …
(edit) @52689   10 years vboxsync NAT: There's no need to log each socket in QSOCKET_FOREACH at Log2 …
(edit) @52688   10 years vboxsync NAT: slirp_output: On the second thought do hexdump at Log6 to have a …
(edit) @52687   10 years vboxsync NAT: slirp_output - use %p, not %x, to print a pointer. Don't spam …
(edit) @52684   10 years vboxsync NAT: clean up an #ifdef in HouseKeeping() to avoid duplication of code …
(edit) @52683   10 years vboxsync NAT: Fix #else /* VBOX */ comments to reflect the condition when that …
(edit) @52663   10 years vboxsync NAT: Redo detection of connect(2) failure taking into account various …
(edit) @52662   10 years vboxsync NAT: Revert previous (r95391). poll(2) behaviour is different on …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52592   10 years vboxsync NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
(edit) @52591   10 years vboxsync NAT: Darwin host: extra logging for DNS update events.
(edit) @52544   10 years vboxsync IntNet: intnetR0TrunkSharedMacEditIPv6FromIntNet: Use uint32_t instead …
(edit) @52543   10 years vboxsync IntNet: follow up to r85262 - refactor rewriting of link-level address …
(edit) @52518   10 years vboxsync intnetR0NetworkSharedMacDetectAndFixBroadcast: handle ARP, IPv4 and …
(edit) @52499   10 years vboxsync NAT: Handle RFC1533_PAD properly.
(edit) @52445   10 years vboxsync SrvIntNetR0.cpp: New commit policy for this file.
(edit) @52394   10 years vboxsync intnetR0TrunkIfPortDisconnect: Must always release the busy reference …
(edit) @52393   10 years vboxsync intnet: Fixed bug in intnetR0TrunkIfPortDisconnect where the mutex …
(edit) @52283   10 years vboxsync NAT: Do pay attention to POLLERR and WSANETWORKEVENTS::iErrorCode and …
(edit) @52258   10 years vboxsync NAT: Oops, g/c leftover debug printfs accidentally committed in r95347.
(edit) @52256   10 years vboxsync NAT: preserve DF (if possible) and TOS when proxying outbound UDP …
(edit) @52245   10 years vboxsync NAT: Drop packets to multicast destinations, the rest of the code is …
(edit) @52230   10 years vboxsync NAT: Fix previous, pass bind_ip.s_addr, not bind_ip to %RTnaipv4. That …
(edit) @52229   10 years vboxsync NAT: Log port-forwarding using address:port notation, including host's …
(edit) @52154   10 years vboxsync NAT: Rework sorecvfrom(). On Windows provide iovec definition that is …
(edit) @52134   10 years vboxsync NDIS6: Cumulative commit containing async send, unload race fix …
(edit) @52113   10 years vboxsync NAT: G/c #if0'ed code to send ICMP_SOURCEQUENCH. Source quench is …
(edit) @52088   10 years vboxsync NAT: Followup to r94784: g/c an "XXX" comment that says that we should …
(edit) @51906   10 years vboxsync Fixing testcases on windows.
(edit) @51905   10 years vboxsync NAT: Make sure guest will get window updates by scheduling TF_DELACK …
(edit) @51904   10 years vboxsync NAT: Fix unsigned wraparound when calculating offered window. rcv_nxt …
(edit) @51865   10 years vboxsync NAT: tcp_respond - don't split window size computation into two chunks …
(edit) @51864   10 years vboxsync NAT: sbappend - check if we are going to send before allocating buffer …
(edit) @51727   10 years vboxsync NAT: Fix edito introduced in r39462 - TF_ACKNOW should be set in …
(edit) @51642   10 years vboxsync LogRel nits.
(edit) @51521   11 years vboxsync lwip/sockets.c: indent fixes.
(edit) @51520   11 years vboxsync VBox/Devices: Comment nits.
(edit) @51329   11 years vboxsync NAT: Dump info for %R[natsock] even is socket is invalid or closed.
(edit) @51155   11 years vboxsync DevPCNet: Correct CSR0 state on reset.
(edit) @51150   11 years vboxsync e1000: Phar Lap ETS support (#7346)
(edit) @51138   11 years vboxsync NAT: slirp_arp_cache_update: ARP maps IP to MAC, so check for IP match …
(edit) @51137   11 years vboxsync NAT: #7342: debug assertion in sofree() triggered by ftp connections. …
(edit) @51135   11 years vboxsync NAT: slirp_remove_redirect: fix argument passed to LogRel as %RTnaipv4 …
(edit) @51113   11 years vboxsync NAT: Replace loopback address with NATState::alias_addr in 227 …
(edit) @51071   11 years vboxsync Networking: NAT: fix network loss due to ARP cache entry override from …
(edit) @51032   11 years vboxsync Networking: slirp: fixed IP adresses leak on init-reboot DHCP request.
(edit) @50986   11 years vboxsync NAT: Update function comment for icmp_error to reflect r93155 (it was …
(edit) @50980   11 years vboxsync NAT: Rewrite icmp_error(). r91460 messed it up and all that jerking …
(edit) @50969   11 years vboxsync NAT: Undo the second hunk of r92637, nested LIST_FOREACH already does …
(edit) @50951   11 years vboxsync NAT: Rename drvNATHostNetworkConfigurationChangeEventStrategySelector …
(edit) @50950   11 years vboxsync NAT: Rename fHostNetworkConfigurationEventListener parameter to …
(edit) @50949   11 years vboxsync NAT: Rename horrifying "VBOX_NAT_HNCE_EXSPOSED_NAME_RESOLUTION_INFO" …
(edit) @50691   11 years vboxsync NAT:libslirp.h reverts r92615 (reenable network switch in dnsproxy …
(edit) @50690   11 years vboxsync NAT:slirp.c::slirp_init instead rising link_up flag do call …
(edit) @50689   11 years vboxsync NAT:bootp.c: dhcp server shouldn't crash if DNS information is empty …
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