summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-08-15net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEsRahul Rameshbabu6-81/+230
2023-08-14mlxsw: spectrum: Stop ignoring learning notifications from redirected trafficIdo Schimmel3-17/+0
2023-08-14mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel3-0/+22
2023-08-14mlxsw: core_acl_flex_actions: Add IGNORE_ACTIONIdo Schimmel2-0/+42
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-66/+106
2023-08-10net/mlx5: Expose NIC temperature via hardware monitoring kernel APIAdham Faris7-139/+448
2023-08-10net/mlx5: Expose port.c/mlx5_query_module_num() functionAdham Faris2-1/+2
2023-08-10mlxsw: Set port STP state on bridge enslavementPetr Machata1-1/+1
2023-08-09mlxsw: spectrum_switchdev: Use is_zero_ether_addr() instead of ether_addr_equ...Ruan Jinjie1-4/+2
2023-08-09mlxbf_gige: Remove two unused function declarationsYue Haibing1-3/+0
2023-08-09Merge tag 'mlx5-updates-2023-08-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski16-270/+300
2023-08-09rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma1-3/+0
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin6-4/+5
2023-08-07net/mlx5e: Add capability check for vnic countersLama Kayal1-49/+67
2023-08-07net/mlx5: Reload auxiliary devices in pci error handlersMoshe Shemesh1-1/+1
2023-08-07net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh1-0/+5
2023-08-07net/mlx5: LAG, Check correct bucket when modifying LAGShay Drory1-1/+1
2023-08-07net/mlx5e: Unoffload post act rule when handling FIB eventsChris Mi1-2/+4
2023-08-07net/mlx5: Fix devlink controller number for ECVFDaniel Jurgens1-1/+1
2023-08-07net/mlx5: Allow 0 for total host VFsDaniel Jurgens1-2/+1
2023-08-07net/mlx5: Return correct EC_VF function IDDaniel Jurgens1-1/+1
2023-08-07net/mlx5: DR, Fix wrong allocation of modify hdr patternYevgeny Kliteynik1-1/+1
2023-08-07net/mlx5e: TC, Fix internal port memory leakJianbo Liu1-8/+13
2023-08-07net/mlx5e: Take RTNL lock when needed before calling xdp_set_features()Gal Pressman1-0/+11
2023-08-07net/mlx5: Bridge, Only handle registered netdev bridge eventsRoi Dayan1-0/+4
2023-08-07net/mlx5: E-Switch, Remove redundant arg ignore_flow_lvlRoi Dayan1-4/+2
2023-08-07net/mlx5: Fix typo reminder -> remainderGal Pressman1-3/+3
2023-08-07net/mlx5: remove many unnecessary NULL valuesRuan Jinjie2-3/+3
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla6-43/+49
2023-08-07net/mlx5: Handle SF IRQ request in the absence of SF IRQ poolMaher Sanalla2-10/+26
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla4-5/+5
2023-08-07net/mlx5: Add IRQ vector to CPU lookup functionMaher Sanalla3-6/+19
2023-08-07net/mlx5: Introduce mlx5_cpumask_default_spreadMaher Sanalla1-6/+14
2023-08-07net/mlx5: Implement single completion EQ create/destroy methodsMaher Sanalla1-71/+66
2023-08-07net/mlx5: Use xarray to store and manage completion EQsMaher Sanalla1-26/+24
2023-08-07net/mlx5: Refactor completion IRQ request/release handlers in EQ layerMaher Sanalla1-58/+51
2023-08-07net/mlx5: Use xarray to store and manage completion IRQsMaher Sanalla1-32/+29
2023-08-07net/mlx5: Refactor completion IRQ request/release APIMaher Sanalla4-103/+101
2023-08-07net/mlx5: Track the current number of completion EQsMaher Sanalla1-10/+14
2023-08-05mlxsw: spectrum: Remove unused function declarationsYue Haibing2-9/+0
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-95/+222
2023-08-03net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie3-11/+11
2023-08-03net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky1-2/+2
2023-08-03net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu1-8/+72
2023-08-03net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu1-15/+14
2023-08-03net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdevJianbo Liu2-4/+127
2023-08-03net/mlx5e: Add get IPsec offload stats for uplink representorJianbo Liu1-0/+1
2023-08-03net/mlx5e: Modify and restore TC rules for IPSec TX rulesJianbo Liu5-4/+154
2023-08-03net/mlx5e: Make IPsec offload work together with eswitch and TCJianbo Liu3-15/+128
2023-08-03net/mlx5: Compare with old_dest param to modify rule destinationJianbo Liu1-1/+1