]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
vxlan: move to its own directory
authorRoopa Prabhu <roopa@nvidia.com>
Tue, 1 Mar 2022 05:04:28 +0000 (05:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Aug 2023 08:22:34 +0000 (10:22 +0200)
commit77396fa9096abdbfbb87d63e73ad44d5621cf103
treefa5ffd4e4fc8d44cd3057e2f8d3816947a5d5121
parent96dbc68b7f86b453be6ab11fee728f2704f24e61
vxlan: move to its own directory

[ Upstream commit 6765393614ea8e2c0a7b953063513823f87c9115 ]

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>
Stable-dep-of: 94d166c5318c ("vxlan: calculate correct header length for GPE")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/Makefile
drivers/net/vxlan/Makefile [new file with mode: 0644]
drivers/net/vxlan/vxlan_core.c [moved from drivers/net/vxlan.c with 100% similarity]