]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c0ff0b85f4dee0d1aeb807a3a46c2273ffa1340
tree6ecf13d18774f83539cc9f9edbf6faeeeb25e884
parentb544973487eb83627796a6f7aad3bf5acc006607
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]