aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-65/+165
2022-01-09net/mlx5e: Fix build error in fec_set_block_stats()Jakub Kicinski1-1/+1
2022-01-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller16-228/+672
2022-01-06mlxsw: spectrum: Extend to support Spectrum-4 ASICAmit Cohen4-1/+98
2022-01-06mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculationAmit Cohen2-16/+252
2022-01-06mlxsw: Add operations structure for bloom filter calculationAmit Cohen4-2/+18
2022-01-06mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for future useAmit Cohen1-25/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flexibleAmit Cohen1-11/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aestheticAmit Cohen1-8/+8
2022-01-06mlxsw: Introduce flex key elements for Spectrum-4Amit Cohen2-0/+43
2022-01-06mlxsw: Rename virtual router flex key elementAmit Cohen4-12/+12
2022-01-06Revert "net/mlx5: Add retry mechanism to the command entry index allocation"Moshe Shemesh1-20/+1
2022-01-06net/mlx5: Set command entry semaphore up once got index freeMoshe Shemesh1-9/+6
2022-01-06net/mlx5e: Sync VXLAN udp ports during uplink representor profile changeMaor Dickman1-0/+3
2022-01-06net/mlx5: Fix access to sf_dev_table on allocation failureShay Drory1-4/+1
2022-01-06net/mlx5e: Fix matching on modified inner ip_ecn bitsPaul Blakey1-4/+116
2022-01-06Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"Aya Levin1-3/+6
2022-01-06Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"Aya Levin1-3/+7
2022-01-06net/mlx5e: Don't block routes with nexthop objects in SWMaor Dickman1-4/+2
2022-01-06net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects are usedMaor Dickman1-0/+2
2022-01-06net/mlx5e: Fix nullptr on deleting mirroring ruleDima Chumak1-13/+15
2022-01-06net/mlx5e: Fix page DMA map/unmap attributesAya Levin2-5/+6
2022-01-06net/mlx5e: Add recovery flow in case of error CQEGal Pressman1-9/+11
2022-01-06net/mlx5e: TC, Remove redundant error loggingRoi Dayan1-8/+0
2022-01-06net/mlx5e: Refactor set_pflag_cqe_based_moderSaeed Mahameed1-12/+7
2022-01-06net/mlx5e: Move HW-GRO and CQE compression check to fix features flowGal Pressman1-5/+5
2022-01-06net/mlx5e: Fix feature check per profileAya Levin1-1/+1
2022-01-06net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch managerMaor Dickman1-1/+1
2022-01-06net/mlx5e: Expose FEC counters via ethtoolLama Kayal1-3/+98
2022-01-06net/mlx5: Update log_max_qp value to FW max capabilityMaher Sanalla1-2/+6
2022-01-06net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory5-34/+201
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory3-39/+133
2022-01-06net/mlx5: Split irq_pool_affinity logic to new fileShay Drory5-97/+157
2022-01-06net/mlx5: Move affinity assignment into irq_requestShay Drory1-13/+9
2022-01-06net/mlx5: Introduce control IRQ request APIShay Drory3-10/+58
2022-01-06net/mlx5: mlx5e_hv_vhca_stats_create return type to voidSaeed Mahameed2-15/+6
2022-01-05mlxsw: pci: Avoid flow control for EMAD packetsDanielle Ratson2-1/+17
2022-01-04net: fixup build after bpf header changesJakub Kicinski1-0/+1
2022-01-04net/mlx5: CT: Set flow source hint from provided tuple devicePaul Blakey3-5/+49
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-2/+4
2021-12-31net/mlx5: Set SMFS as a default steering mode if device supports itYevgeny Kliteynik1-0/+5
2021-12-31net/mlx5: DR, Ignore modify TTL if device doesn't support itYevgeny Kliteynik1-3/+18
2021-12-31net/mlx5: DR, Improve steering for empty or RX/TX-only matchersYevgeny Kliteynik4-130/+156
2021-12-31net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist fieldYevgeny Kliteynik7-1/+86
2021-12-31net/mlx5: DR, Support matching on tunnel headers 0 and 1Muhammad Sammar7-1/+79
2021-12-31net/mlx5: DR, Add misc5 to match_param structsMuhammad Sammar4-1/+61
2021-12-31net/mlx5: Add misc5 flow table match parametersMuhammad Sammar1-1/+1
2021-12-31net/mlx5: DR, Warn on failure to destroy objects due to refcountYevgeny Kliteynik4-4/+4
2021-12-31net/mlx5: DR, Add support for UPLINK destination typeYevgeny Kliteynik4-10/+34
2021-12-31net/mlx5: DR, Add support for dumping steering infoMuhammad Sammar8-8/+688