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) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63459   8 years vboxsync gcc 6 compile fixes
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @63012   8 years vboxsync slirp: warnings
(edit) @62511   8 years vboxsync (C) 2016
(edit) @58077   9 years vboxsync Network/slirp: LogRel nits.
(edit) @57448   9 years vboxsync NAT: fix debug log - print IP address, not a pointer to it, and …
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @55856   10 years vboxsync NAT: centralize allocation/deletion of icmp_msg so that book-keeping …
(edit) @53776   10 years vboxsync NAT: Make it possible to use privileged helper to obtain raw ICMP …
(edit) @53399   10 years vboxsync NAT: new Windows ping proxy that is not limited to just one …
(edit) @53309   10 years vboxsync NAT: don't create contiguous copy of all large ICMP datagrams, only do …
(edit) @53303   10 years vboxsync NAT: set icmp type (to echo reply) using mbuf api when we reply to …
(edit) @53298   10 years vboxsync NAT: Start untangling Windows ICMP API code out of ip_icmp.c. Add new …
(edit) @53292   10 years vboxsync NAT: Don't retrieve the address of GetAdaptersAddresses() in …
(edit) @50986   11 years vboxsync NAT: Update function comment for icmp_error to reflect r93155 (it was …
(edit) @50980   11 years vboxsync NAT: Rewrite icmp_error(). r91460 messed it up and all that jerking …
(edit) @50136   11 years vboxsync tabs
(edit) @50134   11 years vboxsync ip_icmp.c: drops ICMP_MAXDATALEN, M_TRAILINGSPACE is used instead of it.
(edit) @50015   11 years vboxsync NAT/ip_icmp.c: icmp_error: addss assert statements of correct calculations.
(edit) @50014   11 years vboxsync NAT:ip_icmp.c:icmp_error skip aliasing of ICMP datagram.
(edit) @50013   11 years vboxsync NAT/ip_icmp.c: 1. ICMP error send in mbuf allocated from mbuf_zone …
(edit) @50012   11 years vboxsync NAT/ip_icmp.c: typo. freeing of non-null source mbuf.
(edit) @47506   11 years vboxsync NAT: Drop oversized frames coming from guest (#6821)
(edit) @46593   11 years vboxsync updates
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43979   12 years vboxsync NAT: ICMP ECHO to built-in services.
(edit) @40582   13 years vboxsync NAT: ICMP in some cases NAT engine can't determinate where from …
(edit) @40423   13 years vboxsync NAT: warnings [-Wunused-macros]
(edit) @40421   13 years vboxsync NAT: warnings [-Wunused-but-set-variable]
(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
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