aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-09-07net/mlx5e: Fix condition when retrieving PTP-rqnAya Levin1-1/+1
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 Kicinski1-2/+2
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2-11/+8
2021-08-26net/mlx5e: Fix possible use-after-free deleting fdb ruleRoi Dayan1-2/+2
2021-08-19net/mlx5e: TC, Support sample offload action for tunneled trafficChris Mi2-86/+212
2021-08-19net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi3-11/+27
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 Mi5-120/+163
2021-08-19net/mlx5e: Introduce post action infrastructureChris Mi2-0/+79
2021-08-19net/mlx5e: CT, Use xarray to manage fte idsChris Mi1-9/+9
2021-08-19net/mlx5e: Move sample attribute to flow attributeChris Mi1-13/+14
2021-08-19net/mlx5e: Move esw/sample to en/tc/sampleChris Mi3-2/+627
2021-08-16net/mlx5: Bridge, support LAGVlad Buslov1-38/+87
2021-08-16net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov1-15/+45
2021-08-16net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov1-105/+133
2021-08-16net/mlx5e: Abstract MQPRIO paramsTariq Toukan3-12/+16
2021-08-16net/mlx5e: Support flow classification into RSS contextsTariq Toukan4-0/+53
2021-08-16net/mlx5e: Support multiple RSS contextsTariq Toukan4-46/+219
2021-08-16net/mlx5e: Dynamically allocate TIRs in RSS contextsTariq Toukan1-13/+56
2021-08-16net/mlx5e: Convert RSS to a dedicated objectTariq Toukan4-425/+601
2021-08-16net/mlx5e: Introduce abstraction of RSS contextTariq Toukan2-70/+102
2021-08-16net/mlx5e: Introduce TIR create/destroy API in rx_resTariq Toukan1-57/+83
2021-08-16net/mlx5e: Do not try enable RSS when resetting indir tableTariq Toukan1-5/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing2-2/+2
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski3-2/+57
2021-08-09net/mlx5e: Avoid creating tunnel headers for local routeRoi Dayan1-0/+5
2021-08-05net/mlx5e: Use shared mappings for restoring from metadataRoi Dayan1-2/+7
2021-08-05net/mlx5e: Add an option to create a shared mappingRoi Dayan2-0/+50
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb2-9/+11
2021-08-02net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb1-77/+1
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb2-27/+30
2021-08-02net/mlx5e: Rename some related TTC args and functionsMaor Gottlieb1-2/+2
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb6-86/+89
2021-08-02net/mlx5e: Allocate the array of channels according to the real max_nchMaxim Mikityanskiy2-3/+11
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy6-88/+798
2021-08-02net/mlx5e: Introduce mlx5e_channels API to get RQNsMaxim Mikityanskiy2-0/+62
2021-08-02net/mlx5e: Use a new initializer to build uniform indir tableMaxim Mikityanskiy2-0/+12
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+16
2021-07-28net/mlx5: Don't rely on always true registered fieldLeon Romanovsky1-7/+3
2021-07-27net/mlx5e: Fix page allocation failure for ptp-RQ over SFAya Levin1-1/+1
2021-07-27net/mlx5e: Fix page allocation failure for trap-RQ over SFAya Levin1-1/+1
2021-07-27net/mlx5e: Consider PTP-RQ when setting RX VLAN strippingAya Levin1-1/+4
2021-07-27net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO combinedTariq Toukan1-1/+10
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy2-0/+13
2021-07-26net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy3-6/+78
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy4-29/+254
2021-07-26net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy1-2/+6