]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
tun: rename generic_xdp to skb_xdp
authorJason Wang <jasowang@redhat.com>
Mon, 4 Sep 2017 03:36:09 +0000 (11:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Sep 2017 21:26:41 +0000 (14:26 -0700)
commit1cfe6e9351c256ec6aebcf64223aa21dc7654257
tree2fbaedcd4ca895951ffa43ad7a59711ba5c04091
parent7df13219d757054c49b62417479a3724621ca8ae
tun: rename generic_xdp to skb_xdp

Rename "generic_xdp" to "skb_xdp" to avoid confusing it with the
generic XDP which will be done at netif_receive_skb().

Cc: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c