VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19759   16 years vboxsync NAT: replace header storing with calculation of start of IP header in place
(edit) @19748   16 years vboxsync NAT: fix of (#3885)
(edit) @19722   16 years vboxsync NAT: move Assert where it really need
(edit) @19700   16 years vboxsync small fix
(edit) @19689   16 years vboxsync NAT: debug give slirp custom resolv.conf for debug need
(edit) @19688   16 years vboxsync NAT: fix (#3900) don't create request if no dns server registered in …
(edit) @19545   16 years vboxsync NAT: better header space reserving
(edit) @19525   16 years vboxsync NAT: Correct ethernet package check
(edit) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19411   16 years vboxsync NAT: wrong Ether address detection and ethernet gap detection
(edit) @19392   16 years vboxsync NAT: attempt to fix #3651
(edit) @19383   16 years vboxsync NAT: UDP gaps removed (detected with VPN)
(edit) @19318   16 years vboxsync NAT: corrects mbuf data offset arithmetic
(edit) @19313   16 years vboxsync NAT: slirp servicing several guests
(edit) @19309   16 years vboxsync gcc-4.4 warning
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19253   16 years vboxsync Compile fixes
(edit) @19113   16 years vboxsync PCNet: handle rare cases were the register content changed when we …
(edit) @19112   16 years vboxsync PCNet: removed dead code (will not work with the current memory model …
(edit) @19104   16 years vboxsync PCNet: proposed fix for the deadlock with EMT problem (see internal …
(edit) @19079   16 years vboxsync DrvIntNet: correct the unit for 4 of the stats.
(edit) @19074   16 years vboxsync DrvNAT: spelling.
(edit) @19049   16 years vboxsync NAT: polished r46167
(edit) @19048   16 years vboxsync NAT: Process the queue unconditionally
(edit) @19047   16 years vboxsync NAT: EINTR handling in poll
(edit) @19014   16 years vboxsync NAT: suppressed message
(edit) @18902   16 years vboxsync NAT: removed VBOX_WITH_SIMPLIFIED_SLIRP_SYNC as the poller API was …
(edit) @18874   16 years vboxsync NAT: handling empty domain name list moved to package preparing
(edit) @18872   16 years vboxsync slirp.c: empty strings still takes at least 1 byte of heap, don't leak …
(edit) @18865   16 years vboxsync NAT: some dhcp clients happy to have at least " " domain name than to …
(edit) @18858   16 years vboxsync NAT: replacing release assert with suppressed message
(edit) @18857   16 years vboxsync NAT: zero-length strings in dhcp offer
(edit) @18841   16 years vboxsync DevE1000: corrected comment, the EMT involvment in PhysWrite happens …
(edit) @18834   16 years vboxsync #3815: Solved the problem for e1k.
(edit) @18815   16 years vboxsync properly export dnsproxy
(edit) @18794   16 years vboxsync NAT: better header inclusion
(edit) @18739   16 years vboxsync pcnet: another correction for the physwrite hack
(edit) @18732   16 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
(edit) @18726   16 years vboxsync NAT: DNS proxy more logging
(edit) @18690   16 years vboxsync pcnet: typos
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18622   16 years vboxsync e1000: Changed card ids for 82545EM to VMWare Network Adapter for …
(edit) @18606   16 years vboxsync slirp.c: leaks in get_dns_addr_domain (hope I fixed it right).
(edit) @18591   16 years vboxsync E1000: Added support for 82545EM (MT Server)
(edit) @18584   16 years vboxsync NAT: adding name domains improved. multibytes handling in IPRT style …
(edit) @18573   16 years vboxsync PCNet: another workaround for #3775
(edit) @18459   16 years vboxsync SrvIntNetR0: size_t warnings.
(edit) @18457   16 years vboxsync tstIntNet-1: size_t warnings.
(edit) @18447   16 years vboxsync bootp.c: Unreferenced variable.
(edit) @18442   16 years vboxsync Pcap.cpp: MSC/64 warnings.
(edit) @18441   16 years vboxsync DrvIntNet.cpp: MSC/64 warnings.
(edit) @18439   16 years vboxsync DevE1000.cpp: One size_t and one bool conversion warning.
(edit) @18438   16 years vboxsync DevE1000Phy.cpp: Fixed MSC warning about converting 0x8000 to bool. …
(edit) @18437   16 years vboxsync DevPCNet.cpp: MSC/64 size_t warning.
(edit) @18419   16 years vboxsync slirp.c: Overlooked another bogus LogRel(("adding %s to DNS suffix …
(edit) @18418   16 years vboxsync quick fix for #3775
(edit) @18414   16 years vboxsync Fix for r45174 (make sure the timer does not stop)
(edit) @18383   16 years vboxsync PCNet: don't block if we can't enter the critical section from …
(edit) @18323   16 years vboxsync DHCP server/win: make it work again; NetFlt,Adp/win: IDC init polling
(edit) @18314   16 years vboxsync DrvIntNet.cpp: Forgot some DHCP stuff in the config value validation.
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18239   16 years vboxsync NAT: better wide character handling in DNS suffix resolving
(edit) @18226   16 years vboxsync get_dns_addr_domain: wcstombs can in theory return -1, so don't crash …
(edit) @18225   16 years vboxsync get_dns_addr_domain: wcstombs returns the size without counting the …
(edit) @18208   16 years vboxsync #3569: DHCP Server is now started from VBoxSVC and terminates with it.
(edit) @18118   16 years vboxsync E1000: properly connect/disconnect if the link status changes
(edit) @18099   16 years vboxsync DHCP server: make it launched properly for internal networking
(edit) @18068   16 years vboxsync remove tap for non-linux platforms
(edit) @18039   16 years vboxsync dhcp win fix
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @18021   16 years vboxsync fixed DHCP parameters
(edit) @17995   16 years vboxsync warnings
(edit) @17966   16 years vboxsync dhcp svr working
(edit) @17961   16 years vboxsync dhcp config/launch fixes
(edit) @17958   16 years vboxsync warning
(edit) @17957   16 years vboxsync OSE fix
(edit) @17952   16 years vboxsync dhcp launch fixes
(edit) @17940   16 years vboxsync dhcp runner fixes + disabled launching code
(edit) @17807   16 years vboxsync fixed copyright
(edit) @17802   16 years vboxsync fix copy/paste messup
(edit) @17800   16 years vboxsync OSE: export INIP device, was still missing
(edit) @17797   16 years vboxsync OSE: export INIP feature for use with iSCSI
(edit) @17772   16 years vboxsync tstIntNet-1: usage help.
(edit) @17656   16 years vboxsync NAT: disable service calculation
(edit) @17655   16 years vboxsync NAT: Enable win hack
(edit) @17439   16 years vboxsync NAT: logs
(edit) @17437   16 years vboxsync NAT: missed changes (fix burns)
(edit) @17436   16 years vboxsync NAT: added extradata options to control DHCP forcing use external TFTP …
(edit) @17404   16 years vboxsync tstIntNet-1: a kIntNetTrunkType_WhateverNone hack.
(edit) @17392   16 years vboxsync NAT: visibility
(edit) @17391   16 years vboxsync NAT: release log too noisy
(edit) @17389   16 years vboxsync NAT: helping routines to initilize/free dns server list
(edit) @17386   16 years vboxsync NAT: suppressing PDMQueus warning messages
(edit) @17363   16 years vboxsync NAT: dns proxy functions fine. the time out and switch to next server …
(edit) @17302   16 years vboxsync NAT: integrated dnsproxy the initialization of 2 dns servers should …
(edit) @17262   16 years vboxsync NAT: make dns proxy compilable with Slirp. (removed static declarations)
(edit) @17256   16 years vboxsync #2957: vboxnetadp is now a dummy device attached to intnet via vboxnetflt.
(edit) @17227   16 years vboxsync NAT: removing Win version checks (we don't support Win version prior …
(edit) @17225   16 years vboxsync NAT: return 0 in case of success and -1 in case of error, in dns …
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