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

netlink_rcv_skb() is changed to skip messages which don't have the
NLM_F_REQUEST bit to avoid every netlink family having to perform this
check on their own.

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