|
|
@11069
|
16 years |
vboxsync |
intnet: Fixed a couple of address caching bugs, enh. logging of …
|
|
|
@11067
|
16 years |
vboxsync |
Solaris/hostif: fixed vnic script for future nevada build where dladm …
|
|
|
@11062
|
16 years |
vboxsync |
intnet+netflt: New packet destination for the trunk called …
|
|
|
@11061
|
16 years |
vboxsync |
intnet: Implemented ARP snooping on the trunk. Fixed a couple of bugs …
|
|
|
@11059
|
16 years |
vboxsync |
DrvIntNet: Added a hack for testing mac address sharing. (wif=en0)
|
|
|
@11058
|
16 years |
vboxsync |
intnet: Initialize the address caches.
|
|
|
@11057
|
16 years |
vboxsync |
intnet: Allocate a 2KB temporary buffer to deal with segmented packets …
|
|
|
@11056
|
16 years |
vboxsync |
tstIntNet-1: Added a -m / --mac-sharing option for testing the shared …
|
|
|
@11055
|
16 years |
vboxsync |
intnet: Implemented the shared mac routing and started on the trunk …
|
|
|
@11053
|
16 years |
vboxsync |
intnet: Finished ARP, IP and DHCP snooping in the INTNETR0IfSend path.
|
|
|
@11051
|
16 years |
vboxsync |
tstIntNet-1: todo.
|
|
|
@11050
|
16 years |
vboxsync |
tstIntNet-1: Test RTNetIPv4IsDHCPValid.
|
|
|
@11045
|
16 years |
vboxsync |
tstIntNet-1: Test the RTNetIPv4 validation code when sniffing and …
|
|
|
@10983
|
16 years |
vboxsync |
tstIntNet-1: Use IPRT for checksumming.
|
|
|
@10979
|
16 years |
vboxsync |
tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
|
|
|
@10978
|
16 years |
vboxsync |
tstIntNet-1,iprt: Use iprt/net in tstIntNet-1. Modified the …
|
|
|
@10965
|
16 years |
vboxsync |
intnet: build fix (RTNETIPV4 change).
|
|
|
@10961
|
16 years |
vboxsync |
intnet: Use iprt/net.h and share the network protocol structures and …
|
|
|
@10924
|
16 years |
vboxsync |
intnet: INTNET_OPEN_FLAGS_SECURITY_XOR_MASK -> …
|
|
|
@10923
|
16 years |
vboxsync |
intnet: MAC sharing under construction…
|
|
|
@10899
|
16 years |
vboxsync |
DrvIntNet: Missing key validation.
|
|
|
@10847
|
16 years |
vboxsync |
intnet: removed autoactivation of the interface on open.
|
|
|
@10846
|
16 years |
vboxsync |
intnet: removed autoactivation of the interface on open.
|
|
|
@10845
|
16 years |
vboxsync |
intnet: Don't yield on overflow if the interface is inactive.
|
|
|
@10843
|
16 years |
vboxsync |
intnet: Implemented activation on power on & resume, deactivation on …
|
|
|
@10819
|
16 years |
vboxsync |
intnet: Use the IPRT handle table, validate against the session when …
|
|
|
@10806
|
16 years |
vboxsync |
intnet: Push the session down to all the INTNETR0* apis.
|
|
|
@10764
|
16 years |
vboxsync |
The --network/-n option was missing.
|
|
|
@10763
|
16 years |
vboxsync |
logging changes.
|
|
|
@10762
|
16 years |
vboxsync |
Temporary hack for configuring HIF via the internal network name (call …
|
|
|
@10758
|
16 years |
vboxsync |
Use the pcap writers in DrvNetSniffer.
|
|
|
@10757
|
16 years |
vboxsync |
detect the DHCP reply and fail it we don't get one.
|
|
|
@10756
|
16 years |
vboxsync |
Made the DHCP DISCOVER request work and implemented writing of a pcap file.
|
|
|
@10755
|
16 years |
vboxsync |
Share the code writing the pcap files.
|
|
|
@10751
|
16 years |
vboxsync |
Implemented a send testcase.
|
|
|
@10748
|
16 years |
vboxsync |
SUPR0MemAlloc isn't clearing the memory it returns on darwin, work …
|
|
|
@10747
|
16 years |
vboxsync |
extending the testcase.
|
|
|
@10746
|
16 years |
vboxsync |
Added pSession argument to all the intnet request packets.
|
|
|
@10745
|
16 years |
vboxsync |
two fixes.
|
|
|
@10740
|
16 years |
vboxsync |
Reduced the force of the scheduling/yield hack and make it not apply …
|
|
|
@10739
|
16 years |
vboxsync |
Fixed a couple of pIfSender uses I had overlooked.
|
|
|
@10735
|
16 years |
vboxsync |
intnet: Fixed incorrect trunk switching, unless we know how is the …
|
|
|
@10734
|
16 years |
vboxsync |
intnet: Implemented intnetR0TrunkIfSend().
|
|
|
@10733
|
16 years |
vboxsync |
intnet: Converted the internal frame handling to use the …
|
|
|
@10711
|
16 years |
vboxsync |
intnet: trunk activation / deactivation (promisc mode).
|
|
|
@10681
|
16 years |
vboxsync |
intnet: More TrunkIf code.
|
|
|
@10677
|
16 years |
vboxsync |
Added INTNETTRUNKFACTORY::pfnRelease, dealth with a unload race …
|
|
|
@10663
|
16 years |
vboxsync |
Created tstIntNet-1 for checking that capturing an interface works on …
|
|
|
@10559
|
16 years |
vboxsync |
INTNET: sketched out the trunk create & connect code (disabled).
|
|
|
@10558
|
16 years |
vboxsync |
Create #3023 for the incorrect RTThreadWait timeouts.
|
|
|
@10557
|
16 years |
vboxsync |
INTNET: Hopefully sorted out a bunch of unsafe locking (handle usage …
|
|
|
@10551
|
16 years |
vboxsync |
more cosmetics / todos.
|
|
|
@10550
|
16 years |
vboxsync |
s/%Vrc/%Rrc/g
|
|
|
@10549
|
16 years |
vboxsync |
Fixed two completely nutty SUPR0ObjRelease where the spinlock was …
|
|
|
@10548
|
16 years |
vboxsync |
cosmetics
|
|
|
@10547
|
16 years |
vboxsync |
Don't release the network before unlink the interface, it must be the …
|
|
|
@10533
|
16 years |
vboxsync |
s/VBOX_\(SUCCESS|FAILURE\)/RT_\1/g
|
|
|
@10530
|
16 years |
vboxsync |
Implemented trunk and flag matching when opening a network.
|
|
|
@10524
|
16 years |
vboxsync |
Fixed the internal names.
|
|
|
@10485
|
16 years |
vboxsync |
inverted assertion. sorry.
|
|
|
@10451
|
16 years |
vboxsync |
Modified the INTNETR0Open interface and PDM driver configuration to …
|
|
|
@10222
|
16 years |
vboxsync |
Solaris vnicinit.sh: added error message.
|
|
|
@10076
|
16 years |
vboxsync |
We 'connect' to an internal network, not 'attach'. (Both terms was used.)
|
|
|
@10031
|
16 years |
vboxsync |
VBoxNetFlt - work in progress.
|
|
|
@10009
|
16 years |
vboxsync |
netsniffer: implemented missing config interface allow to sniffing …
|
|
|
@9694
|
17 years |
vboxsync |
typos.
|
|
|
@9598
|
17 years |
vboxsync |
Fixed hostif vnic script to work on newer and older nevada builds. …
|
|
|
@9594
|
17 years |
vboxsync |
If IntNet is used as a service (for lwIP) then taking it down on …
|
|
|
@9577
|
17 years |
vboxsync |
Oops.
|
|
|
@9576
|
17 years |
vboxsync |
Solaris hostif: some fixes to vnicinit script.
|
|
|
@9523
|
17 years |
vboxsync |
fixed default guest IP
|
|
|
@9472
|
17 years |
vboxsync |
NAT: fixed default guest IP address for port forwarding if the NAT …
|
|
|
@9336
|
17 years |
vboxsync |
oops, left at stdint.h include in there.
|
|
|
@9330
|
17 years |
vboxsync |
More PCI config register setters.
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9181
|
17 years |
vboxsync |
The assertion was valid, the orphaning means pNetwork == NULL.
|
|
|
@9180
|
17 years |
vboxsync |
intnet: don't crash when shutting down one of three VMs
|
|
|
@9150
|
17 years |
vboxsync |
fixed windows builds
|
|
|
@9144
|
17 years |
vboxsync |
NAT: fixed ARP for .2 and .3 if the guest IP range was changed
|
|
|
@9124
|
17 years |
vboxsync |
Cleanup of the Solaris 10 detection, reducing ifdef clutter in the C …
|
|
|
@9114
|
17 years |
vboxsync |
forgot this
|
|
|
@9113
|
17 years |
vboxsync |
fixed Solaris version detection
|
|
|
@9112
|
17 years |
vboxsync |
Hopefully working solaris 10 detection.
|
|
|
@9109
|
17 years |
vboxsync |
fix crash in slirp code if the wrong IP was released from DHCP (#2893)
|
|
|
@9087
|
17 years |
vboxsync |
Don't build TAP stuff on Solaris 10.
|
|
|
@8960
|
17 years |
vboxsync |
Hungarian.
|
|
|
@8892
|
17 years |
vboxsync |
Solaris hostif: Added awk check for changed dladm in OpenSolaris2008.05
|
|
|
@8773
|
17 years |
vboxsync |
Network\DrvTAPWin32.cpp -> Network\DrvTAPWin.cpp
|
|
|
@8715
|
17 years |
vboxsync |
Fix using several NAT adapters in a single VM.
|
|
|
@8613
|
17 years |
vboxsync |
Use TMTimerSetMillies.
|
|
|
@8610
|
17 years |
vboxsync |
PCNet: completed fix for broken hostif with certain guests. Make sure …
|
|
|
@8601
|
17 years |
vboxsync |
r=bird: Please rename the function pointers to g_pfnLibDlpi*.
|
|
|
@8599
|
17 years |
vboxsync |
PCNet: fix for broken hostif for with certain guests
|
|
|
@8597
|
17 years |
vboxsync |
Delete obsolete files for Crossbow.
|
|
|
@8571
|
17 years |
vboxsync |
Solaris hostif: Load libdlpi dynamically.
|
|
|
@8555
|
17 years |
vboxsync |
Solaris hostif: fixed vnic_init script for the changed vna.
|
|
|
@8404
|
17 years |
vboxsync |
fixed error message
|
|
|
@8378
|
17 years |
vboxsync |
cosmetical fix
|
|
|
@8358
|
17 years |
vboxsync |
only call slirp_set_ethaddr if we actually get a MAC
|
|
|
@8341
|
17 years |
vboxsync |
NAT: set the MAC address during power-on as well for static IP …
|
|
|