aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-27net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed1-230/+0
2018-07-27net/mlx5e: Vxlan, add sync lock for add/del vxlan portSaeed Mahameed1-3/+15
2018-07-27net/mlx5e: Vxlan, return values for add/del portSaeed Mahameed1-9/+19
2018-07-27net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed1-50/+68
2018-07-27net/mlx5e: Vxlan, rename struct mlx5e_vxlan to mlx5_vxlan_portSaeed Mahameed1-32/+31
2018-07-27net/mlx5e: Vxlan, move netdev only logic to en_main.cSaeed Mahameed1-48/+7
2018-07-27net/mlx5e: Vxlan, add direct delete functionSaeed Mahameed1-6/+13
2018-07-27net/mlx5e: Vxlan, cleanup an unused member in vxlan workGal Pressman1-3/+1
2018-07-27net/mlx5e: Vxlan, replace ports radix-tree with hash tableGal Pressman1-16/+25
2018-07-27net/mlx5e: Vxlan, check maximum number of UDP portsGal Pressman1-0/+14
2018-07-27net/mlx5e: Vxlan, reflect 4789 UDP port default addition to software databaseGal Pressman1-13/+27
2017-12-19net/mlx5e: Prevent possible races in VXLAN control flowGal Pressman1-0/+4
2017-12-19net/mlx5e: Add refcount to VXLAN structureGal Pressman1-23/+27
2017-12-19net/mlx5e: Fix possible deadlock of VXLAN lockGal Pressman1-10/+10
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-23/+6
2016-07-20net/mlx5e: Fix del vxlan port command buffer memsetSaeed Mahameed1-2/+2
2016-06-29net/mlx5e: Prevent adding the same vxlan portMatthew Finlay1-0/+3
2016-05-03net/mlx5e: Use workqueue for vxlan opsMatthew Finlay1-12/+38
2016-02-24net/mlx5e: Add netdev support for VXLAN tunnelingMatthew Finlay1-0/+170