aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-20net/mlx5e: Get the latest values from counters in switchdev modeZhu Yanjun1-1/+6
2020-04-20net/mlx5: Kconfig: convert imply usage to weak dependencySaeed Mahameed1-4/+4
2020-04-20net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overrunsMaxim Mikityanskiy4-5/+15
2020-04-20net/mlx5: CT: Change idr to xarray to protect parallel tuple id allocationPaul Blakey1-11/+12
2020-04-20net/mlx5: Fix failing fw tracer allocation on s390Niklas Schnelle1-3/+3
2020-04-08net/mlx5e: CT: Use rhashtable's ct entries instead of a separate listPaul Blakey1-12/+7
2020-04-08net/mlx5e: Fix devlink port netdev unregistration sequenceParav Pandit1-1/+1
2020-04-08net/mlx5e: Fix pfnum in devlink port attributeParav Pandit1-4/+5
2020-04-08net/mlx5e: Fix missing pedit action after ct clear actionRoi Dayan1-1/+2
2020-04-08net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin1-2/+3
2020-04-08net/mlx5e: Add missing release firmware callEran Ben Elisha1-1/+4
2020-04-08net/mlx5: Fix condition for termination table cleanupEli Cohen2-10/+3
2020-04-08net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh1-1/+1
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-2/+59
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha3-4/+4
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko2-3/+6
2020-03-29net/mlx5e: add mlx5e_rep_indr_setup_ft_cb supportwenxu1-0/+49
2020-03-29net/mlx5e: refactor indr setup blockwenxu1-21/+21
2020-03-29net/mlx5: E-Switch: Move eswitch chains to a new directorySaeed Mahameed8-6/+10
2020-03-29net/mlx5: Use a separate work queue for fib event handlingMark Zhang2-4/+11
2020-03-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed2-30/+6
2020-03-27Merge branch 'mlx5_tx_steering' into rdma.git for-nextJason Gunthorpe4-5/+60
2020-03-27net/mlx5: Add support for RDMA TX steeringMichael Guralnik3-2/+59
2020-03-26Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-146/+261
2020-03-25net/mlx5: E-switch, Protect eswitch mode changesParav Pandit4-50/+123
2020-03-25net/mlx5: E-switch, Extend eswitch enable to handle num_vfs changeParav Pandit4-32/+58
2020-03-25net/mlx5: Split eswitch mode check to different helper functionParav Pandit1-4/+33
2020-03-25net/mlx5: Simplify mlx5_unload_one() and its callersParav Pandit3-10/+5
2020-03-25net/mlx5: Simplify mlx5_register_device to return voidParav Pandit3-15/+5
2020-03-25net/mlx5: Avoid group version scan when not necessaryEli Cohen1-6/+10
2020-03-25net/mlx5: Avoid incrementing FTE versionEli Cohen1-1/+0
2020-03-25net/mlx5: Fix group version managementEli Cohen1-0/+1
2020-03-25net/mlx5: Simplify matching group searchesEli Cohen1-30/+11
2020-03-25net/mlx5: E-Switch, Use correct type for chain, prio and level valuesRoi Dayan1-1/+2
2020-03-25net/mlx5: E-Switch, free flow_group_in after creating the restore tableRoi Dayan1-0/+2
2020-03-25net/mlx5: E-Switch, Enable chains only if regs loopback is enabledPaul Blakey2-20/+26
2020-03-25net/mlx5: E-Switch, Enable restore table only if reg_c1 is supportedPaul Blakey1-0/+9
2020-03-25net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cbwenxu1-2/+1
2020-03-25net/mlx5e: Fix actions_match_supported() returnDan Carpenter1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-26/+52
2020-03-24net/mlx5e: Do not recover from a non-fatal syndromeAya Levin1-2/+1
2020-03-24net/mlx5e: Fix ICOSQ recovery flow with Striding RQAya Levin3-8/+26
2020-03-24net/mlx5e: Fix missing reset of SW metadata in Striding RQ resetAya Levin1-2/+4
2020-03-24net/mlx5e: Enhance ICOSQ WQE info fieldsAya Levin3-6/+7
2020-03-24net/mlx5_core: Set IB capability mask1 to fix ib_srpt connection failureLeon Romanovsky1-0/+3
2020-03-18Merge tag 'mlx5-updates-2020-03-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller11-104/+216
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-5/+5
2020-03-17net/mlx5: Avoid forwarding to other eswitch uplinkEli Cohen1-0/+3
2020-03-17net/mlx5: Eswitch, enable forwarding back to uplink portEli Cohen1-16/+43
2020-03-17net/mlx5e: Add support for offloading traffic from uplink to uplinkEli Cohen1-27/+70