<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/net/netevent.h, branch v3.6-rc2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/net/netevent.h?h=v3.6-rc2</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/net/netevent.h?h=v3.6-rc2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-07-05T09:21:55Z</updated>
<entry>
<title>net: Pass neighbours and dest address into NETEVENT_REDIRECT events.</title>
<updated>2012-07-05T09:21:55Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2012-07-03T08:01:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1d248b1cf4e09dbec8cef5f7fbeda5874248bd09'/>
<id>urn:sha1:1d248b1cf4e09dbec8cef5f7fbeda5874248bd09</id>
<content type='text'>
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: Remove __KERNEL__ cpp checks from include/net</title>
<updated>2011-04-24T17:54:56Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2011-04-24T17:54:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2a9e9507011440a57d6356ded630ba0c0f5d4b77'/>
<id>urn:sha1:2a9e9507011440a57d6356ded630ba0c0f5d4b77</id>
<content type='text'>
These header files are never installed to user consumption, so any
__KERNEL__ cpp checks are superfluous.

Projects should also not copy these files into their userland utility
sources and try to use them there.  If they insist on doing so, the
onus is on them to sanitize the headers as needed.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: Kill NETEVENT_PMTU_UPDATE.</title>
<updated>2011-02-09T00:17:55Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2011-02-09T00:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8d13a2a9fb3e5e3f68e9d3ec0de3c8fcfa56a224'/>
<id>urn:sha1:8d13a2a9fb3e5e3f68e9d3ec0de3c8fcfa56a224</id>
<content type='text'>
Nobody actually does anything in response to the event,
so just kill it off.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET]: Remove unnecessary inclusion of dst.h</title>
<updated>2008-01-28T22:53:38Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2007-11-14T05:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=274b3426db25b8d63cbf25475e728ce1ee6caebd'/>
<id>urn:sha1:274b3426db25b8d63cbf25475e728ce1ee6caebd</id>
<content type='text'>
The file net/netevent.h only refers to struct dst_entry * so it
doesn't need to include dst.h.  I've replaced it with a forward
declaration.

Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET]: Network Event Notifier Mechanism.</title>
<updated>2006-08-02T20:38:20Z</updated>
<author>
<name>Tom Tucker</name>
<email>tom@opengridcomputing.com</email>
</author>
<published>2006-07-31T03:43:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=792d1932e319ff8ba01361e7d151b1794c55c31f'/>
<id>urn:sha1:792d1932e319ff8ba01361e7d151b1794c55c31f</id>
<content type='text'>
This patch uses notifier blocks to implement a network event
notifier mechanism.

Clients register their callback function by calling
register_netevent_notifier() like this:

static struct notifier_block nb = {
        .notifier_call = my_callback_func
};

...

register_netevent_notifier(&amp;nb);

Signed-off-by: Tom Tucker &lt;tom@opengridcomputing.com&gt;
Signed-off-by: Steve Wise &lt;swise@opengridcomputing.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
