aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-25net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin1-12/+6
2019-01-25Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang1-2/+2
2018-12-17net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz1-3/+8
2018-12-14net/mlx5: Allow co-enablement of uplink LAG and SRIOVRabie Loulou1-2/+4
2018-12-14net/mlx5: Allow/disallow LAG according to pre-req onlyRabie Loulou1-0/+13
2018-12-12net/mlx5: Remove duplicated include from eswitch.cYueHaibing1-1/+0
2018-11-26net/mlx5: E-Switch, Use async events chainSaeed Mahameed1-19/+25
2018-11-20net/mlx5: EQ, Different EQ typesSaeed Mahameed1-1/+1
2018-11-20net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed1-0/+1
2018-10-17net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey1-1/+1
2018-10-17net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch1-2/+2
2018-10-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-1/+1
2018-10-01net/mlx5: E-Switch, Fix out of bound access when setting vport rateEran Ben Elisha1-2/+2
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch1-1/+1
2018-08-08net/mlx5: E-Switch, Remove unused argument when creating legacy FDBEli Cohen1-2/+2
2018-08-08net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha1-5/+5
2018-07-31net/mlx5e: E-Switch, Initialize eswitch only if eswitch managerEli Cohen1-2/+2
2018-07-18net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_modeSaeed Mahameed1-1/+1
2018-06-26net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen1-7/+5
2018-06-26net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz1-1/+1
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+6
2018-06-02net/mlx5: Use flow counter pointer as input to the query functionOr Gerlitz1-9/+6
2018-05-25net/mlx5: E-Switch, Reorganize and rename fdb flow tablesChris Mi1-11/+11
2018-05-18Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-1/+1
2018-05-17net/mlx5: Add destination e-switch ownerShahar Klein1-1/+1
2018-05-10net/mlx5: E-Switch, Include VF RDMA stats in vport statisticsAdi Nissim1-1/+10
2018-03-26net/mlx5: Add packet dropped while vport down statisticsMoshe Shemesh1-5/+26
2018-02-28Merge tag 'mlx5-updates-2018-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-2/+21
2018-02-23net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch1-2/+15
2018-02-23net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch1-0/+6
2018-02-20net/mlx5: E-Switch, Fix drop counters use before creationEugenia Emantayev1-4/+4
2018-01-09net/mlx5e: E-switch, Add steering drop countersEugenia Emantayev1-2/+97
2017-12-29net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman1-4/+6
2017-12-29net/mlx5e: E-Switch, Use the name of static array instead of its addressGal Pressman1-13/+13
2017-12-28net/mlx5: E-Switch, Refactor vport representors initializationMark Bloch1-8/+4
2017-11-04net/mlx5: Initialize destination_flow struct to 0Rabie Loulou1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-166/+45
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-08-18mlx5: ensure 0 is returned when vport is zeroColin Ian King1-1/+1
2017-08-08mlx5: convert to generic pci_alloc_irq_vectorsSagi Grimberg1-1/+1
2017-08-07net/mlx5: Separate between E-Switch and MPFSSaeed Mahameed1-152/+38
2017-08-07net/mlx5: Unify vport manager capability checkSaeed Mahameed1-15/+8
2017-07-27net/mlx5: Clean SRIOV eswitch resources upon VF creation failureEran Ben Elisha1-1/+2
2017-06-16net/mlx5: Avoid blank lines before/after closing/opening bracesOr Gerlitz1-1/+0
2017-06-08net/mlx5e: Add cache for HW modify header IDsOr Gerlitz1-0/+1
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-15/+9
2017-04-30net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen1-18/+2
2017-04-22net/mlx5: E-Switch, Add control for encapsulationRoi Dayan1-0/+5
2017-04-17net/mlx5: Refactor create flow table method to accept underlay QPErez Shitrit1-1/+4
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5