VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40048   13 years vboxsync NAT: ICMP: logs (replacement custom IP address printing with %RTnaip4).
(edit) @39409   13 years vboxsync NAT: warnings + NAT/netservice fixes.
(edit) @39101   13 years vboxsync NAT: warnings.
(edit) @39085   13 years vboxsync NAT: warnings.
(edit) @39024   13 years vboxsync NAT: warnings.
(edit) @38971   13 years vboxsync NAT: configuration of limit of ICMP cache and moving icmp finilization …
(edit) @38968   13 years vboxsync NAT: replacement of in-place icmp depth calculation with reference …
(edit) @38927   13 years vboxsync NAT: Don't let ICMP cache to grow without limitations.
(edit) @37936   13 years vboxsync NAT: logs.
(edit) @37908   13 years vboxsync NAT: return mtod pointer to ip header after icmp header begining …
(edit) @37746   13 years vboxsync NAT/debug: %R[naipv4] -> %RTnaipv4 and &IP -> IP.
(edit) @37724   13 years vboxsync NAT: todo (logging)
(edit) @35925   14 years vboxsync NAT: icmp_error frees mbuf at the end of processing.
(edit) @35923   14 years vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @34103   14 years vboxsync NAT: (debug) logging fixes
(edit) @33978   14 years vboxsync NAT: log.
(edit) @33955   14 years vboxsync NAT: log.
(edit) @33954   14 years vboxsync NAT: log too noise (vbox/#7714).
(edit) @30415   14 years vboxsync NAT: comments
(edit) @30404   14 years vboxsync NAT: fixed RTMemFree condition
(edit) @30401   14 years vboxsync NAT: assign m_so before icmp_attach.
(edit) @30400   14 years vboxsync NAT: adds freeing of intermediate buffer.
(edit) @30399   14 years vboxsync NAT: icmp_input releasing mbuf and intermediate buffer.
(edit) @30366   14 years vboxsync use m_freem() here as well
(edit) @30363   14 years vboxsync NAT: more comments + cosmetics
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(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) @28167   15 years vboxsync NAT: removes arming fast tcp timer to poll ICMP socket.
(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) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27764   15 years vboxsync NAT: on succesful sent of ICMP packet to the ICMP raw socket, charge …
(edit) @27467   15 years vboxsync NAT: comment to ICMP find routine.
(edit) @27448   15 years vboxsync NAT: one more m_inc() fix (just in case), and some cleanup. ripping …
(edit) @26676   15 years vboxsync Network/slirp: release log typo.
(edit) @26574   15 years vboxsync Networking: Preparing to make the driver return a send buffer to the …
(edit) @26405   15 years vboxsync NAT: applied patch from xtracker 4671 (prevent release assertions when …
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @25265   15 years vboxsync NAT: coding style
(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) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @22897   15 years vboxsync NAT: BSD mbufs related changeset. (icmp)
(edit) @22576   15 years vboxsync NAT: logging, warnings
(edit) @21996   15 years vboxsync icmp_error: don't crash when msrc is NULL (debug builds only).
(edit) @21865   15 years vboxsync NAT: disable libalias debug functions in release builds
(edit) @21385   15 years vboxsync NAT: incorrect m_adj usage
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20959   15 years vboxsync NAT: remove (and enable) VBOX_WITH_MULTI_DNS and …
(edit) @20257   16 years vboxsync minor compiler warnings
(edit) @19857   16 years vboxsync NAT: remove assertion
(edit) @19839   16 years vboxsync NAT: Slirp don't use ether address of guest anymore instead it …
(edit) @19313   16 years vboxsync NAT: slirp servicing several guests
(edit) @18902   16 years vboxsync NAT: removed VBOX_WITH_SIMPLIFIED_SLIRP_SYNC as the poller API was …
(edit) @17222   16 years vboxsync NAT: Multi DNS takes DNS servers IP addresses only from UP interfaces
(edit) @17191   16 years vboxsync spaces
(edit) @17151   16 years vboxsync NAT: ICMP logging
(edit) @17145   16 years vboxsync NAT: preventing attempt of double ICMP packet sends, causing crash.
(edit) @16653   16 years vboxsync NAT: fixed memmory corruption in new Unix multiplexing mechanism
(edit) @16614   16 years vboxsync NAT:ICMP socket non-blocking
(edit) @16293   16 years vboxsync NAT:ICMP: fixed the crash in case of communication via ICMP socket.
(edit) @16226   16 years vboxsync NAT: 1. DNS several DNS servers could be passed to guest now (with …
(edit) @15890   16 years vboxsync NAT: 1. wo sync enhancement branch is still functional (was corrupted …
(edit) @15791   16 years vboxsync NAT: malloc/free/realloc/strdup => iprt functions; fixed …
(edit) @15676   16 years vboxsync slirp:typo
(edit) @15672   16 years vboxsync slirp:makes icmp support unaware of synchronization method on Windows …
(edit) @15636   16 years vboxsync slirp:icmp: Get rid of old ICMP implementation
(edit) @15522   16 years vboxsync tabs
(edit) @15521   16 years vboxsync slirp:icmp: handling the situation when we're unable open raw socket.
(edit) @15481   16 years vboxsync slirp:icmp: relese too noisy
(edit) @15479   16 years vboxsync slirp: warnings
(edit) @15471   16 years vboxsync NAT: don't try to send an ICMP package if ICMP is not available
(edit) @15457   16 years vboxsync slirp-icmp: wrong var
(edit) @15444   16 years vboxsync slirp:icmp: correct type
(edit) @15443   16 years vboxsync slirp:icmp: Fix of ttl setting on Darwin
(edit) @15407   16 years vboxsync slirp:icmp: revert 40841
(edit) @15393   16 years vboxsync slirp:icmp: move debuging in more correct and safier way
(edit) @15387   16 years vboxsync slirp:icmp: uninitialized
(edit) @15379   16 years vboxsync slirp:icmp: initialization of unitialized variables
(edit) @15365   16 years vboxsync slirp:icmp: 1. trying to socket list for traceroute searching shorter …
(edit) @15355   16 years vboxsync slirp:icmp: enabling UDP traceroute on Unix
(edit) @15312   16 years vboxsync icmp:slirp: correcting switch
(edit) @15293   16 years vboxsync slirp: style + comments
(edit) @15241   16 years vboxsync slirp:icmp: Vista fix (according the forums) IcmpSendEchoes require …
(edit) @15233   16 years vboxsync slirp:icmp: ICMP socket creation for Darwin
(edit) @15230   16 years vboxsync slirp:icmp: look up over sockets, for trace route scenario
(edit) @15222   16 years vboxsync slirp: fix burns
(edit) @15219   16 years vboxsync slirp:ICMP: local host ping works now
(edit) @15201   16 years vboxsync slirp:icmp: ICM socket is out of udp socket queue now. Unix hangs …
(edit) @15194   16 years vboxsync Slirp:ICMP: Proper shutdowning of ICMP raw socket on Unix and ICMP …
(edit) @15190   16 years vboxsync Slirp:ICMP: Attempt to enable traceroute scenario on Windows with …
(edit) @15149   16 years vboxsync slirp:icmp: set of hacks over Win ICMP Api introduced 1. guest address …
(edit) @15143   16 years vboxsync slirp:ICMP send of icmp packet happens (wireshark for detection)
(edit) @15139   16 years vboxsync slirp: typo
(edit) @15138   16 years vboxsync slirp: error handling; typos
(edit) @15136   16 years vboxsync slirp: compilable, and error messaging unified
(edit) @15133   16 years vboxsync slirp: style
(edit) @15112   16 years vboxsync Dynamic detection of IcmpParceReplies function according MSDN …
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