summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan (follow)
Commit message (Expand)AuthorAgeFilesLines
* vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet2022-03-311-0/+6
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-121-1/+1
* drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui2022-03-101-2/+1
* vxlan_core: delete unnecessary conditionDan Carpenter2022-03-081-28/+26
* tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov2022-03-011-6/+86
* drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-013-9/+102
* vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-015-30/+1121
* vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu2022-03-014-124/+142
* vxlan_core: add helper vxlan_vni_in_useRoopa Prabhu2022-03-011-18/+28
* vxlan_core: make multicast helper take rip and ifindex explicitlyRoopa Prabhu2022-03-011-16/+21
* vxlan_core: move some fdb helpers to non-staticRoopa Prabhu2022-03-012-19/+39
* vxlan_core: move common declarations to private header fileRoopa Prabhu2022-03-012-79/+100
* vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu2022-03-011-1/+8
* vxlan: move to its own directoryRoopa Prabhu2022-03-012-0/+4841