]> git.baikalelectronics.ru Git - kernel.git/commit
[NETLINK]: Ignore control messages directly in netlink_run_queue()
authorThomas Graf <tgraf@suug.ch>
Fri, 23 Mar 2007 06:29:10 +0000 (23:29 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:29 +0000 (22:27 -0700)
commit596779fc5cda744b986576881177e8e7912ad63c
tree8f61cb9e3f67ac433e915176c2bf233d8899691d
parent35acf4bbdfd47a9b6b4e5e7329bc85a353a2c4fa
[NETLINK]: Ignore control messages directly in netlink_run_queue()

Changes netlink_rcv_skb() to skip netlink controll messages and don't
pass them on to the message handler.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c
net/netlink/af_netlink.c
net/netlink/genetlink.c
net/xfrm/xfrm_user.c