summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-141-5/+3Star
* net/mlx5: Use consistent vport num argument typeBodong Wang2019-02-141-16/+16
* net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz2018-12-171-3/+8
* net/mlx5: Allow co-enablement of uplink LAG and SRIOVRabie Loulou2018-12-141-2/+4
* net/mlx5: Allow/disallow LAG according to pre-req onlyRabie Loulou2018-12-141-0/+13
* net/mlx5: Remove duplicated include from eswitch.cYueHaibing2018-12-131-1/+0Star
* net/mlx5: E-Switch, Use async events chainSaeed Mahameed2018-11-261-19/+25
* net/mlx5: EQ, Different EQ typesSaeed Mahameed2018-11-201-1/+1
* net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed2018-11-201-0/+1
* net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey2018-10-171-1/+1
* net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch2018-10-171-2/+2
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-10-171-1/+1
|\
| * {net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch2018-09-051-1/+1
* | 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
|\