<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/include/linux, branch master</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<entry>
<title>include: Update xfrm.h to include hardware offloading extensions</title>
<updated>2017-05-23T14:51:02+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2016-06-20T12:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=5bfae68670f29209ba130396eeb440a6b4c23956'/>
<id>5bfae68670f29209ba130396eeb440a6b4c23956</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include: Update xfrm.h to Linux v4.3</title>
<updated>2016-09-30T12:51:58+00:00</updated>
<author>
<name>Martin Willi</name>
<email>martin@strongswan.org</email>
</author>
<published>2015-12-07T09:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=dbff6373e104123c51a71033ba6f9fe874a980fa'/>
<id>dbff6373e104123c51a71033ba6f9fe874a980fa</id>
<content type='text'>
We strip the newly introduced &lt;linux/in6.h&gt; include, as this clashes with the
&lt;netinet/in6.h&gt; include.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We strip the newly introduced &lt;linux/in6.h&gt; include, as this clashes with the
&lt;netinet/in6.h&gt; include.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard unsigned integer types</title>
<updated>2016-03-24T17:52:48+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2016-03-22T12:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=b12c53ce77beb8e04b044d0c0dc9249ddba72200'/>
<id>b12c53ce77beb8e04b044d0c0dc9249ddba72200</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include: Add linux/socket.h</title>
<updated>2015-09-07T12:07:46+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-09-07T10:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=e7143fe998f768732f65f3ce5225ace4a96ddd13'/>
<id>e7143fe998f768732f65f3ce5225ace4a96ddd13</id>
<content type='text'>
__kernel_sa_family_t is defined and used since Linux 3.1, so on systems
with older kernels (like CentOS 6.7, which still ships a 2.6.32 kernel) the
build with the current UAPI headers fails.  And using the native headers on
such system does not really work either because we use structs, defines, and
enum values from the newer headers in the kernel-netlink plugin.

__kernel_sa_family_t is defined in linux/socket.h so we ship that too (in
particular the simplified UAPI version from Linux 3.7+).

Fixes #1099.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__kernel_sa_family_t is defined and used since Linux 3.1, so on systems
with older kernels (like CentOS 6.7, which still ships a 2.6.32 kernel) the
build with the current UAPI headers fails.  And using the native headers on
such system does not really work either because we use structs, defines, and
enum values from the newer headers in the kernel-netlink plugin.

__kernel_sa_family_t is defined in linux/socket.h so we ship that too (in
particular the simplified UAPI version from Linux 3.7+).

Fixes #1099.
</pre>
</div>
</content>
</entry>
<entry>
<title>include: Update (rt)netlink.h to the latest UAPI version</title>
<updated>2015-08-18T10:06:08+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-08-05T14:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=7ff7ce3ed661c8e20ce6b0bee1df340a03b5a4da'/>
<id>7ff7ce3ed661c8e20ce6b0bee1df340a03b5a4da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include: Remove linux/types.h header</title>
<updated>2015-07-28T11:27:34+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-07-21T09:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=3390092c76517cf40d73c98ea431712c9147b01f'/>
<id>3390092c76517cf40d73c98ea431712c9147b01f</id>
<content type='text'>
This conflicts with the headers of the android-21 target.  Hopefully
headers on current Linux distros are recent enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This conflicts with the headers of the android-21 target.  Hopefully
headers on current Linux distros are recent enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel-netlink: Check existence of linux/fib_rules.h, don't include it in distribution</title>
<updated>2013-10-18T07:52:54+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2013-10-18T07:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=8e8e97d10de8e7931d42a02c87536714749ee1c3'/>
<id>8e8e97d10de8e7931d42a02c87536714749ee1c3</id>
<content type='text'>
This reverts commit b0761f1f0a5abd225edc291c8285f99a538e6a66.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b0761f1f0a5abd225edc291c8285f99a538e6a66.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add linux/fip_rules.h to include files</title>
<updated>2013-10-13T18:51:10+00:00</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2013-10-13T18:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=b0761f1f0a5abd225edc291c8285f99a538e6a66'/>
<id>b0761f1f0a5abd225edc291c8285f99a538e6a66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the Linux jhash.h copy, as the implementation changed for 2.6.37</title>
<updated>2011-08-02T12:14:43+00:00</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2011-08-02T12:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=aaaa7bc5442e7169ace6ee541199ebc66b069b9c'/>
<id>aaaa7bc5442e7169ace6ee541199ebc66b069b9c</id>
<content type='text'>
There are now different version for jhash, use --with-linux-headers
targeting the headers of the kernel used with the HA plugin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are now different version for jhash, use --with-linux-headers
targeting the headers of the kernel used with the HA plugin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow routing table IDs &gt; 255 when filtering them.</title>
<updated>2011-07-29T10:16:18+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2011-07-29T10:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=2e370a300d639366547796b55cac37000464bebb'/>
<id>2e370a300d639366547796b55cac37000464bebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
