VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37746   14 years vboxsync NAT/debug: %R[naipv4] -> %RTnaipv4 and &IP -> IP.
(edit) @37724   14 years vboxsync NAT: todo (logging)
(edit) @36943   14 years vboxsync NAT: correct ar_sha format in who-is requests initiated by Slirp.
(edit) @36901   14 years vboxsync NAT: Each service should use right ethernet address (see xTracker/5664)
(edit) @36410   14 years vboxsync slipr: %R[ether] -> %RTmac.
(edit) @36358   14 years vboxsync NAT/arp: typo (gramma).
(edit) @36353   14 years vboxsync NAT/arp: cosmetic. verfication of updating of pair moved to …
(edit) @36352   14 years vboxsync NAT: for gratuitous ARP processing pair ar_sip, ar_sha is used. NAT …
(edit) @36216   14 years vboxsync NAT: limitations, not required any more.
(edit) @35922   14 years vboxsync NAT: out-of-memory feedback (xTracker/5103)
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34235   14 years vboxsync NAT: fine-tuning of r66315
(edit) @34209   14 years vboxsync NAT: added 'info nat%d' handler
(edit) @34103   14 years vboxsync NAT: (debug) logging fixes
(edit) @34043   14 years vboxsync NAT: warning.
(edit) @34041   14 years vboxsync NAT: handling occasional mbuf chain transmission.
(edit) @34039   14 years vboxsync NAT: if_encap doesn't allocate intermediate buffer, IP-fragmentation …
(edit) @33978   14 years vboxsync NAT: log.
(edit) @33833   14 years vboxsync NAT: log as well when a port forwarding rule is removed
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @32846   14 years vboxsync NAT: properly close a socket if we've got POLLHUP
(edit) @32431   14 years vboxsync scm cleanup
(edit) @30421   15 years vboxsync NAT: small performance enhancement (allocate intermediate buffer only …
(edit) @30363   15 years vboxsync NAT: more comments + cosmetics
(edit) @30354   15 years vboxsync NAT: removed one goto from arp_input()
(edit) @30353   15 years vboxsync NAT: fixed m_freem() in arp_input()
(edit) @30350   15 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30045   15 years vboxsync NAT: BSD sbuf.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @29946   15 years vboxsync slirp.c/activate_port_forwarding: Must used LIST_FOREACH_SAFE when …
(edit) @29855   15 years vboxsync NAT: nits and a range fix
(edit) @29755   15 years vboxsync NAT: don't let register more than 4 nameservers. (vbox.org/4098)
(edit) @29656   15 years vboxsync NAT: reanable r61642.
(edit) @29506   15 years vboxsync NAT: backed r61642, pospone till 3.2.2.
(edit) @29505   15 years vboxsync NAT: update DNS internal cache on requests containing tag -'5' (dns …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28787   15 years vboxsync NAT: introduces management routines of NAT libalias core. (see …
(edit) @28502   15 years vboxsync NAT: correct handling end of zone's resources.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28397   15 years vboxsync dead code
(edit) @28365   15 years vboxsync NAT: unify slirp_init() and adapt the coding style of some …
(edit) @28346   15 years vboxsync NAT: do transprent proxying by default. some protocols might be …
(edit) @28173   15 years vboxsync NAT: warnings.
(edit) @28166   15 years vboxsync NAT: fixed polling of the ICMP socket reducing the ICMP latency
(edit) @28147   15 years vboxsync NAT: Fixed missing setting of time_fasttimo in ip_icmp.c. Removed …
(edit) @28146   15 years vboxsync NAT: Use poll/WSAWaitForMultipleEvents timeouts instead of timers.
(edit) @28141   15 years vboxsync slirp.c: Attempt at fixing #4811.
(edit) @28023   15 years vboxsync NAT: FD_CLOSE(win) and POLLHUB(Unix) events are processed in common …
(edit) @27986   15 years vboxsync NAT: r59685 relates to BSD mbufs.
(edit) @27981   15 years vboxsync NAT: reverted r59685 - intnet malfunctions
(edit) @27979   15 years vboxsync NAT: arp who hasn't altered current frame to begining of ARP header.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27848   15 years vboxsync NAT service: sync with changes in DrvNAT. NAT service is compilable …
(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) @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) @26404   15 years vboxsync NAT: applied patch from xtracker 3993 (use BSD mbufs)
(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) @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) @25362   15 years vboxsync NAT: apply patch from xtracker 5434: update/create ARP cache entry on …
(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) @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) @23462   15 years vboxsync NAT: Big changeset: 1. mbuf_zone has been inroduced. 2. IPRT timers …
(edit) @23369   15 years vboxsync NAT: small cosmetics, trailing spaces
(edit) @23164   15 years vboxsync NAT: Annoing logging.
(edit) @23163   15 years vboxsync NAT: introduces SlirpMTU extradata-parameter for altering slirp's mtu.
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22941   15 years vboxsync NAT: BSD mbuf related changeset + (slirp.c, ip_output).
(edit) @22873   15 years vboxsync NAT: stdio -> IPRT/fileio
(edit) @22857   15 years vboxsync NAT: dns_alias loading/unloading.
(edit) @22856   15 years vboxsync NAT: backed r52078 (slirp.c only)
(edit) @22843   15 years vboxsync NAT: using host resolver instead of dnsproxy.
(edit) @22674   15 years vboxsync NAT: mistype.
(edit) @22672   15 years vboxsync NAT: typo.
(edit) @22671   15 years vboxsync NAT: warnings.
(edit) @22664   15 years vboxsync NAT: hide away dhcp internals, adds helper lookups functions
(edit) @22597   15 years vboxsync NAT: return back do per slirp_input check. Gratuitous ARP might be …
(edit) @22576   15 years vboxsync NAT: logging, warnings
(edit) @22543   15 years vboxsync NAT: up port-forwarding on address asignment (grateous ARP) or on …
(edit) @22542   15 years vboxsync NAT: typo
(edit) @22541   15 years vboxsync NAT: some order in ARP cache managment + gratuitous ARP request handling
(edit) @22505   15 years vboxsync NAT: missed m_free
(edit) @22501   15 years vboxsync slirp.c: weird character
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