<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/include/gpxe/pkbuff.h, branch openslx</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/gpxe/pkbuff.h?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/gpxe/pkbuff.h?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2007-05-19T18:39:40+00:00</updated>
<entry>
<title>pkbuff-&gt;iobuf changeover</title>
<updated>2007-05-19T18:39:40+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-05-19T18:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3e2c6b6736729633c5d6c00cd31458a1c6a49730'/>
<id>urn:sha1:3e2c6b6736729633c5d6c00cd31458a1c6a49730</id>
<content type='text'>
Achieved via Perl using:

perl -pi -e 's/pk_buff/io_buffer/g; s/Packet buffer/I\/O buffer/ig; ' \
	-e 's/pkbuff\.h/iobuf.h/g; s/pkb_/iob_/g; s/_pkb/_iob/g; ' \
	-e 's/pkb/iobuf/g; s/PKB/IOB/g;'
</content>
</entry>
<entry>
<title>Extract packet-padding login from rtl8139.c to a separate pkbpad.c file.</title>
<updated>2007-01-11T05:25:50+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-11T05:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a3ed0cbbc7d81c345d791835cb4d97176dc404b6'/>
<id>urn:sha1:a3ed0cbbc7d81c345d791835cb4d97176dc404b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename pkb_available() to pkb_tailroom() for consistency with Linux's</title>
<updated>2007-01-09T20:56:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-09T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=18e5353bed3bd66c8d07b2dbb23d989239da9937'/>
<id>urn:sha1:18e5353bed3bd66c8d07b2dbb23d989239da9937</id>
<content type='text'>
skb_tailroom().  Add pkb_headroom().
</content>
</entry>
<entry>
<title>Add pkb_available()</title>
<updated>2006-07-19T18:16:48+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-07-19T18:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6858b14a34abea2bf5862bb4c1ddda161df5ebf7'/>
<id>urn:sha1:6858b14a34abea2bf5862bb4c1ddda161df5ebf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify RX data path.</title>
<updated>2006-06-17T22:36:27+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-06-17T22:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3c8aafa2099c13799fdb4f42d06f1abd278b14f7'/>
<id>urn:sha1:3c8aafa2099c13799fdb4f42d06f1abd278b14f7</id>
<content type='text'>
Kill off the static single net device and move to proper dynamic
registration (which we need with the new device model).

Break the (flawed) assumption that all network-layer protocols can use
ARP; such network-layer protocols (i.e. IPv4) must now register as an ARP
protocol using ARP_NET_PROTOCOL() and provide a single method for checking
the existence of a local network-layer address.
</content>
</entry>
<entry>
<title>Make PKB_ZLEN the minimum possible size of packet buffer (to allow for</title>
<updated>2006-05-27T13:39:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-05-27T13:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6c50564724bcce292fbe76010d637390c17d407a'/>
<id>urn:sha1:6c50564724bcce292fbe76010d637390c17d407a</id>
<content type='text'>
hardware that can't autopad).
</content>
</entry>
<entry>
<title>Fix a couple of broken assertions, and align the buffer correctly.</title>
<updated>2006-04-28T14:09:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-28T14:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1488cd3b73af55931af8731450369ae04a5d1c90'/>
<id>urn:sha1:1488cd3b73af55931af8731450369ae04a5d1c90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually, it's probably a good idea to have packet buffers avoid 4kB</title>
<updated>2006-04-25T12:11:36+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-25T12:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=cf3783b4caf3551d6ebb153f5a93a8ed57035af1'/>
<id>urn:sha1:cf3783b4caf3551d6ebb153f5a93a8ed57035af1</id>
<content type='text'>
crossings.
</content>
</entry>
<entry>
<title>Added pkb_reserve().</title>
<updated>2006-04-24T19:34:51+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-24T19:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=455b76980f99c746346a241dc69af6f973722867'/>
<id>urn:sha1:455b76980f99c746346a241dc69af6f973722867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Network API now allows for multiple network devices (although the</title>
<updated>2006-04-24T15:33:06+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-24T15:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fdc2ee79db376b03710f9255720ce45c79022768'/>
<id>urn:sha1:fdc2ee79db376b03710f9255720ce45c79022768</id>
<content type='text'>
implementation allows for only one, and does so without compromising on
the efficiency of static allocation).

Link-layer protocols are cleanly separated from the device drivers.

Network-layer protocols are cleanly separated from individual network
devices.

Link-layer and network-layer protocols are cleanly separated from each
other.
</content>
</entry>
</feed>
