summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Avoid blank lines before/after closing/opening bracesOr Gerlitz2017-06-161-1/+0
* net/mlx5e: Add cache for HW modify header IDsOr Gerlitz2017-06-081-0/+1
* {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-15/+9
* net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen2017-04-301-18/+2
* net/mlx5: E-Switch, Add control for encapsulationRoi Dayan2017-04-221-0/+5
* net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit2017-04-171-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-5/+5
|\
| * net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz2017-01-291-3/+3
| * net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-01-291-2/+2
* | net/mlx5: Add support for setting VF min rateMohamad Haj Yahia2017-01-241-6/+91
* | net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia2017-01-191-6/+6
|/
* net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia2016-12-281-1/+1
* net/mlx5: E-Switch, Add control for inline modeRoi Dayan2016-11-241-0/+1
* net/mlx5e: Add basic TC tunnel set action for SRIOV offloadsHadar Hen Zion2016-11-091-0/+1
* net/mlx5: Support encap id when setting new steering entryHadar Hen Zion2016-11-091-10/+13
* net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion2016-11-091-1/+1
* Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2016-10-301-35/+209
|\
| * net/mlx5: Add multi dest supportMark Bloch2016-10-301-34/+34
| * net/mlx5: Add SRIOV VF max rate configuration supportMohamad Haj Yahia2016-10-301-0/+63
| * net/mlx5: Introduce E-switch QoS managementMohamad Haj Yahia2016-10-301-1/+112
* | net/mlx5: Change the acl enable prototype to return statusMohamad Haj Yahia2016-10-291-16/+34
|/
* net/mlx5: E-Switch, Allow fine tuning of eswitch vport push/pop vlanOr Gerlitz2016-09-231-11/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-0/+1
|\
| * net/mlx5: E-Switch, Fix error flow in the SRIOV e-switch init codeOr Gerlitz2016-09-191-0/+1
* | net/mlx5: clean function declarations in eswitch.c upBaoyou Xie2016-09-191-3/+0
* | net/mlx5: Implement vports admin state backup/restoreMohamad Haj Yahia2016-09-101-137/+112
* | net/mlx5: Align sriov/eswitch modules with the new load/unload flow.Mohamad Haj Yahia2016-09-101-2/+0
* | net/mlx5: Implement eswitch attach/detach flowsMohamad Haj Yahia2016-09-101-3/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-7/+9
|\ \ | |/
| * net/mlx5: E-Switch, Avoid ACLs in the offloads modeOr Gerlitz2016-08-191-7/+9
* | net/mlx5: Improve driver log messagesSaeed Mahameed2016-08-171-11/+15
* | net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-171-54/+18
|/
* net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb2016-07-051-61/+39
* net/mlx5: Add Representors registration APIHadar Hen Zion2016-07-021-0/+10
* net/mlx5e: Add devlink based SRIOV mode changesOr Gerlitz2016-07-021-5/+7
* net/mlx5: E-Switch, Add support for the sriov offloads modeOr Gerlitz2016-07-021-19/+16
* net/mlx5: E-Switch, Add operational mode to the SRIOV e-SwitchOr Gerlitz2016-07-021-23/+28
* net/mlx5: E-Switch, always set mc_promisc for allmulti vportsMohamad Haj Yahia2016-06-091-0/+1
* net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich2016-06-091-2/+21
* net/mlx5: E-Switch, Fix vport enable flowMohamad Haj Yahia2016-06-091-4/+1
* net/mlx5: E-Switch, Use the correct error check on returned pointersOr Gerlitz2016-06-091-17/+17
* net/mlx5: E-Switch, Use the correct free() functionOr Gerlitz2016-06-091-3/+3
* net/mlx5: E-Switch, Implement trust vf ndoMohamad Haj Yahia2016-05-041-5/+35
* net/mlx5: E-Switch, Implement promiscuous rx modes vf request handlingMohamad Haj Yahia2016-05-041-6/+263
* net/mlx5: E-Switch, Add promiscuous and allmulti FDB flowtable groupsMohamad Haj Yahia2016-05-041-14/+77
* net/mlx5: E-Switch, Use vport event handler for vport cleanupMohamad Haj Yahia2016-05-041-24/+9
* net/mlx5: E-Switch, Enable/disable ACL tables on demandMohamad Haj Yahia2016-05-041-19/+14
* net/mlx5: E-Switch, Vport ingress/egress ACLs rules for spoofchkMohamad Haj Yahia2016-05-041-6/+106
* net/mlx5: E-Switch, Vport ingress/egress ACLs rules for VST modeMohamad Haj Yahia2016-05-041-1/+179
* net/mlx5: E-Switch, Introduce VST vport ingress/egress ACLsMohamad Haj Yahia2016-05-041-0/+258
OpenPOWER on IntegriCloud