<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/etc/protocols, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/etc/protocols?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/etc/protocols?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2014-07-12T14:38:38Z</updated>
<entry>
<title>Sync with IANA.</title>
<updated>2014-07-12T14:38:38Z</updated>
<author>
<name>ajacoutot</name>
<email>ajacoutot@openbsd.org</email>
</author>
<published>2014-07-12T14:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=dbce27bcfd7da62bd66851f99d86c0774305ee08'/>
<id>urn:sha1:dbce27bcfd7da62bd66851f99d86c0774305ee08</id>
<content type='text'>
"fine" claudio@ deraadt@
</content>
</entry>
<entry>
<title>Sync protocols 43 (ipv6-route) &amp; 44 (ipv6-frag) names with IANA database.</title>
<updated>2011-09-08T19:30:29Z</updated>
<author>
<name>matthieu</name>
<email>matthieu@openbsd.org</email>
</author>
<published>2011-09-08T19:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e031e40373bab940000a1f7a499ffc0d94a04970'/>
<id>urn:sha1:e031e40373bab940000a1f7a499ffc0d94a04970</id>
<content type='text'>
ok henning@, bluhm@
</content>
</entry>
<entry>
<title>Add (again) support for divert sockets. They allow you to:</title>
<updated>2009-10-04T16:08:37Z</updated>
<author>
<name>michele</name>
<email>michele@openbsd.org</email>
</author>
<published>2009-10-04T16:08:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d85f7bc16ff4db5aedffd92a6397af819385204f'/>
<id>urn:sha1:d85f7bc16ff4db5aedffd92a6397af819385204f</id>
<content type='text'>
- queue packets from pf(4) to a userspace application
- reinject packets from the application into the kernel stack.

The divert socket can be bound to a special "divert port" and will
receive every packet diverted to that port by pf(4).

The pf syntax is pretty simple, e.g.:

pass on em0 inet proto tcp from any to any port 80 divert-packet port 1

A lot of discussion have happened since my last commit that resulted
in many changes and improvements.
I would *really* like to thank everyone who took part in the discussion
especially canacar@ who spotted out which are the limitations of this approach.

OpenBSD divert(4) is meant to be compatible with software running on
top of FreeBSD's divert sockets even though they are pretty different and will
become even more with time.

discusses with many, but mainly reyk@ canacar@ deraadt@ dlg@ claudio@ beck@
tested by reyk@ and myself
ok reyk@ claudio@ beck@
manpage help and ok by jmc@
</content>
</entry>
<entry>
<title>zap duplicate</title>
<updated>2004-05-07T16:27:23Z</updated>
<author>
<name>henning</name>
<email>henning@openbsd.org</email>
</author>
<published>2004-05-07T16:27:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=29e9e94ca1b28522838e7997071611c365409544'/>
<id>urn:sha1:29e9e94ca1b28522838e7997071611c365409544</id>
<content type='text'>
From: Myk Taylor &lt;myk@ucla.edu&gt;
</content>
</entry>
<entry>
<title>Change pfsync IP protocol and multicast group numbers.</title>
<updated>2003-12-17T21:36:17Z</updated>
<author>
<name>mcbride</name>
<email>mcbride@openbsd.org</email>
</author>
<published>2003-12-17T21:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f580e9d770a530665a841d6c50128e1ea2ec5cba'/>
<id>urn:sha1:f580e9d770a530665a841d6c50128e1ea2ec5cba</id>
<content type='text'>
IPPROTO_PFSYNC -&gt; 240
INADDR_PFSYNC_GROUP -&gt; 224.0.0.240

ok deraadt@
</content>
</entry>
<entry>
<title>Add pfsync.</title>
<updated>2003-12-15T07:15:44Z</updated>
<author>
<name>mcbride</name>
<email>mcbride@openbsd.org</email>
</author>
<published>2003-12-15T07:15:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1f3f02ce8ef04b44f838f4a3f2e0e800d416833d'/>
<id>urn:sha1:1f3f02ce8ef04b44f838f4a3f2e0e800d416833d</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>Common Address Redundancy Protocol</title>
<updated>2003-10-17T21:04:57Z</updated>
<author>
<name>mcbride</name>
<email>mcbride@openbsd.org</email>
</author>
<published>2003-10-17T21:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c05683a61744ff285c243f7a856485b47beaa13f'/>
<id>urn:sha1:c05683a61744ff285c243f7a856485b47beaa13f</id>
<content type='text'>
Allows multiple hosts to share an IP address, providing high availability
and load balancing.

Based on code by mickey@, with additional help from markus@
and Marco_Pfatschbacher@genua.de

ok deraadt@
</content>
</entry>
<entry>
<title>more up to date, some input by todd@</title>
<updated>2003-01-16T19:49:52Z</updated>
<author>
<name>rohee</name>
<email>rohee@openbsd.org</email>
</author>
<published>2003-01-16T19:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2af360a6ed309ab9aae93fbb8add1dca99061cf7'/>
<id>urn:sha1:2af360a6ed309ab9aae93fbb8add1dca99061cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add icmp6 as an alias for ipv6-icmp. This helps clear up confusion about</title>
<updated>2002-12-30T22:17:03Z</updated>
<author>
<name>mcbride</name>
<email>mcbride@openbsd.org</email>
</author>
<published>2002-12-30T22:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5096359ad965c13a66ddcfa1649ce73573ea757f'/>
<id>urn:sha1:5096359ad965c13a66ddcfa1649ce73573ea757f</id>
<content type='text'>
icmp protocol naming particularly with pfctl, since the manpage is
icmp6(4) (not ipv6-icmp(4)).

suggested by espie@, cleared with deraadt@, ok dhartmei@
</content>
</entry>
<entry>
<title>update URL and fix a typo; David Krause</title>
<updated>2002-12-11T12:35:53Z</updated>
<author>
<name>henning</name>
<email>henning@openbsd.org</email>
</author>
<published>2002-12-11T12:35:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=6970ffaad2f5b21f1cc9d9d235c66bc331ddcfe7'/>
<id>urn:sha1:6970ffaad2f5b21f1cc9d9d235c66bc331ddcfe7</id>
<content type='text'>
</content>
</entry>
</feed>
