aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan/vxlan_core.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: fix error return code in vxlan_fdb_appendHongbin Wang2022-04-081-2/+2
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* drivers: vxlan: fix returnvar.cocci warningGuo Zhengkui2022-03-091-2/+1
* vxlan_core: delete unnecessary conditionDan Carpenter2022-03-071-28/+26
* tun: vxlan: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-011-9/+42
* vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-011-21/+75
* vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu2022-03-011-123/+0
* 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-011-19/+19
* vxlan_core: move common declarations to private header fileRoopa Prabhu2022-03-011-79/+5
* vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu2022-03-011-1/+8
* vxlan: move to its own directoryRoopa Prabhu2022-03-011-0/+4834