<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/net/irda, branch v2.6.16.43</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/net/irda?h=v2.6.16.43</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/net/irda?h=v2.6.16.43'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-02-13T23:34:11Z</updated>
<entry>
<title>[IRDA]: Ratelimit messages.</title>
<updated>2006-02-13T23:34:11Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2006-02-13T23:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7a11c4d0635d9f6995736390b8c3346fe6f63d57'/>
<id>urn:sha1:7a11c4d0635d9f6995736390b8c3346fe6f63d57</id>
<content type='text'>
From: Joe Perches &lt;joe@perches.com&gt;

Based upon a patch by Dave Jones.

Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IRDA]: Set proper IrLAP device address length</title>
<updated>2006-02-10T00:58:46Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>samuel.ortiz@nokia.com</email>
</author>
<published>2006-02-10T00:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d93077fb0e7cb9d4f4094a649501d840c55fdc8b'/>
<id>urn:sha1:d93077fb0e7cb9d4f4094a649501d840c55fdc8b</id>
<content type='text'>
This patch set IrDA's addr_len properly, i.e to 4 bytes, the size of the
IrLAP device address.

Signed-off-by: Samuel Ortiz &lt;samuel.ortiz@nokia.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IRDA]: IrDA prototype fixes</title>
<updated>2005-09-06T01:08:11Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-09-06T01:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=506e7beb7468c7cf56370d0a7a6afbec56653473'/>
<id>urn:sha1:506e7beb7468c7cf56370d0a7a6afbec56653473</id>
<content type='text'>
Every file should #include the header files containing the prototypes
of it's global functions.

In this case this showed that the prototype of irlan_print_filter()
was wrong which is also corrected in this patch.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()</title>
<updated>2005-07-08T21:57:23Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2005-07-08T21:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b03efcfb2180289718991bb984044ce6c5b7d1b0'/>
<id>urn:sha1:b03efcfb2180289718991bb984044ce6c5b7d1b0</id>
<content type='text'>
This is part of the grand scheme to eliminate the qlen
member of skb_queue_head, and subsequently remove the
'list' member of sk_buff.

Most users of skb_queue_len() want to know if the queue is
empty or not, and that's trivially done with skb_queue_empty()
which doesn't use the skb_queue_head-&gt;qlen member and instead
uses the queue list emptyness as the test.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] x86_64: Make IRDA devices are not really ISA devices not depend on CONFIG_ISA</title>
<updated>2005-04-16T22:24:56Z</updated>
<author>
<name>Andi Kleen</name>
<email>ak@suse.de</email>
</author>
<published>2005-04-16T22:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b6d9a5d81c6159ad651b5c6bb9223d14e33d8033'/>
<id>urn:sha1:b6d9a5d81c6159ad651b5c6bb9223d14e33d8033</id>
<content type='text'>
This allows to use them on x86-64

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Linux-2.6.12-rc2</title>
<updated>2005-04-16T22:20:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-16T22:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'/>
<id>urn:sha1:1da177e4c3f41524e886b7f1b8a0c1fc7321cac2</id>
<content type='text'>
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
</content>
</entry>
</feed>
