<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet/libalias/alias.c, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-11-04T13:30:32Z</updated>
<entry>
<title>MFC: r198539</title>
<updated>2009-11-04T13:30:32Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2009-11-04T13:30:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4f93c10753016fa048f5035f5a5838fc64743a7'/>
<id>urn:sha1:a4f93c10753016fa048f5035f5a5838fc64743a7</id>
<content type='text'>
Close a stream file descriptor leak.
</content>
</entry>
<entry>
<title>What's the point of adjusting a checksum if we are going to toss the</title>
<updated>2009-04-11T15:26:31Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2009-04-11T15:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50d25dda1b08a57e63d3133070cfec6d0efdcfd2'/>
<id>urn:sha1:50d25dda1b08a57e63d3133070cfec6d0efdcfd2</id>
<content type='text'>
packet? Anticipate the check/return code.
</content>
</entry>
<entry>
<title>Plug two bugs introduced with modules conversion:</title>
<updated>2009-04-11T15:19:09Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2009-04-11T15:19:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea80b0ac039be76520bfd2a5be9527a4dc68f0d8'/>
<id>urn:sha1:ea80b0ac039be76520bfd2a5be9527a4dc68f0d8</id>
<content type='text'>
-UdpAliasIn(): correctly check return code after modules ran.
-alias_nbt: in case of malformed packets (or some other unrecoverable
 error), toss the packet.
</content>
</entry>
<entry>
<title>Remove stale comments.</title>
<updated>2009-04-11T15:05:19Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2009-04-11T15:05:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1cd68a24c7cf0843061a80657d6916c3ce0b62ad'/>
<id>urn:sha1:1cd68a24c7cf0843061a80657d6916c3ce0b62ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add SCTP NAT support.</title>
<updated>2009-02-07T18:49:42Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2009-02-07T18:49:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37ce2656ecc485e9a38169c72d1a64a00f6beb6d'/>
<id>urn:sha1:37ce2656ecc485e9a38169c72d1a64a00f6beb6d</id>
<content type='text'>
Submitted by: CAIA (http://caia.swin.edu.au)
</content>
</entry>
<entry>
<title>Implement UDP transparent proxy support.</title>
<updated>2008-06-21T20:18:57Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2008-06-21T20:18:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea29dd924141d72a417d3eb3d1efb71849bc6440'/>
<id>urn:sha1:ea29dd924141d72a417d3eb3d1efb71849bc6440</id>
<content type='text'>
PR:		bin/54274
Submitted by:	Nicolai Petri &lt;nicolai@petri.cc&gt;
</content>
</entry>
<entry>
<title>Make m_megapullup() more intelligent:</title>
<updated>2008-06-01T17:52:40Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2008-06-01T17:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=efc66711f94ee7b143f0bbfa9cb78da7ba522361'/>
<id>urn:sha1:efc66711f94ee7b143f0bbfa9cb78da7ba522361</id>
<content type='text'>
 - to increase performance do not reallocate mbuf when possible,
 - to support up to 16K packets (was 2K max) use mbuf cluster of proper size.
This change depends on recent ng_nat and ip_fw_nat changes.
</content>
</entry>
<entry>
<title>Fix packet fragmentation support broken by copy/paste error in rev.1.60.</title>
<updated>2008-06-01T11:47:04Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2008-06-01T11:47:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aac54f0a70518db9d47dd17be1f39be9bcaae2b9'/>
<id>urn:sha1:aac54f0a70518db9d47dd17be1f39be9bcaae2b9</id>
<content type='text'>
ip_id should be u_short, but not u_char.
</content>
</entry>
<entry>
<title>Fix build, together with a bit of style breakage.</title>
<updated>2008-05-02T18:54:36Z</updated>
<author>
<name>Dmitry Morozovsky</name>
<email>marck@FreeBSD.org</email>
</author>
<published>2008-05-02T18:54:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03bc210eb93dbfa1dce0e0fbafb636b6eef7e2b6'/>
<id>urn:sha1:03bc210eb93dbfa1dce0e0fbafb636b6eef7e2b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn</title>
<updated>2008-03-12T11:58:29Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2008-03-12T11:58:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab0fcfd00ad32f3808e88fbbb719737836594bd1'/>
<id>urn:sha1:ab0fcfd00ad32f3808e88fbbb719737836594bd1</id>
<content type='text'>
 and FragmentOut.
-Axe the old PacketAlias API: it has been deprecated since 5.x.
</content>
</entry>
</feed>
