]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
tap: support receiving skb from msg_control
authorJason Wang <jasowang@redhat.com>
Wed, 17 May 2017 04:14:44 +0000 (12:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 May 2017 14:07:41 +0000 (10:07 -0400)
commit3b4ba04acca8f98a62fd014a0826ea10bc93cde3
treed070e9d5ecf191c65a3759bf2f95a0b1ddf0f5b2
parentac77cfd4258fb8174766a92d118436da7f9dabf1
tap: support receiving skb from msg_control

This patch makes tap_recvmsg() can receive from skb from its caller
through msg_control. Vhost_net will be the first user.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tap.c