<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/drivers/linux, branch master</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/linux?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/drivers/linux?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2017-09-04T17:00:34+00:00</updated>
<entry>
<title>[linux] Impose receive quota on tap driver</title>
<updated>2017-09-04T17:00:34+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-09-04T17:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=306465bef3fbbe14e6270fecf3e2d0c427f4bbc7'/>
<id>urn:sha1:306465bef3fbbe14e6270fecf3e2d0c427f4bbc7</id>
<content type='text'>
The tap driver can retrieve a potentially unlimited number of packets
in a single poll.  This can lead to heap exhaustion under heavy load.

Fix by imposing an artificial receive quota (as already used in other
drivers without natural receive limits).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[linux] Fix building with kernel 4.11 headers</title>
<updated>2017-03-29T07:58:17+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2017-03-29T07:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=2c056f02d09a19fb3ac91859c7bd8c558c8473cf'/>
<id>urn:sha1:2c056f02d09a19fb3ac91859c7bd8c558c8473cf</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[af_packet] Add new AF_PACKET driver for Linux</title>
<updated>2017-01-22T14:02:54+00:00</updated>
<author>
<name>David Decotigny</name>
</author>
<published>2017-01-20T18:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b6f524388ba5a02cf95ffa3fb3bfd5f0feae7bb6'/>
<id>urn:sha1:b6f524388ba5a02cf95ffa3fb3bfd5f0feae7bb6</id>
<content type='text'>
This code largely inspired by tap.c.  Allows for testing iPXE on real
NICs from within Linux.  For example:

  make bin-x86_64-linux/af_packet.linux
  valgrind ./bin-x86_64-linux/af_packet.linux --net af_packet,if=eth3

Tested as x86_64 and i386 binary.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[linux] Apply MAC address prior to registering network device</title>
<updated>2013-09-03T01:02:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2013-09-01T16:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8a2dc7a58807bd3106cb4aed83623ed39f9b328f'/>
<id>urn:sha1:8a2dc7a58807bd3106cb4aed83623ed39f9b328f</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[linux] Give tap devices a name and bus type</title>
<updated>2013-08-27T15:39:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2013-08-27T15:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ae0124cd404c0ee25152bef70bee9e2030054ce7'/>
<id>urn:sha1:ae0124cd404c0ee25152bef70bee9e2030054ce7</id>
<content type='text'>
Give tap devices a meaningful name, and avoid segmentation faults when
attempting to retrieve ${net0/bustype} by assigning a new bus type for
tap devices.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[device] Make driver name a generic device property</title>
<updated>2011-04-07T22:09:19+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2011-04-07T19:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fc7e2be617df0f671977655249f5c6a04a0ba04f'/>
<id>urn:sha1:fc7e2be617df0f671977655249f5c6a04a0ba04f</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[netdevice] Call netdev_link_[up|down|err]() only while registered</title>
<updated>2010-09-05T01:51:46+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2010-09-05T01:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=97ef28aea070f6d07b85fe16ef1b98da94a9f609'/>
<id>urn:sha1:97ef28aea070f6d07b85fe16ef1b98da94a9f609</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[linux] Add the tap driver</title>
<updated>2010-08-19T12:12:53+00:00</updated>
<author>
<name>Piotr Jaroszyński</name>
</author>
<published>2010-05-27T23:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d60cbe43b74d06e3a2a41f3f9565430b456b86bc'/>
<id>urn:sha1:d60cbe43b74d06e3a2a41f3f9565430b456b86bc</id>
<content type='text'>
Add the tap driver that can be used like:
$ ./ipxe.linux --net tap,if=tap0,mac=00:0c:29:c5:39:a1
The if setting is mandatory.

Signed-off-by: Piotr Jaroszyński &lt;p.jaroszynski@gmail.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[linux] Add device and driver model</title>
<updated>2010-08-19T11:42:42+00:00</updated>
<author>
<name>Piotr Jaroszyński</name>
</author>
<published>2010-05-31T16:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2'/>
<id>urn:sha1:91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2</id>
<content type='text'>
Add the base to build linux drivers and the linux UI code on.  UI
fills device requests, which are later walked over by the linux
root_driver and delegated to specific linux drivers.

Signed-off-by: Piotr Jaroszyński &lt;p.jaroszynski@gmail.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
