summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17net/mlx5e: Don't call cleanup on profile rollback failureCosmin Ratiu1-1/+3
2024-09-12net/mlx5e: Match cleanup order in mlx5e_free_rq in reverse of mlx5e_alloc_rqRahul Rameshbabu1-12/+13
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-2/+2
2024-08-16net/mlx5e: XPS, Fix oversight of Multi-PF Netdev changesCarolina Jubran1-5/+8
2024-08-16net/mlx5e: SHAMPO, Release in progress headersDragos Tatulea1-0/+8
2024-08-09net/mlx5e: Fix queue stats access to non-existing channels splatGal Pressman1-1/+4
2024-08-09net/mlx5e: SHAMPO, Increase timeout to improve latencyDragos Tatulea1-12/+0
2024-07-13eth: mlx5: expose NETIF_F_NTUPLE when ARFS is compiled outJakub Kicinski1-3/+5
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2024-06-28net/mlx5e: Add mqprio_rl cleanup and free in mlx5e_priv_cleanup()Jianbo Liu1-0/+5
2024-06-17net/mlx5e: Add per queue netdev-genl statsJoe Damato1-0/+132
2024-06-17net/mlx5e: Add txq to sq stats mappingJoe Damato1-1/+10
2024-06-14net/mlx5e: Fix outdated comment in features checkGal Pressman1-1/+1
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2024-06-10net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packetsGal Pressman1-2/+1
2024-06-05net/mlx5e: SHAMPO, Re-enable HW-GROYoray Zack1-0/+26
2024-06-05net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack1-9/+12
2024-06-05net/mlx5e: SHAMPO, Simplify header page release in teardownDragos Tatulea1-11/+1
2024-06-05net/mlx5e: SHAMPO, Fix FCS config when HW GRO onDragos Tatulea1-3/+9
2024-05-24net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran1-1/+1
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2024-05-13net/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran1-50/+45
2024-05-10net/mlx5e: Fix netif state handlingShay Drory1-5/+5
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-22net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu1-39/+171
2024-04-22net/mlx5e: Dynamically allocate DIM structure for SQs/RQsRahul Rameshbabu1-6/+25
2024-04-22net/mlx5e: Use DIM constants for CQ period mode parameterRahul Rameshbabu1-14/+6
2024-04-22net/mlx5e: Move DIM function declarations to en/dim.hRahul Rameshbabu1-0/+1
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-04-12net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan1-2/+2
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2024-04-10net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran1-2/+0
2024-04-05net/mlx5e: Un-expose functions in en.hTariq Toukan1-1/+1
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg1-4/+1
2024-03-07net/mlx5e: Support per-mdev queue counterTariq Toukan1-16/+27
2024-03-07net/mlx5e: Support cross-vhca RSSTariq Toukan1-0/+2
2024-03-07net/mlx5e: Let channels be SD-awareTariq Toukan1-11/+21
2024-03-07net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan1-10/+22
2024-03-07net/mlx5e: Create single netdev per SD groupTariq Toukan1-7/+62
2024-02-12net/mlx5e: link NAPI instances to queues and IRQsJoe Damato1-0/+7
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed1-1/+1
2024-01-07Revert "mlx5 updates 2023-12-20"Jakub Kicinski1-154/+46
2023-12-20net/mlx5: Implement management PF Ethernet profileArmen Ratner1-3/+21
2023-12-20net/mlx5e: Support per-mdev queue counterTariq Toukan1-16/+27
2023-12-20net/mlx5e: Support cross-vhca RSSTariq Toukan1-0/+2
2023-12-20net/mlx5e: Let channels be SD-awareTariq Toukan1-11/+21
2023-12-20net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan1-10/+22
2023-12-20net/mlx5e: Create single netdev per SD groupTariq Toukan1-7/+62
2023-12-20net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed1-1/+1
2023-12-15Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-108/+51