summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: E-Switch, Fix esw manager vport indication for more vport commandsOmri Kahalon2019-05-081-4/+2Star
* net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang2019-04-051-2/+2
* net/mlx5: Avoid panic when setting vport rateTonghao Zhang2019-04-051-4/+9
* Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang2019-02-061-2/+2
* net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin2019-02-061-12/+6Star
* net/mlx5: E-Switch, Fix out of bound access when setting vport rateEran Ben Elisha2018-10-011-2/+2
* net/mlx5: E-Switch, Remove unused argument when creating legacy FDBEli Cohen2018-08-091-2/+2
* net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha2018-08-091-5/+5
* net/mlx5e: E-Switch, Initialize eswitch only if eswitch managerEli Cohen2018-07-311-2/+2
* net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_modeSaeed Mahameed2018-07-191-1/+1
* net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen2018-06-271-7/+5Star
* net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-271-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-9/+6Star
|\
| * net/mlx5: Use flow counter pointer as input to the query functionOr Gerlitz2018-06-021-9/+6Star
* | net/mlx5: E-Switch, Reorganize and rename fdb flow tablesChris Mi2018-05-251-11/+11
* | Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-05-181-1/+1
|\|
| * net/mlx5: Add destination e-switch ownerShahar Klein2018-05-171-1/+1
* | net/mlx5: E-Switch, Include VF RDMA stats in vport statisticsAdi Nissim2018-05-111-1/+10
|/
* net/mlx5: Add packet dropped while vport down statisticsMoshe Shemesh2018-03-261-5/+26
* Merge tag 'mlx5-updates-2018-02-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-02-281-2/+21
|\
| * net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch2018-02-231-2/+15
| * net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch2018-02-231-0/+6
* | net/mlx5: E-Switch, Fix drop counters use before creationEugenia Emantayev2018-02-201-4/+4
|/
* net/mlx5e: E-switch, Add steering drop countersEugenia Emantayev2018-01-091-2/+97
* net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman2017-12-281-4/+6
* net/mlx5e: E-Switch, Use the name of static array instead of its addressGal Pressman2017-12-281-13/+13
* net/mlx5: E-Switch, Refactor vport representors initializationMark Bloch2017-12-281-8/+4Star
* net/mlx5: Initialize destination_flow struct to 0Rabie Loulou2017-11-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-166/+45Star
|\
| * mlx5: ensure 0 is returned when vport is zeroColin Ian King2017-08-191-1/+1
| * net/mlx5: Separate between E-Switch and MPFSSaeed Mahameed2017-08-071-152/+38Star
| * net/mlx5: Unify vport manager capability checkSaeed Mahameed2017-08-071-15/+8Star
* | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-041-1/+1
|\ \ | |/ |/|
| * mlx5: convert to generic pci_alloc_irq_vectorsSagi Grimberg2017-08-081-1/+1
* | net/mlx5: Clean SRIOV eswitch resources upon VF creation failureEran Ben Elisha2017-07-271-1/+2
|/
* net/mlx5: Avoid blank lines before/after closing/opening bracesOr Gerlitz2017-06-151-1/+0Star
* 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/+9Star
* net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen2017-04-301-18/+2Star
* 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