aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-25/+26
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-09-15net/mlx5: Publish and unpublish all devlink parameters at onceLeon Romanovsky1-8/+2
2021-09-07net/mlx5e: Fix condition when retrieving PTP-rqnAya Levin1-1/+1
2021-09-07net/mlx5e: Fix mutual exclusion between CQE compression and HW TSAya Levin3-8/+9
2021-09-07net/mlx5: Fix potential sleeping in atomic contextMaor Gottlieb1-3/+2
2021-09-07net/mlx5: FWTrace, cancel work on alloc pd error flowSaeed Mahameed1-1/+2
2021-09-07net/mlx5: Lag, don't update lag if lag isn't supportedMark Bloch1-2/+8
2021-09-07net/mlx5: Fix rdma aux device on devlink reloadParav Pandit1-5/+2
2021-09-07net/mlx5: Bridge, fix uninitialized variable usageVlad Buslov1-2/+2
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-4/+34
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy3-13/+9
2021-08-26net/mlx5: DR, Add support for update FTEYevgeny Kliteynik1-9/+30
2021-08-26net/mlx5: DR, Improve rule tracking memory consumptionYevgeny Kliteynik3-86/+83
2021-08-26net/mlx5: DR, Remove rehash ctrl struct from dr_htblYevgeny Kliteynik3-21/+24
2021-08-26net/mlx5: DR, Remove HW specific STE type from nic domainYevgeny Kliteynik10-45/+61
2021-08-26net/mlx5: DR, Merge DR_STE_SIZE enumsYevgeny Kliteynik1-3/+0
2021-08-26net/mlx5: DR, Skip source port matching on FDB RX domainYevgeny Kliteynik1-1/+13
2021-08-26net/mlx5: DR, Add ignore_flow_level support for multi-dest flow tablesYevgeny Kliteynik6-6/+18
2021-08-26net/mlx5: DR, Use FW API when updating FW-owned flow tableYevgeny Kliteynik1-0/+3
2021-08-26net/mlx5: DR, replace uintN_t with kernel-style typesYevgeny Kliteynik2-6/+6
2021-08-26net/mlx5: DR, Support IPv6 matching on flow label for STEv0Yevgeny Kliteynik1-0/+6
2021-08-26net/mlx5: DR, Reduce print level for FT chaining level checkBodong Wang1-2/+2
2021-08-26net/mlx5: DR, Warn and ignore SW steering rule insertion on QP errYevgeny Kliteynik2-2/+15
2021-08-26net/mlx5: DR, Improve error flow in actions_build_ste_arrYevgeny Kliteynik1-16/+56
2021-08-26net/mlx5: DR, Enable QP retransmissionYevgeny Kliteynik1-0/+1
2021-08-26net/mlx5: DR, Enable VLAN pop on TX and VLAN push on RXYevgeny Kliteynik3-9/+118
2021-08-26net/mlx5: DR, Split modify VLAN state to separate pop/push statesYevgeny Kliteynik1-26/+27
2021-08-26net/mlx5: DR, Added support for REMOVE_HEADER packet reformatYevgeny Kliteynik5-7/+96
2021-08-26net/mlx5: DR, fix a potential use-after-free bugWentao_Liang1-1/+1
2021-08-26net/mlx5e: Use correct eswitch for stack devices with lagDmytro Linkin1-0/+18
2021-08-26net/mlx5: E-Switch, Set vhca id valid flag when creating indir fwd groupMaor Dickman1-0/+1
2021-08-26net/mlx5e: Fix possible use-after-free deleting fdb ruleRoi Dayan1-2/+2
2021-08-26net/mlx5: Remove all auxiliary devices at the unregister eventLeon Romanovsky1-1/+1
2021-08-26net/mlx5: Lag, fix multipath lag activationDima Chumak3-0/+11
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo3-6/+18
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-14/+2
2021-08-19net/mlx5: E-switch, Add QoS tracepointsDmytro Linkin2-1/+135
2021-08-19net/mlx5: E-switch, Allow to add vports to rate groupsDmytro Linkin5-25/+199
2021-08-19net/mlx5: E-switch, Allow setting share/max tx rate limits of rate groupsDmytro Linkin4-39/+225
2021-08-19net/mlx5: E-switch, Introduce rate limiting groups APIDmytro Linkin4-5/+143
2021-08-19net/mlx5: E-switch, Enable devlink port tx_{share|max} rate controlDmytro Linkin5-27/+157
2021-08-19net/mlx5: E-switch, Move QoS related code to dedicated fileDmytro Linkin7-316/+346
2021-08-19net/mlx5e: TC, Support sample offload action for tunneled trafficChris Mi4-91/+214
2021-08-19net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi5-14/+37
2021-08-19net/mlx5e: TC, Remove CONFIG_NET_TC_SKB_EXT dependency when restoring tunnelChris Mi1-9/+6
2021-08-19net/mlx5e: Refactor ct to use post action infrastructureChris Mi7-122/+176
2021-08-19net/mlx5e: Introduce post action infrastructureChris Mi3-1/+81
2021-08-19net/mlx5e: CT, Use xarray to manage fte idsChris Mi1-9/+9
2021-08-19net/mlx5e: Move sample attribute to flow attributeChris Mi5-28/+29