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