summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2025-05-22net/mlx5e: Convert mlx5 netdevs to instance lockingCosmin Ratiu4-14/+29
2025-05-17net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overheadCarolina Jubran1-6/+0
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+31
2025-04-25net/mlx5e: Fix lock order in mlx5e_tx_reporter_ptpsq_unhealthy_recoverCosmin Ratiu1-4/+2
2025-04-25net/mlx5e: Use custom tunnel header for vxlan gbpVlad Dogaru1-3/+29
2025-04-15page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-2/+2
2025-03-28net/mlx5e: SHAMPO, Make reserved size independent of page sizeLama Kayal1-3/+5
2025-03-25net/mlx5e: TC, Don't offload CT commit if it's the last actionJianbo Liu1-0/+11
2025-03-25net/mlx5e: CT: Filter legacy rules that are unrelated to nicPaul Blakey1-0/+29
2025-03-25net/mlx5e: TX, Utilize WQ fragments edge for multi-packet WQEsTariq Toukan3-6/+20
2025-03-24net/mlx5: Remove NULL check before dev_{put, hold}Gal Pressman2-12/+6
2025-03-17net/mlx5: fs, add support for flow meters HWS actionMoshe Shemesh2-0/+18
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-7/+5
2025-03-13net/mlx5: Bridge, fix the crash caused by LAG state checkJianbo Liu1-7/+5
2025-03-07net/mlx5: Refactor link speed handling with mlx5_link_info structShahar Shitrit1-2/+7
2025-02-28net/mlx5: Remove newline at the end of a netlink error messageGal Pressman1-1/+1
2025-02-28net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-3/+3
2025-02-26net/mlx5e: Symmetric OR-XOR RSS hash controlGal Pressman6-12/+24
2025-02-25net/mlx5e: Move IPSec policy check after decryptionJianbo Liu1-2/+2
2025-02-12net/mlx5: XDP, Enable TX side XDP multi-buffer supportAlexei Lazar4-31/+21
2025-02-12net/mlx5e: Expose RSS via devlink rx reporter diagnoseAmir Tzin5-2/+79
2025-02-12net/mlx5e: Add direct TIRs to devlink rx reporter diagnoseAmir Tzin3-1/+40
2025-02-12net/mlx5e: Move RQs diagnose to a dedicated functionAmir Tzin1-13/+18
2025-02-12net/mlx5e: reduce the max log mpwrq sz for ECPF and repsWilliam Tu1-4/+11
2025-02-06net/mlx5e: Remove unused mlx5e_tc_flow_action structGal Pressman1-5/+0
2025-02-06net/mlx5e: Support FEC settings for 200G per lane link modesJianbo Liu2-10/+55
2025-02-06net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointerJianbo Liu4-6/+6
2025-01-16net/mlx5e: CT: Offload connections with hardware steering rulesCosmin Ratiu1-2/+247
2025-01-16net/mlx5e: CT: Make mlx5_ct_fs_smfs_ct_validate_flow_rule reusableCosmin Ratiu3-74/+82
2025-01-16net/mlx5e: CT: Add initial support for Hardware SteeringCosmin Ratiu3-4/+70
2024-12-05net/mlx5e: Remove workaround to avoid syndrome for internal portJianbo Liu1-2/+11
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-11-12net/mlx5e: CT: Fix null-ptr-deref in add rule err flowMoshe Shemesh1-1/+1
2024-11-04net/mlx5e: move XDP_REDIRECT sq to dynamic allocationWilliam Tu1-1/+1
2024-10-21net/mlx5: fs, rename modify header struct member actionMoshe Shemesh1-2/+2
2024-10-04net/mlx5: hw counters: Remove mlx5_fc_create_exCosmin Ratiu1-1/+1
2024-09-25net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()Elena Salomatkina1-0/+3
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+18
2024-08-10net/mlx5e: Take state lock during tx timeout reporterDragos Tatulea1-0/+2
2024-08-10net/mlx5e: SHAMPO, Increase timeout to improve latencyDragos Tatulea2-1/+16
2024-08-10net/mlx5e: CT: Update connection tracking steering entriesCosmin Ratiu4-8/+53
2024-08-10net/mlx5e: CT: 'update' rules instead of 'replace'Cosmin Ratiu1-17/+17
2024-08-10net/mlx5e: TC, Offload rewrite and mirror on tunnel over ovs internal portJianbo Liu1-0/+1
2024-08-01net/mlx5e: Fix CT entry update leaks of modify header contextChris Mi1-0/+1
2024-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2024-07-14eth: mlx5: expose NETIF_F_NTUPLE when ARFS is compiled outJakub Kicinski1-0/+13
2024-07-10net/mlx5e: CT: Initialize err to 0 to avoid warningCosmin Ratiu1-1/+1
2024-07-01RDMA/mlx5: Add plane index support when querying PTYS registersMark Zhang1-1/+1
2024-06-17net/mlx5e: Add txq to sq stats mappingJoe Damato1-2/+11
2024-06-15net/mlx5e: Support SWP-mode offload L4 csum calculationRahul Rameshbabu1-0/+37