VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27468   15 years vboxsync NAT: clarification to byte order in ip_len check of original ip packet.
(edit) @27467   15 years vboxsync NAT: comment to ICMP find routine.
(edit) @27466   15 years vboxsync NAT: ICMP Solaris specific ip_len calculation was added.
(edit) @27457   15 years vboxsync NAT: disable too strict checks.
(edit) @27450   15 years vboxsync NAT: typo
(edit) @27448   15 years vboxsync NAT: one more m_inc() fix (just in case), and some cleanup. ripping …
(edit) @27447   15 years vboxsync NAT: ICMP sanity checks of matching ECHO-ECHOREPLY communication. mbuf …
(edit) @27443   15 years vboxsync NAT: paranoid check of mbuf incrementation.
(edit) @27441   15 years vboxsync NAT: check minimal size of ICMP header before type check.
(edit) @27417   15 years vboxsync NAT: ICMP checks minimal sizes of ICMP datagrams received from socket …
(edit) @27399   15 years vboxsync NAT: the 2-step ICMP read has been introduced. Mbuf destination …
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @26817   15 years vboxsync NAT: applied patch from xtracker 4710 (fix graceful connection …
(edit) @26676   15 years vboxsync Network/slirp: release log typo.
(edit) @26639   15 years vboxsync NAT: zone's used list should be freed only on master zone.
(edit) @26598   15 years vboxsync NAT: read no more than available space in the mbuf.
(edit) @26597   15 years vboxsync NAT: bsd mbuf synced with last changes in drvnat.
(edit) @26596   15 years vboxsync NAT: leak in BSD mbuf sync (#3993)
(edit) @26580   15 years vboxsync slirp_state.h: Use RTReqCall*.
(edit) @26574   15 years vboxsync Networking: Preparing to make the driver return a send buffer to the …
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26423   15 years vboxsync NAT: some fewer AssertRelease*
(edit) @26405   15 years vboxsync NAT: applied patch from xtracker 4671 (prevent release assertions when …
(edit) @26404   15 years vboxsync NAT: applied patch from xtracker 3993 (use BSD mbufs)
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @26037   15 years vboxsync NAT: xtracker 4630 (respect the bootp BROADCAST flags)
(edit) @25992   15 years vboxsync alias_nbt.c: isprint -> RT_C_IS_PRINT; fixes missing prototype warning …
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @25799   15 years vboxsync NAT: fixed recent regression (xtracker 4590) on non-Linux/non-Windows …
(edit) @25754   15 years vboxsync NAT: xtracker 4583: hopefully fix 100% CPU load with NAT under certain …
(edit) @25753   15 years vboxsync NAT: use CHECK_FD_SET for FD_CLOSE
(edit) @25752   15 years vboxsync NAT: bugfix for registering xfds_poll at poll()
(edit) @25750   15 years vboxsync NAT: Hrmpf
(edit) @25747   15 years vboxsync NAT: some cleanup, no semantics change
(edit) @25402   15 years vboxsync NAT: re-establish port-forwarding after savestate / restore state
(edit) @25375   15 years vboxsync warning
(edit) @25364   15 years vboxsync NAT: another close() => closesocket but this time in dead code
(edit) @25362   15 years vboxsync NAT: apply patch from xtracker 5434: update/create ARP cache entry on …
(edit) @25356   15 years vboxsync NAT: test for >= 0 is better here
(edit) @25353   15 years vboxsync NAT: libalias: consider '_' and '-' in host names (xtracker 4537); Sun …
(edit) @25352   15 years vboxsync NAT: no logging code if logging is disabled
(edit) @25301   15 years vboxsync NAT: removed annoying warnings
(edit) @25277   15 years vboxsync NAT: these two calls of activate_port_forwarding are now obsolete …
(edit) @25276   15 years vboxsync NAT: force re-activation of port forwarding on link down; coding …
(edit) @25266   15 years vboxsync NAT: build fixes
(edit) @25265   15 years vboxsync NAT: coding style
(edit) @25205   15 years vboxsync NAT: port-forwarding attempts to active itself till count of …
(edit) @25157   15 years vboxsync alias_db.c: consitency, use RTMemFree instead of free() on that so …
(edit) @25156   15 years vboxsync NAT: freeing allocated socket structure.
(edit) @25153   15 years vboxsync NAT: closing socket without confusing microsoft runtime libraries.
(edit) @25119   15 years vboxsync NAT: typo.
(edit) @25118   15 years vboxsync NAT: sockfd isn't used in VBOX.
(edit) @25067   15 years vboxsync NAT: disable mbuf water line control.
(edit) @24235   15 years vboxsync Missing kup file.
(edit) @24233   15 years vboxsync alias_ftp.c: Fixed iprt/ctype.h warnings.
(edit) @24232   15 years vboxsync alias_dns.c: Fixed iprt/ctype.h warnings.
(edit) @24223   15 years vboxsync alias_proxy.c: warnings caused by the iprt/ctype.h change
(edit) @24065   15 years vboxsync NAT: too noisy log.
(edit) @24064   15 years vboxsync NAT: too noisy log.
(edit) @24063   15 years vboxsync NAT: backed r53926
(edit) @24062   15 years vboxsync NAT: log too noisy.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23923   15 years vboxsync NAT: warning
(edit) @23497   15 years vboxsync NAT: DHCPRELEASE implementation.
(edit) @23496   15 years vboxsync NAT: DHCPDECLINE was added.
(edit) @23490   15 years vboxsync NAT: init mbuf header while initialization of mbuf_zone.
(edit) @23466   15 years vboxsync NAT: disable mbuf zone stats. TODO: make statistic in right way.
(edit) @23462   15 years vboxsync NAT: Big changeset: 1. mbuf_zone has been inroduced. 2. IPRT timers …
(edit) @23426   15 years vboxsync NAT: removes extra inclusion.
(edit) @23424   15 years vboxsync NAT: logs.
(edit) @23423   15 years vboxsync NAT: use rigth ioctl's return code.
(edit) @23377   15 years vboxsync NAT: signaled/signalled
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23242   15 years vboxsync NAT: right msize calculation.
(edit) @23241   15 years vboxsync NAT: do UDP/ICMP errno analisys.
(edit) @23240   15 years vboxsync NAT: update ip pointer on each m_cat.
(edit) @23202   15 years vboxsync NAT: don't hide bugs with extra sizes.
(edit) @23178   15 years vboxsync NAT: makes bsd mbufs buildable on Windows.
(edit) @23166   15 years vboxsync NAT: burn fix (typo).
(edit) @23165   15 years vboxsync NAT: missed header initialization.
(edit) @23164   15 years vboxsync NAT: Annoing logging.
(edit) @23163   15 years vboxsync NAT: introduces SlirpMTU extradata-parameter for altering slirp's mtu.
(edit) @23161   15 years vboxsync NAT: host resolver catch corrected
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23157   15 years vboxsync NAT: bsd mbuf and dnsproxy conflicts are resolved
(edit) @23155   15 years vboxsync NAT: alias_dns doesn't require dtom any more, update of corresponded …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @23141   15 years vboxsync NAT: clean non-SLIRP_SPLIT_CAN_OUTPUT code
(edit) @23135   15 years vboxsync NAT: tabs
(edit) @23007   15 years vboxsync NAT: don't alias fragments, do alias the big packet.
(edit) @23005   15 years vboxsync NAT: update rigth IP header while reassembling.
(edit) @23004   15 years vboxsync NAT: 1. don't load ioctlsocket with unintiolized values (SL fills it …
(edit) @22984   15 years vboxsync NAT: comment updated.
(edit) @22976   15 years vboxsync NAT: clarify why udp marked as "bad".
(edit) @22974   15 years vboxsync NAT: print ip_id of dropped packet.
(edit) @22973   15 years vboxsync NAT: set right label name in "commented out" code.
(edit) @22972   15 years vboxsync NAT: don't ignore ip's options while checksum
(edit) @22971   15 years vboxsync NAT: make udp fault more clear (excluding warns on success exit of …
(edit) @22946   15 years vboxsync NAT: don't hide errors
(edit) @22943   15 years vboxsync NAT: bsd mbuf changesest (misc.h)
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