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) @35924   14 years vboxsync NAT: udp's part of r69951.
(edit) @35923   14 years vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @35922   14 years vboxsync NAT: out-of-memory feedback (xTracker/5103)
(edit) @35861   14 years vboxsync NAT/misc: debug assertion for me.
(edit) @35860   14 years vboxsync NAT/tcp: similar to r69862 case on tcp.
(edit) @35859   14 years vboxsync NAT/udp: free after icmp_error call.
(edit) @35826   14 years vboxsync NAT/udp/socket: let's NAT send bodyless packets without annoying of …
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35163   14 years vboxsync gcc 4.2.1 OS X warnings
(edit) @34305   14 years vboxsync NAT: routines printing TCB and TCP segment.
(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) @34087   14 years vboxsync NAT: typo.
(edit) @34043   14 years vboxsync NAT: warning.
(edit) @34042   14 years vboxsync NAT: warning.
(edit) @34041   14 years vboxsync NAT: handling occasional mbuf chain transmission.
(edit) @34040   14 years vboxsync NAT: more asserts.
(edit) @34039   14 years vboxsync NAT: if_encap doesn't allocate intermediate buffer, IP-fragmentation …
(edit) @34038   14 years vboxsync NAT:UDP: fetch as much as possible at once and compose mbuf chain if …
(edit) @34037   14 years vboxsync NAT:IP: fragmentation of mbuf chain.
(edit) @34036   14 years vboxsync NAT: help routine.
(edit) @34034   14 years vboxsync NAT: use right mbuf lenght calculation.
(edit) @33978   14 years vboxsync NAT: log.
(edit) @33957   14 years vboxsync NAT/libalias: cosmetic.
(edit) @33955   14 years vboxsync NAT: log.
(edit) @33954   14 years vboxsync NAT: log too noise (vbox/#7714).
(edit) @33953   14 years vboxsync NAT/libalias: fixes issue with wrong type of query header in DNS …
(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) @33676   14 years vboxsync scm cleanup run.
(edit) @33145   14 years vboxsync NAT: releasing of temporal buffer.
(edit) @32846   14 years vboxsync NAT: properly close a socket if we've got POLLHUP
(edit) @32839   14 years vboxsync NAT: fixed STAM typo
(edit) @32747   14 years vboxsync NAT: reduces responsibility of DHCP server about validness of TFTP …
(edit) @32745   14 years vboxsync NAT: Don't let exceed the bounds of mbuf selecting corresponding mbuf zone.
(edit) @32744   14 years vboxsync NAT: don't mix ether header lenght with free space calculation.
(edit) @32431   14 years vboxsync scm cleanup
(edit) @31097   15 years vboxsync RT_LIKELY misusage
(edit) @30921   15 years vboxsync NAT/hostresolver: trim ending dots confusing host resolver.
(edit) @30920   15 years vboxsync NAT: don't pass empty DNS server list to guest.
(edit) @30426   15 years vboxsync NAT: small performance enhancement. (allocate mbuf if it's required).
(edit) @30425   15 years vboxsync NAT: m_free -> m_freem.
(edit) @30421   15 years vboxsync NAT: small performance enhancement (allocate intermediate buffer only …
(edit) @30415   15 years vboxsync NAT: comments
(edit) @30404   15 years vboxsync NAT: fixed RTMemFree condition
(edit) @30402   15 years vboxsync NAT: missed m_freem calls right after icmp_error (see …
(edit) @30401   15 years vboxsync NAT: assign m_so before icmp_attach.
(edit) @30400   15 years vboxsync NAT: adds freeing of intermediate buffer.
(edit) @30399   15 years vboxsync NAT: icmp_input releasing mbuf and intermediate buffer.
(edit) @30370   15 years vboxsync NAT: comments
(edit) @30366   15 years vboxsync use m_freem() here as well
(edit) @30363   15 years vboxsync NAT: more comments + cosmetics
(edit) @30361   15 years vboxsync NAT: icmp_input copy src mbuf and compose new one to deliver.
(edit) @30355   15 years vboxsync NAT: 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) @30352   15 years vboxsync NAT: comments
(edit) @30351   15 years vboxsync NAT: increases jumbo16 zone. TSO/SGO heavily uses jumbo16 in case of …
(edit) @30350   15 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30218   15 years vboxsync slirp: VCC100 errno adj.
(edit) @30047   15 years vboxsync NAT: typo.
(edit) @30045   15 years vboxsync NAT: BSD sbuf.
(edit) @30018   15 years vboxsync NAT: initial contribution of FreeBSD 7.2 sbufs.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29968   15 years vboxsync NAT: do dns proxy , if the mode is enabled.
(edit) @29967   15 years vboxsync NAT: enables selecting right transaction id for dns query (fixes …
(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) @29050   15 years vboxsync NAT: reserves space for ether header before any manipulation with mbuf.
(edit) @28807   15 years vboxsync NAT: logs too noisy.
(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) @28542   15 years vboxsync NAT: typo.
(edit) @28522   15 years vboxsync NAT: logs l3->l2.
(edit) @28520   15 years vboxsync NAT: destructor and fini hooks are called from slirp_uma_free. …
(edit) @28510   15 years vboxsync refined r60215
(edit) @28502   15 years vboxsync NAT: correct handling end of zone's resources.
(edit) @28501   15 years vboxsync NAT: missed (m_free -> m_freem).
(edit) @28494   15 years vboxsync NAT: correctly returns null values to DrvNAT in case zone has run out …
(edit) @28490   15 years vboxsync NAT: don't call constructor on null buffer.
(edit) @28483   15 years vboxsync NAT: nuke dead code.
(edit) @28482   15 years vboxsync NAT: nuke dead code.
(edit) @28480   15 years vboxsync NAT: nuke dead code.
(edit) @28450   15 years vboxsync addendum to r60221.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28445   15 years vboxsync NAT: udp.c assertion is corrected and similar check added into …
(edit) @28444   15 years vboxsync NAT: tcp_close filter out listening sockets while freeing socket …
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @28440   15 years vboxsync NAT: a few warnings and one goto
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28397   15 years vboxsync dead code
(edit) @28394   15 years vboxsync NAT: paranoid border check.
(edit) @28391   15 years vboxsync NAT: warnings.
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