mbox series

[net-next,0/2] netlink: improve netlink tap code

Message ID 20171206230320.22191-1-xiyou.wangcong@gmail.com
Headers show
Series netlink: improve netlink tap code | expand

Message

Cong Wang Dec. 6, 2017, 11:03 p.m. UTC
Cong Wang (2):
  netlink: make netlink tap per netns
  netlink: convert netlink tap spinlock to mutex

 net/netlink/af_netlink.c | 66 +++++++++++++++++++++++++++++++++++-------------
 1 file changed, 49 insertions(+), 17 deletions(-)

Comments

David Miller Dec. 11, 2017, 3:57 p.m. UTC | #1
From: Cong Wang <xiyou.wangcong@gmail.com>
Date: Wed,  6 Dec 2017 15:03:18 -0800

> Cong Wang (2):
>   netlink: make netlink tap per netns
>   netlink: convert netlink tap spinlock to mutex

Both applied, thanks Cong.