commit | ac77cfd4258fb8174766a92d118436da7f9dabf1 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed May 17 12:14:43 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu May 18 10:07:41 2017 -0400 |
tree | 214a5df92bdd4f822677764a09a682c2ca0d5400 | |
parent | 49f96fd0cb3808e5ff96573f28b3dceb16eb6998 [diff] |
tun: support receiving skb through msg_control This patch makes tun_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>