|
|
@27718
|
15 years |
vboxsync |
DrvIntNet: fixed destructor if constructor failed
|
|
|
@27573
|
15 years |
vboxsync |
NAT: cosmetics; refined comments
|
|
|
@27571
|
15 years |
vboxsync |
NAT: some spaces
|
|
|
@27569
|
15 years |
vboxsync |
NAT: bsd mbuf releasing of zones is corrected.
|
|
|
@27568
|
15 years |
vboxsync |
NAT: ICMP Darwin specifics. Darwin reports IP in host format and …
|
|
|
@27565
|
15 years |
vboxsync |
DrvNAT.cpp: Fixed cleanup bug in drvNATDestruct where it would crash …
|
|
|
@27468
|
15 years |
vboxsync |
NAT: clarification to byte order in ip_len check of original ip packet.
|
|
|
@27467
|
15 years |
vboxsync |
NAT: comment to ICMP find routine.
|
|
|
@27466
|
15 years |
vboxsync |
NAT: ICMP Solaris specific ip_len calculation was added.
|
|
|
@27457
|
15 years |
vboxsync |
NAT: disable too strict checks.
|
|
|
@27450
|
15 years |
vboxsync |
NAT: typo
|
|
|
@27448
|
15 years |
vboxsync |
NAT: one more m_inc() fix (just in case), and some cleanup. ripping …
|
|
|
@27447
|
15 years |
vboxsync |
NAT: ICMP sanity checks of matching ECHO-ECHOREPLY communication. mbuf …
|
|
|
@27443
|
15 years |
vboxsync |
NAT: paranoid check of mbuf incrementation.
|
|
|
@27441
|
15 years |
vboxsync |
NAT: check minimal size of ICMP header before type check.
|
|
|
@27417
|
15 years |
vboxsync |
NAT: ICMP checks minimal sizes of ICMP datagrams received from socket …
|
|
|
@27399
|
15 years |
vboxsync |
NAT: the 2-step ICMP read has been introduced. Mbuf destination …
|
|
|
@27298
|
15 years |
vboxsync |
e1000: A fix for regression caused by r58311.
|
|
|
@27129
|
15 years |
vboxsync |
scm cleaned up some whitespace.
|
|
|
@27002
|
15 years |
vboxsync |
e1000: A workaround for Windows lockups on link status interrupt.
|
|
|
@26932
|
15 years |
vboxsync |
virtio-net: alignment
|
|
|
@26817
|
15 years |
vboxsync |
NAT: applied patch from xtracker 4710 (fix graceful connection …
|
|
|
@26676
|
15 years |
vboxsync |
Network/slirp: release log typo.
|
|
|
@26639
|
15 years |
vboxsync |
NAT: zone's used list should be freed only on master zone.
|
|
|
@26598
|
15 years |
vboxsync |
NAT: read no more than available space in the mbuf.
|
|
|
@26597
|
15 years |
vboxsync |
NAT: bsd mbuf synced with last changes in drvnat.
|
|
|
@26596
|
15 years |
vboxsync |
NAT: leak in BSD mbuf sync (#3993)
|
|
|
@26580
|
15 years |
vboxsync |
slirp_state.h: Use RTReqCall*.
|
|
|
@26576
|
15 years |
vboxsync |
SrvIntNetR0.cpp: gcc maybe used uninitialized.
|
|
|
@26574
|
15 years |
vboxsync |
Networking: Preparing to make the driver return a send buffer to the …
|
|
|
@26517
|
15 years |
vboxsync |
*: RTGetOpt cleanup related to --help and --version (now standard …
|
|
|
@26495
|
15 years |
vboxsync |
Devices: whitespace cleanup
|
|
|
@26423
|
15 years |
vboxsync |
NAT: some fewer AssertRelease*
|
|
|
@26408
|
15 years |
vboxsync |
e1000: Improved Ethernet address and link status reporting.
|
|
|
@26405
|
15 years |
vboxsync |
NAT: applied patch from xtracker 4671 (prevent release assertions when …
|
|
|
@26404
|
15 years |
vboxsync |
NAT: applied patch from xtracker 3993 (use BSD mbufs)
|
|
|
@26310
|
15 years |
vboxsync |
e1000: Mega-patch to bring up the link in OSX.
|
|
|
@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.
|
|
|