aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/vxlan/vxlan_vnifilter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2025-04-24vxlan: vnifilter: Fix unlocked deletion of default FDB entryIdo Schimmel1-1/+7
2025-04-22vxlan: Use a single lock to protect the FDB tableIdo Schimmel1-5/+3
2025-04-16vxlan: Use nlmsg_payload in vxlan_vnifilter_dumpBreno Leitao1-3/+2
2025-01-27vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida1-0/+5
2024-10-10vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima1-10/+9
2023-08-22vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMICIdo Schimmel1-1/+1
2023-08-06drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin1-3/+8
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet1-0/+6
2022-03-01drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov1-6/+86
2022-03-01drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov1-0/+57
2022-03-01vxlan: vni filtering support on collect metadata deviceRoopa Prabhu1-0/+862