VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61202   9 years vboxsync NAT: Missed part of r107489 - provide more convenience macros.
(edit) @61201   9 years vboxsync NAT: Drop packets to multicast and reserved destinations earlier, so …
(edit) @61200   9 years vboxsync NAT: slirp_input - g/c unused variable.
(edit) @61198   9 years vboxsync NAT: Include hygiene for "ctl.h"
(edit) @61197   9 years vboxsync NAT: G/c NATState::client_ethaddr that is no longer used since …
(edit) @61000   9 years vboxsync NAT: Initialize guest address guess for the port-forwarding to …
(edit) @60962   9 years vboxsync warning
(edit) @60960   9 years vboxsync NAT: rewrite resolv.conf parser. The old code tried to be fancy, but …
(edit) @60819   9 years vboxsync Network/SrvIntR0: Fix debug assertion
(edit) @60775   9 years vboxsync remove LOG_ENABLED from DevE1000 (accidently introduced in r106573)
(edit) @60525   9 years vboxsync SrvIntNetR0.cpp: IntNetR0IfAbortWait w/ fNoMoreWaits=tru should never …
(edit) @60474   9 years vboxsync DevE1000: fixed DEBUG/LOG_ENABLED screwup
(edit) @60142   9 years vboxsync NAT: Make host resolver asynchronous so that a blocked synchronous …
(edit) @60076   9 years vboxsync IntNet: Unregister all registered statistics counters.
(edit) @60039   9 years vboxsync NAT: Pasto - don't dereference NULL rule in LogRel reporting failure …
(edit) @60013   9 years vboxsync DevPCNet: duplicate expression (thanks PVS)
(edit) @59948   9 years vboxsync NAT: log the reason if port redirection fails (I know, it's almost …
(edit) @59913   9 years vboxsync DevEEPROM: fix
(edit) @59660   9 years vboxsync cppcheck warning
(edit) @59619   9 years vboxsync NAT: Fix ancient (r39466) typo/edito in the test that affected taking …
(edit) @59604   9 years vboxsync NAT: Comment change only - replace "See above" that refers to a …
(edit) @59585   9 years vboxsync NAT: use non-pattern host resolver mappings for reverse lookups too.
(edit) @59350   9 years vboxsync not 'const char*' but 'char*' because the content is not constant
(edit) @59313   9 years vboxsync NAT: When host resolver has a DNS mapping for a name, don't bother …
(edit) @59312   9 years vboxsync NAT: drvNATSendWorker - ifdef out assertion which condition we deal …
(edit) @59220   9 years vboxsync NAT: Silence gcc -pedantic warnings about implementaion-defined type …
(edit) @59219   9 years vboxsync NAT: Improve dns mapping in host resolver - pattern match should …
(edit) @59218   9 years vboxsync NAT: G/c dns_module, host resolver has been uncoupled from libalias.
(edit) @59203   9 years vboxsync NAT: Ignore/drop any authority or additional records in queries to the …
(edit) @59202   9 years vboxsync NAT: If a query to the host resolver has anything except single …
(edit) @59201   9 years vboxsync NAT: RFC2535 defined some bits from the original RFC1035 Z (must be …
(edit) @59167   9 years vboxsync NAT: Teach host resolver reverse lookups (in-addr.arpa PTR records). …
(edit) @59159   9 years vboxsync NAT: Host resolver - handle CNAME queries. When ANY query is received …
(edit) @59157   9 years vboxsync NAT: G/c unused local variables.
(edit) @59156   9 years vboxsync NAT: Properly fix bitfields in struct dnsmsg_header so that "id" is a …
(edit) @59144   9 years vboxsync NAT: Revert bitfield changes in struct dnsmsg_header in previous as …
(edit) @59143   9 years vboxsync NAT: Start rewriting host resolver to clean up the code to be able to …
(edit) @59142   9 years vboxsync NAT: Start rewriting host resolver to clean up the code to be able to …
(edit) @59063   9 years vboxsync NAT: Move host resolver out of libalias. This is a minimal change …
(edit) @59034   9 years vboxsync NAT: udp_input - fix nits in log.
(edit) @58631   9 years vboxsync NAT: tcp_fconnect - when DNS proxy is enabled and the target is port …
(edit) @58592   9 years vboxsync lwip: Use different callback for proxy accept that is triggered by …
(edit) @58589   9 years vboxsync lwip: tcp_restore_pbuf - factor out code to restore syn pbuf passed to …
(edit) @58581   9 years vboxsync lwip: make tcp_accept_null globally visible, use it instead of …
(edit) @58555   9 years vboxsync lwip: tcp_accept_syn - a proxy like early accept callback for ordinary …
(edit) @58549   9 years vboxsync lwip: tcp_accept_null - call tcp_abort().
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58077   9 years vboxsync Network/slirp: LogRel nits.
(edit) @57901   9 years vboxsync Devices/Virtio: semantic fixes.
(edit) @57850   9 years vboxsync Network/DrvNAT: Plug small memory leak in error case
(edit) @57846   9 years vboxsync SrvIntNetR0: intnetR0NetworkEditDhcpFromIntNet - update UDP checksum …
(edit) @57809   9 years vboxsync Reverted bad commit r102754.
(edit) @57808   9 years vboxsync Installer/linux and tinderclient: use Qt from build server for RPM …
(edit) @57784   9 years vboxsync NAT: rewrite handling of port-forwarding. The most interesting part …
(edit) @57783   9 years vboxsync NAT: %R[natsock] - print "tcp" and "udp" as names, not as protocol numbers.
(edit) @57739   9 years vboxsync NAT: G/c unused port_forward_rule::mac_address.
(edit) @57738   9 years vboxsync NAT: udp_listen: better log message when bind(2) fails.
(edit) @57600   9 years vboxsync NAT: don't deadlock if we try to activate a NAT network while the VM …
(edit) @57550   9 years vboxsync NAT: improved error message
(edit) @57449   9 years vboxsync NAT: udp_listen: set so_hladdr/so_hlport like we do in udp_attach(). …
(edit) @57448   9 years vboxsync NAT: fix debug log - print IP address, not a pointer to it, and …
(edit) @57442   9 years vboxsync DECLCALLBACK and static
(edit) @57426   9 years vboxsync DECLCALLBACK
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57181   9 years vboxsync NAT: %RTnaipv4 requires the IP address, not a pointer to one. While …
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56991   9 years vboxsync DevVirtioNet.cpp: Don't ever split log format strings!! Makes them …
(edit) @56960   9 years vboxsync NAT: adjust IP checksum after decrementing TTL so that if we use this …
(edit) @56957   9 years vboxsync NAT: undo byte order conversions on the saved IP header when relaying …
(edit) @56880   9 years vboxsync SrvIntNetR0: %RTnaipv6 in debug logs requires a pointer.
(edit) @56879   9 years vboxsync SrvIntNetR0: fix off-by-one in the fast path address cache lookup.
(edit) @56868   9 years vboxsync LogRel nit
(edit) @56866   9 years vboxsync DrvNetSniffer: be more verbose where we log to
(edit) @56826   9 years vboxsync NAT: dnsproxy_answer: make sure the answer is really for our query, to …
(edit) @56703   9 years vboxsync DevE1000: Corrected return codes.
(edit) @56409   10 years vboxsync lwip: fix wraparound check when updating icmp echo reply checksum that …
(edit) @56377   10 years vboxsync more RT_GCC_EXTENSION required for gcc-5
(edit) @56316   10 years vboxsync whitespace
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @56284   10 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56176   10 years vboxsync NAT: Don't forcibly reset/drop all connections when link goes down. …
(edit) @56146   10 years vboxsync SrvIntNetR0: rename intnetR0NetworkAddrCacheDeleteUnlocked …
(edit) @56051   10 years vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(edit) @56024   10 years vboxsync NAT/slirp: gcc warning.
(edit) @56017   10 years vboxsync Physical access handler cleanups.
(edit) @55994   10 years vboxsync lwip: Add missing newlines in LWIP_DEBUGF.
(edit) @55992   10 years vboxsync lwip: Drop "l" (ell) length modifier from U32_F and friends. This …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55922   10 years vboxsync DevPCNet: ASTRP_RCV bit is only for 802.3 frames, not Ethernet frames. …
(edit) @55909   10 years vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55904   10 years vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55896   10 years vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55869   10 years vboxsync NAT: When logging gratuitous ARP print IP address, not a pointer to it.
(edit) @55856   10 years vboxsync NAT: centralize allocation/deletion of icmp_msg so that book-keeping …
(edit) @55855   10 years vboxsync NAT: printSocket - make %R[natsock] output more compact
(edit) @55842   10 years vboxsync SrvIntNetR0.cpp: aAddrBlacklist was destroyed too early in …
(edit) @55741   10 years vboxsync NAT: send_icmp_to_guest - don't call udp_detach() on ICMP errors.
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