vxlan: move to its own directory
authorRoopa Prabhu <roopa@nvidia.com>
Tue, 1 Mar 2022 05:04:28 +0000 (05:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 08:38:01 +0000 (08:38 +0000)
commit6765393614ea8e2c0a7b953063513823f87c9115
tree6ecf13d18774f83539cc9f9edbf6faeeeb25e884
parentf2b77012ddd5b2532d262f100be3394ceae3ea59
vxlan: move to its own directory

vxlan.c has grown too long. This patch moves
it to its own directory. subsequent patches add new
functionality in new files.

Signed-off-by: Roopa Prabhu <roopa@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Makefile
drivers/net/vxlan.c [deleted file]
drivers/net/vxlan/Makefile [new file with mode: 0644]
drivers/net/vxlan/vxlan_core.c [new file with mode: 0644]