<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/arp.c, branch v0.9.3</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/arp.c?h=v0.9.3</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/arp.c?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2007-07-02T19:05:58+00:00</updated>
<entry>
<title>Add untested support for UNDI transmit and receive.</title>
<updated>2007-07-02T19:05:58+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-02T19:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=332614a382c5e435e61509d130872e143670df56'/>
<id>urn:sha1:332614a382c5e435e61509d130872e143670df56</id>
<content type='text'>
</content>
</entry>
<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>Add "name" field to struct device to allow human-readable hardware device</title>
<updated>2007-01-10T04:22:09+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-10T04:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=dad52745227fd06090e73ea535e0b0fe0f667c60'/>
<id>urn:sha1:dad52745227fd06090e73ea535e0b0fe0f667c60</id>
<content type='text'>
names.

Add "dev" pointer in struct net_device to tie network interfaces back to a
hardware device.

Force natural alignment of data types in __table() macros.  This seems to
prevent gcc from taking the unilateral decision to occasionally increase
their alignment (which screws up the table packing).
</content>
</entry>
<entry>
<title>We don't actually have a stdio.h header file.  Our printf() functions are</title>
<updated>2006-09-27T10:58:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-09-27T10:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=88e38fa1483891f273f063f92ef71a5c33fe5406'/>
<id>urn:sha1:88e38fa1483891f273f063f92ef71a5c33fe5406</id>
<content type='text'>
defined in vsprintf.h.  (This may change, since vsprintf.h is a
non-standard name, but for now it's the one to use.)

There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
</content>
</entry>
<entry>
<title>added stdio.h to includes for DBG compilation</title>
<updated>2006-09-27T05:57:06+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2006-09-27T05:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6ac78f6aff85b2a41d1c98011c41f622d569076a'/>
<id>urn:sha1:6ac78f6aff85b2a41d1c98011c41f622d569076a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove _PROTOCOL macros for gcc 3.2 compatibility</title>
<updated>2006-08-09T04:42:14+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2006-08-09T04:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ee9ae8130a7acfbc6a96dd86cf6cf62569e68169'/>
<id>urn:sha1:ee9ae8130a7acfbc6a96dd86cf6cf62569e68169</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>Simplify TX datapath.</title>
<updated>2006-06-16T00:19:46+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-06-16T00:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bbd9e2806115961a1d1d218a3eeb31924a114cfd'/>
<id>urn:sha1:bbd9e2806115961a1d1d218a3eeb31924a114cfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change semantics of network API so that packet-absorbing calls *always*</title>
<updated>2006-04-29T17:17:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-29T17:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bac97eb979e5048b065f01c6b5e7d63ffc3abf48'/>
<id>urn:sha1:bac97eb979e5048b065f01c6b5e7d63ffc3abf48</id>
<content type='text'>
take ownership of the packet, rather than doing so only if they return
success.  This breaks semantic compatibility with Linux's
hard_start_xmit() method, but means that we don't have to worry so much
about error cases.

Split mechanism of processing received packets (net_rx_process()) out
from policy (net_step()), preparatory to putting net_step() in a separate
object.
</content>
</entry>
<entry>
<title>Network layer now works as a proof of concept</title>
<updated>2006-04-28T14:13:50+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-04-28T14:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=129c6c3968d4967f091266ee8c7d99986080e201'/>
<id>urn:sha1:129c6c3968d4967f091266ee8c7d99986080e201</id>
<content type='text'>
</content>
</entry>
</feed>
