|
|
@26309
|
15 years |
vboxsync |
alignment
|
|
|
@26307
|
15 years |
vboxsync |
e1000: alignment
|
|
|
@26306
|
15 years |
vboxsync |
pcnet: alignment.
|
|
|
@26305
|
15 years |
vboxsync |
pdmnetif.h & users: sketched out a new interface that is intended to …
|
|
|
@26300
|
15 years |
vboxsync |
pdmifs.h: Moved the network interfaces to a separate header called …
|
|
|
@26296
|
15 years |
vboxsync |
more warnings.
|
|
|
@26287
|
15 years |
vboxsync |
DrvNAT: poll taks an int timeout.
|
|
|
@26180
|
15 years |
vboxsync |
*: The rest of the %V* format specifiers are history.
|
|
|
@26177
|
15 years |
vboxsync |
*: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26166
|
15 years |
vboxsync |
PDM: s/szDriverName/szName/g - PDMDRVREG.
|
|
|
@26165
|
15 years |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26160
|
15 years |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26157
|
15 years |
vboxsync |
PDMDEVHLPR3 cleanup; reduced the number of strict functions.
|
|
|
@26137
|
15 years |
vboxsync |
PDM: Added PDMIBASERC and PDMIBASER0.
|
|
|
@26135
|
15 years |
vboxsync |
typo.
|
|
|
@26055
|
15 years |
vboxsync |
#4610: virtio-net: changed out-of-range read handling to return …
|
|
|
@26037
|
15 years |
vboxsync |
NAT: xtracker 4630 (respect the bootp BROADCAST flags)
|
|
|
@26029
|
15 years |
vboxsync |
#4610: virtio-net: fixed handling for port writes beyond the valid range.
|
|
|
@26001
|
15 years |
vboxsync |
PDM,*: Redid the PDM structure versions. Check the instance and helper …
|
|
|
@25993
|
15 years |
vboxsync |
DrvIntNet.cpp: Preparing for R0/RC.
|
|
|
@25992
|
15 years |
vboxsync |
alias_nbt.c: isprint -> RT_C_IS_PRINT; fixes missing prototype warning …
|
|
|
@25986
|
15 years |
vboxsync |
pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
|
|
|
@25985
|
15 years |
vboxsync |
pdmifs.h: the final batch of refactored interface ID code.
|
|
|
@25984
|
15 years |
vboxsync |
pdmifs.h: the penultimate batch of refactored interface ID code.
|
|
|
@25981
|
15 years |
vboxsync |
pdmifs.h: yet another batch of refactored interface ID code.
|
|
|
@25966
|
15 years |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25955
|
15 years |
vboxsync |
#4610: virtio-net: fixed handling for port reads beyond the valid range.
|
|
|
@25893
|
15 years |
vboxsync |
PDMDrv,*: multi context drivers, part 2.
|
|
|
@25891
|
15 years |
vboxsync |
PDMDrv,*: multi context drivers, part 1.
|
|
|
@25876
|
15 years |
vboxsync |
e1000: Revised EERD patch applied (http://www.virtualbox.org/ticket/6008)
|
|
|
@25830
|
15 years |
vboxsync |
#3987: Virtio minor cs optimizations + timer stats.
|
|
|
@25823
|
15 years |
vboxsync |
Devices: more -Wshadow
|
|
|
@25822
|
15 years |
vboxsync |
NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh …
|
|
|
@25799
|
15 years |
vboxsync |
NAT: fixed recent regression (xtracker 4590) on non-Linux/non-Windows …
|
|
|
@25790
|
15 years |
vboxsync |
Devices: -Wshadow
|
|
|
@25780
|
15 years |
vboxsync |
Misc: -Wshadow warnings.
|
|
|
@25754
|
15 years |
vboxsync |
NAT: xtracker 4583: hopefully fix 100% CPU load with NAT under certain …
|
|
|
@25753
|
15 years |
vboxsync |
NAT: use CHECK_FD_SET for FD_CLOSE
|
|
|
@25752
|
15 years |
vboxsync |
NAT: bugfix for registering xfds_poll at poll()
|
|
|
@25750
|
15 years |
vboxsync |
NAT: Hrmpf
|
|
|
@25747
|
15 years |
vboxsync |
NAT: some cleanup, no semantics change
|
|
|
@25732
|
15 years |
vboxsync |
PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
|
|
|
@25728
|
15 years |
vboxsync |
*: Use RTMSINTERVAL for timeouts.
|
|
|
@25402
|
15 years |
vboxsync |
NAT: re-establish port-forwarding after savestate / restore state
|
|
|
@25375
|
15 years |
vboxsync |
warning
|
|
|
@25364
|
15 years |
vboxsync |
NAT: another close() => closesocket but this time in dead code
|
|
|
@25362
|
15 years |
vboxsync |
NAT: apply patch from xtracker 5434: update/create ARP cache entry on …
|
|
|
@25356
|
15 years |
vboxsync |
NAT: test for >= 0 is better here
|
|
|
@25353
|
15 years |
vboxsync |
NAT: libalias: consider '_' and '-' in host names (xtracker 4537); Sun …
|
|
|
@25352
|
15 years |
vboxsync |
NAT: no logging code if logging is disabled
|
|
|
@25339
|
15 years |
vboxsync |
SrvIntNetR0.cpp: removed leftover.
|
|
|
@25336
|
15 years |
vboxsync |
HostDrivers,SrvIntNetR0,iprt/ntwrap.mac: Removed all the …
|
|
|
@25301
|
15 years |
vboxsync |
NAT: removed annoying warnings
|
|
|
@25277
|
15 years |
vboxsync |
NAT: these two calls of activate_port_forwarding are now obsolete …
|
|
|
@25276
|
15 years |
vboxsync |
NAT: force re-activation of port forwarding on link down; coding …
|
|
|
@25266
|
15 years |
vboxsync |
NAT: build fixes
|
|
|
@25265
|
15 years |
vboxsync |
NAT: coding style
|
|
|
@25205
|
15 years |
vboxsync |
NAT: port-forwarding attempts to active itself till count of …
|
|
|
@25169
|
15 years |
vboxsync |
virtio-net: don't crash if the guest is trying to send but the adapter …
|
|
|
@25158
|
15 years |
vboxsync |
#4507: Virtio: csRx removed, cs moved out of GC.
|
|
|
@25157
|
15 years |
vboxsync |
alias_db.c: consitency, use RTMemFree instead of free() on that so …
|
|
|
@25156
|
15 years |
vboxsync |
NAT: freeing allocated socket structure.
|
|
|
@25153
|
15 years |
vboxsync |
NAT: closing socket without confusing microsoft runtime libraries.
|
|
|
@25148
|
15 years |
vboxsync |
#3987: Virtio: Fixed the race for TX queue notification state.
|
|
|
@25130
|
15 years |
vboxsync |
NAT: unconditional signal.
|
|
|
@25125
|
15 years |
vboxsync |
NAT: backed out r55479.
|
|
|
@25119
|
15 years |
vboxsync |
NAT: typo.
|
|
|
@25118
|
15 years |
vboxsync |
NAT: sockfd isn't used in VBOX.
|
|
|
@25111
|
15 years |
vboxsync |
NAT: Assert Release -> Debug
|
|
|
@25110
|
15 years |
vboxsync |
NAT: critical sections introduced. preventing signaling non-waiting …
|
|
|
@25067
|
15 years |
vboxsync |
NAT: disable mbuf water line control.
|
|
|
@24982
|
15 years |
vboxsync |
Compile fix
|
|
|
@24880
|
15 years |
vboxsync |
pcnetLiveExec: wrong return value.
|
|
|
@24853
|
15 years |
vboxsync |
gcc warnings
|
|
|
@24834
|
15 years |
vboxsync |
#3987: Virtio: Split DevVirtioNet.cpp into three files.
|
|
|
@24757
|
15 years |
vboxsync |
#3987: Virtio: Control queue implementation and address filtering.
|
|
|
@24712
|
15 years |
vboxsync |
#3987: Virtio: Drop packets if VM is not running or cable is disconnected.
|
|
|
@24705
|
15 years |
vboxsync |
#3987: Virtio: Got rid of indirect function calls (expect …
|
|
|
@24652
|
15 years |
vboxsync |
32-bit build fix
|
|
|
@24641
|
15 years |
vboxsync |
#3987: Virtio: TX delay timer for batching, fixed assertion on state …
|
|
|
@24636
|
15 years |
vboxsync |
Moved slirp_ext_m_free up a bit in drvNATUrgRecvWorker
|
|
|
@24635
|
15 years |
vboxsync |
slirp_urg_output: increase packet counter after possible failure returns
|
|
|
@24623
|
15 years |
vboxsync |
Virtio: small optimization (static TX buffer)
|
|
|
@24616
|
15 years |
vboxsync |
#3987: Virtio: Applied Frank's GC patch and made debug build work as well.
|
|
|
@24611
|
15 years |
vboxsync |
VirtIO-net: update the counters
|
|
|
@24533
|
15 years |
vboxsync |
#4410: Drop incoming packets in E1000 if VM is not running.
|
|
|
@24470
|
15 years |
vboxsync |
#3987: Virtio: Fixed the status reporting required by recent kernels …
|
|
|
@24455
|
15 years |
vboxsync |
PCNet: drop RX packets if the link is down
|
|
|
@24430
|
15 years |
vboxsync |
E1000: forward-port of r54484 from 3.0 to HEAD
|
|
|
@24285
|
15 years |
vboxsync |
DrvNetSniffer: fixed cMaxInstances; append the instance number to the …
|
|
|
@24265
|
15 years |
vboxsync |
Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
|
|
|
@24235
|
15 years |
vboxsync |
Missing kup file.
|
|
|
@24233
|
15 years |
vboxsync |
alias_ftp.c: Fixed iprt/ctype.h warnings.
|
|
|
@24232
|
15 years |
vboxsync |
alias_dns.c: Fixed iprt/ctype.h warnings.
|
|
|
@24223
|
15 years |
vboxsync |
alias_proxy.c: warnings caused by the iprt/ctype.h change
|
|
|
@24191
|
15 years |
vboxsync |
Main,Misc Devices: _LS VMSTATEs.
|
|
|
@24120
|
15 years |
vboxsync |
#3987: Virtio: Save/restore state.
|
|
|
@24065
|
15 years |
vboxsync |
NAT: too noisy log.
|
|
|
@24064
|
15 years |
vboxsync |
NAT: too noisy log.
|
|
|