aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)AuthorFilesLines
2022-03-09drivers: vxlan: fix returnvar.cocci warningGravatar Guo Zhengkui 1-2/+1
2022-03-07vxlan_core: delete unnecessary conditionGravatar Dan Carpenter 1-28/+26
2022-03-07tun: vxlan: Use netif_rx().Gravatar Sebastian Andrzej Siewior 1-2/+2
2022-03-01drivers: vxlan: vnifilter: add support for stats dumpingGravatar Nikolay Aleksandrov 1-6/+86
2022-03-01drivers: vxlan: vnifilter: per vni statsGravatar Nikolay Aleksandrov 3-9/+102
2022-03-01vxlan: vni filtering support on collect metadata deviceGravatar Roopa Prabhu 5-30/+1121
2022-03-01vxlan_multicast: Move multicast helpers to a separate fileGravatar Roopa Prabhu 4-124/+142
2022-03-01vxlan_core: add helper vxlan_vni_in_useGravatar Roopa Prabhu 1-18/+28
2022-03-01vxlan_core: make multicast helper take rip and ifindex explicitlyGravatar Roopa Prabhu 1-16/+21
2022-03-01vxlan_core: move some fdb helpers to non-staticGravatar Roopa Prabhu 2-19/+39
2022-03-01vxlan_core: move common declarations to private header fileGravatar Roopa Prabhu 2-79/+100
2022-03-01vxlan_core: fix build warnings in vxlan_xmit_oneGravatar Roopa Prabhu 1-1/+8
2022-03-01vxlan: move to its own directoryGravatar Roopa Prabhu 2-0/+4841