]> git.baikalelectronics.ru Git - kernel.git/commit
[RTNL]: Message handler registration interface
authorThomas Graf <tgraf@suug.ch>
Thu, 22 Mar 2007 18:48:11 +0000 (11:48 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:04 +0000 (22:27 -0700)
commitb73998da8c6264ada03fde7307d169e81712c386
treeaee0d30b618ada57371fddfcaeb47bbd767e16e3
parent040c9c488cdfcdd7683ddc7370c86e1ae05a039c
[RTNL]: Message handler registration interface

This patch adds a new interface to register rtnetlink message
handlers replacing the exported rtnl_links[] array which
required many message handlers to be exported unnecessarly.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rtnetlink.h
include/net/rtnetlink.h [new file with mode: 0644]
net/core/rtnetlink.c