<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/net/irda, branch v2.6.17.4</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/net/irda?h=v2.6.17.4</id>
<link rel='self' href='https://git.amat.us/linux/atom/net/irda?h=v2.6.17.4'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-06-05T22:34:52Z</updated>
<entry>
<title>[IRDA]: Missing allocation result check in irlap_change_speed().</title>
<updated>2006-06-05T22:34:52Z</updated>
<author>
<name>Florin Malita</name>
<email>fmalita@gmail.com</email>
</author>
<published>2006-06-05T22:34:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8c893ff6abbac0c7c05b1cb9bfb6e2dfc4538c75'/>
<id>urn:sha1:8c893ff6abbac0c7c05b1cb9bfb6e2dfc4538c75</id>
<content type='text'>
The skb allocation may fail, which can result in a NULL pointer dereference
in irlap_queue_xmit().

Coverity CID: 434.

Signed-off-by: Florin Malita &lt;fmalita@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IRDA]: fix 16/32 bit confusion</title>
<updated>2006-05-22T23:54:08Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2006-05-22T23:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=405a42c5c8bd5731087c0ff01310731a3c1c9c24'/>
<id>urn:sha1:405a42c5c8bd5731087c0ff01310731a3c1c9c24</id>
<content type='text'>
Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;</content>
</entry>
<entry>
<title>[IRDA]: Removing unused EXPORT_SYMBOLs</title>
<updated>2006-05-09T22:25:25Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2006-05-09T22:25:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=11766199a0bb9a7ba57510119e7340140e7c3e24'/>
<id>urn:sha1:11766199a0bb9a7ba57510119e7340140e7c3e24</id>
<content type='text'>
This patch removes the following unused EXPORT_SYMBOL's:
- irias_find_attrib
- irias_new_string_value
- irias_new_octseq_value

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
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>[NET]: Fix ipx/econet/appletalk/irda ioctl crashes</title>
<updated>2006-03-29T01:02:43Z</updated>
<author>
<name>Petr Vandrovec</name>
<email>petr@vandrovec.name</email>
</author>
<published>2006-03-28T07:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f6c90b71a355a0a4a22e1cfee5748617adc25a53'/>
<id>urn:sha1:f6c90b71a355a0a4a22e1cfee5748617adc25a53</id>
<content type='text'>
Fix kernel oopses whenever somebody issues compatible ioctl on AppleTalk,
Econet, IPX or IRDA socket.  For AppleTalk/Econet/IRDA it restores state
in which these sockets were before compat_ioctl was introduced to the socket
ops, for IPX it implements support for 4 ioctls which were not implemented
before - as these ioctls use structures which match between 32bit and 64bit
userspace, no special code is needed, just call 64bit ioctl handler.

Signed-off-by: Petr Vandrovec &lt;petr@vandrovec.name&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Typo fixes</title>
<updated>2006-03-28T17:16:08Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2006-03-28T09:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7f927fcc2fd1575d01efb4b76665975007945690'/>
<id>urn:sha1:7f927fcc2fd1575d01efb4b76665975007945690</id>
<content type='text'>
Fix a lot of typos.  Eyeballed by jmc@ in OpenBSD.

Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&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>[IRDA]: out of range array access </title>
<updated>2006-02-10T00:59:48Z</updated>
<author>
<name>David Binderman</name>
<email>dcb314@hotmail.com</email>
</author>
<published>2006-02-10T00:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=80ba250e59ced808a8c9b79560938bbe4509c0a7'/>
<id>urn:sha1:80ba250e59ced808a8c9b79560938bbe4509c0a7</id>
<content type='text'>
This patch fixes an out of range array access in irnet_irda.c.

Author: David Binderman &lt;dcb314@hotmail.com&gt;
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]: 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>[PATCH] capable/capability.h (net/)</title>
<updated>2006-01-12T02:42:14Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2006-01-11T20:17:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b'/>
<id>urn:sha1:4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b</id>
<content type='text'>
net: Use &lt;linux/capability.h&gt; where capable() is used.

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&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>[NET]: Remove more unneeded typecasts on *malloc()</title>
<updated>2006-01-12T00:32:14Z</updated>
<author>
<name>Kris Katterjohn</name>
<email>kjak@users.sourceforge.net</email>
</author>
<published>2006-01-11T23:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8b3a70058bfe711b2d05ba2134178bae623183ce'/>
<id>urn:sha1:8b3a70058bfe711b2d05ba2134178bae623183ce</id>
<content type='text'>
This removes more unneeded casts on the return value for kmalloc(),
sock_kmalloc(), and vmalloc().

Signed-off-by: Kris Katterjohn &lt;kjak@users.sourceforge.net&gt;
Acked-by: James Morris &lt;jmorris@namei.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial</title>
<updated>2006-01-05T00:34:57Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-01-05T00:34:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=52347f4e810ba323d02cd2c26b5d738f4a2c3d5e'/>
<id>urn:sha1:52347f4e810ba323d02cd2c26b5d738f4a2c3d5e</id>
<content type='text'>
</content>
</entry>
</feed>
