<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/net/core/rtnetlink.c, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/net/core/rtnetlink.c?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/net/core/rtnetlink.c?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-10-12T08:50:30Z</updated>
<entry>
<title>[RTNETLINK]: Fix use of wrong skb in do_getlink()</title>
<updated>2006-10-12T08:50:30Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2006-10-12T08:50:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b974179abef7cd680b80bd7c7042802bdd6f0eb6'/>
<id>urn:sha1:b974179abef7cd680b80bd7c7042802bdd6f0eb6</id>
<content type='text'>
skb is the netlink query, nskb is the reply message.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[RTNETLINK]: Possible dereference in net/core/rtnetlink.c</title>
<updated>2006-09-29T01:01:23Z</updated>
<author>
<name>Eric Sesterhenn</name>
<email>snakebyte@gmx.de</email>
</author>
<published>2006-09-27T06:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9918f230969bdaf3df012b77abcbcd4cdb0ab221'/>
<id>urn:sha1:9918f230969bdaf3df012b77abcbcd4cdb0ab221</id>
<content type='text'>
another possible dereference spotted by coverity (#cid 1390).
if the nlmsg_parse() call fails, we goto errout, where we call
dev_put(), with dev still initialized to NULL.

Signed-off-by: Eric Sesterhenn &lt;snakebyte@gmx.de&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[RTNETLINK]: Fix netdevice name corruption</title>
<updated>2006-09-22T22:18:50Z</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2006-09-14T03:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=78e5b8916e7db119850f57ce8548fbb9767078fc'/>
<id>urn:sha1:78e5b8916e7db119850f57ce8548fbb9767078fc</id>
<content type='text'>
When changing a device by ifindex without including a IFLA_IFNAME
attribute, the ifname variable contains random garbage and is used
to change the device name.

Signed-off-by: Patrick McHardy &lt;kaber@trash.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[RTNETLINK]: Fix typo causing wrong skb to be freed</title>
<updated>2006-09-22T22:18:43Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-31T22:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3015d5d4e5b15eddea272a697e83391100581932'/>
<id>urn:sha1:3015d5d4e5b15eddea272a697e83391100581932</id>
<content type='text'>
A typo introduced by myself which leads to freeing the skb
containing the netlink message when it should free the newly
allocated skb for the reply.

Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation</title>
<updated>2006-09-22T22:18:25Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-27T03:13:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5176f91ea83f1a59eba4dba88634a4729d51d1ac'/>
<id>urn:sha1:5176f91ea83f1a59eba4dba88634a4729d51d1ac</id>
<content type='text'>
Converts existing NLA_STRING attributes to use the new
validation features, saving a couple of temporary buffers.

Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[RTNETLINK]: Don't return error on no-metrics.</title>
<updated>2006-09-22T21:55:40Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@sunset.davemloft.net</email>
</author>
<published>2006-08-23T05:20:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a57d27fc7107ddcc655ba2812cfebfce3163fd62'/>
<id>urn:sha1:a57d27fc7107ddcc655ba2812cfebfce3163fd62</id>
<content type='text'>
Instead just cancel the nested attribute and return 0.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPv6] route: Convert FIB6 dumping to use new netlink api</title>
<updated>2006-09-22T21:55:13Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-22T07:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2d7202bfdd28687073f5efef8d2f51bbab0af867'/>
<id>urn:sha1:2d7202bfdd28687073f5efef8d2f51bbab0af867</id>
<content type='text'>
Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[RTNETLINK]: Unexport rtnl socket</title>
<updated>2006-09-22T21:55:02Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-15T07:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=56fc85ac961e2c20dcb5ef07e2628b3f93de2e49'/>
<id>urn:sha1:56fc85ac961e2c20dcb5ef07e2628b3f93de2e49</id>
<content type='text'>
Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET] link: Convert notifications to use rtnl_notify()</title>
<updated>2006-09-22T21:55:01Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-15T07:37:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0ec6d3f467faeec5dd3b617959eb90e9d520113d'/>
<id>urn:sha1:0ec6d3f467faeec5dd3b617959eb90e9d520113d</id>
<content type='text'>
Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[RTNETLINK]: Add rtnetlink notification interface</title>
<updated>2006-09-22T21:54:50Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-08-15T07:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=97676b6b5538b3e059d33b8338e7d5cc41c5f1f1'/>
<id>urn:sha1:97676b6b5538b3e059d33b8338e7d5cc41c5f1f1</id>
<content type='text'>
Adds rtnl_notify() to send rtnetlink notification messages and
rtnl_set_sk_err() to report notification errors as socket
errors in order to indicate the need of a resync due to loss
of events.

nlmsg_report() is added to properly document the meaning of
NLM_F_ECHO.

Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
