summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2023-01-18net/mlx5e: Set decap action based on attr for sampleChris Mi1-3/+2
2023-01-18net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING...Maor Dickman1-2/+2
2023-01-18net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xskAdham Faris1-2/+1
2023-01-09net/mlx5e: Don't support encap rules with gbp optionGavin Li1-0/+2
2023-01-09net/mlx5e: TC, Restore pkt rate policing supportOz Shlomo1-6/+0
2023-01-09net/mlx5e: TC, ignore match level for post meter rulesOz Shlomo1-0/+1
2022-12-28net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve optionMaor Dickman1-0/+5
2022-12-28net/mlx5e: Always clear dest encap in neigh-update-delChris Mi1-1/+8
2022-12-28net/mlx5e: CT: Fix ct debugfs folder nameChris Mi1-6/+1
2022-12-28net/mlx5e: Fix RX reporter for XSK RQsTariq Toukan1-1/+5
2022-12-09Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-2/+2
2022-12-08net/mlx5e: TC, add support for meter mtu offloadOz Shlomo5-6/+66
2022-12-08net/mlx5e: meter, add mtu post meter tablesOz Shlomo2-7/+184
2022-12-08net/mlx5e: meter, refactor to allow multiple post meter tablesOz Shlomo1-58/+96
2022-12-08net/mlx5e: TC, allow meter jump control actionOz Shlomo2-13/+43
2022-12-08net/mlx5e: TC, init post meter rules with branching attributesOz Shlomo2-29/+61
2022-12-08net/mlx5e: TC, rename post_meter actionsOz Shlomo4-31/+31
2022-12-08net/mlx5e: TC, set control params for branching actionsOz Shlomo2-0/+23
2022-12-08net/mlx5e: TC, add terminating actionsOz Shlomo7-1/+15
2022-12-08net/mlx5e: Create IPsec policy offload tablesLeon Romanovsky1-1/+2
2022-12-06net/mlx5: Return ready to use ASO WQELeon Romanovsky1-1/+0
2022-11-29net/mlx5e: TC, Add offload support for trap with additional actionsMaor Dickman1-8/+2
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan1-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+9
2022-11-21net/mlx5e: Offload rule only when all encaps are validChris Mi2-6/+3
2022-11-21net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan1-4/+6
2022-11-12net/mlx5e: CT, optimize pre_ct table lookupOz Shlomo1-33/+56
2022-11-12net/mlx5e: TC, Remove redundant WARN_ON()Roi Dayan1-1/+0
2022-11-12net/mlx5e: Move params kernel log print to probe functionTariq Toukan2-10/+14
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi1-2/+8
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-63/+88
2022-11-09net/mlx5e: Fix tc acts array not to be dependent on enum orderRoi Dayan1-60/+32
2022-11-09net/mlx5e: Fix usage of DMA sync APIMaxim Mikityanskiy1-2/+2
2022-11-09net/mlx5e: Add missing sanity checks for max TX WQE sizeMaxim Mikityanskiy1-1/+23
2022-11-09net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov1-0/+31
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko2-11/+0
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-8/+0
2022-10-27net/mlx5e: Update restore chain id for slow path packetsPaul Blakey1-0/+2
2022-10-27net/mlx5e: Extend SKB room check to include PTP-SQAya Levin2-0/+15
2022-10-12net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky1-1/+7
2022-10-03net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte framesMaxim Mikityanskiy2-1/+44
2022-10-03net/mlx5e: xsk: Print a warning in slow configurationsMaxim Mikityanskiy1-0/+9
2022-10-03net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned modeMaxim Mikityanskiy2-7/+65
2022-10-03net/mlx5e: Improve MTT/KSM alignmentMaxim Mikityanskiy2-2/+11
2022-10-03net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy3-47/+107
2022-10-03net/mlx5e: xsk: Improve need_wakeup logicMaxim Mikityanskiy2-26/+0
2022-10-03net/mlx5e: xsk: Flush RQ on XSK activation to save memoryMaxim Mikityanskiy1-0/+9
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy8-170/+45
2022-10-01net/mlx5e: Introduce the mlx5e_flush_rq functionMaxim Mikityanskiy1-22/+1
2022-10-01net/mlx5e: xsk: Support XDP metadata on XSK RQsMaxim Mikityanskiy1-8/+12