summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2024-01-24net/mlx5e: fix a potential double-free in fs_any_create_groupsDinghao Liu1-0/+1
2024-01-24net/mlx5e: fix a double-free in arfs_create_groupsZhipeng Lu1-11/+15
2024-01-24net/mlx5e: Ignore IPsec replay window values on sender sideLeon Romanovsky1-2/+8
2024-01-24net/mlx5e: Allow software parsing when IPsec crypto is enabledLeon Romanovsky1-2/+2
2024-01-24net/mlx5: Use mlx5 device constant for selecting CQ period mode for ASORahul Rameshbabu1-1/+1
2024-01-24net/mlx5: DR, Can't go to uplink vport on RX ruleYevgeny Kliteynik1-5/+11
2024-01-24net/mlx5: DR, Use the right GVMI number for drop actionYevgeny Kliteynik1-0/+1
2024-01-24net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh2-0/+5
2024-01-24net/mlx5: Fix a WARN upon a callback command failureYishai Hadas1-2/+3
2024-01-24net/mlx5e: Fix peer flow lists handlingVlad Buslov1-1/+2
2024-01-24net/mlx5e: Fix inconsistent hairpin RQT sizesTariq Toukan1-1/+1
2024-01-24net/mlx5e: Fix operation precedence bug in port timestamping napi_poll contextRahul Rameshbabu1-1/+1
2024-01-24net/mlx5: Fix query of sd_group fieldTariq Toukan1-0/+21
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed4-11/+16
2024-01-19Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-17/+21
2024-01-18mlxsw: spectrum_router: Register netdevice notifier before nexthopPetr Machata1-12/+12
2024-01-18mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel1-0/+2
2024-01-18mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error pathIdo Schimmel1-2/+2
2024-01-18mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen1-3/+5
2024-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-8/+37
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-16/+16
2024-01-08Revert "mlx5 updates 2023-12-20"Jakub Kicinski37-1291/+186
2024-01-07mlxbf_gige: Enable the GigE port in mlxbf_gige_openAsmaa Mnebhi1-6/+6
2024-01-07mlxbf_gige: Fix intermittent no ip issueAsmaa Mnebhi2-10/+10
2024-01-05net/mlx5: DPLL, Implement fractional frequency offset get pin opJiri Pirko1-0/+31
2024-01-05net/mlx5: DPLL, Use struct to get values from mlx5_dpll_synce_status_get()Jiri Pirko1-35/+28
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2023-12-30mlxbf_gige: fix receive packet race conditionDavid Thompson1-2/+7
2023-12-30Merge tag 'mlx5-updates-2023-12-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller37-186/+1291
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni15-54/+79
2023-12-21net/mlx5: Implement management PF Ethernet profileArmen Ratner7-5/+304
2023-12-21net/mlx5: Enable SD featureTariq Toukan1-1/+2
2023-12-21net/mlx5e: Block TLS device offload on combined SD netdevTariq Toukan2-2/+4
2023-12-21net/mlx5e: Support per-mdev queue counterTariq Toukan10-69/+111
2023-12-21net/mlx5e: Support cross-vhca RSSTariq Toukan10-57/+179
2023-12-21net/mlx5e: Let channels be SD-awareTariq Toukan8-27/+35
2023-12-21net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2-10/+23
2023-12-21net/mlx5e: Create single netdev per SD groupTariq Toukan1-7/+62
2023-12-21net/mlx5: SD, Add informative prints in kernel logTariq Toukan1-0/+21
2023-12-21net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan1-1/+184
2023-12-21net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan2-2/+121
2023-12-21net/mlx5: SD, Implement basic query and instantiationTariq Toukan1-1/+106
2023-12-21net/mlx5: SD, Introduce SD libTariq Toukan4-1/+110
2023-12-21net/mlx5: Fix query of sd_group fieldTariq Toukan1-0/+21
2023-12-21net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed4-11/+16
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+15
2023-12-15mlxsw: spectrum_fid: Set NVE flood profile as part of FID configurationPetr Machata1-0/+18
2023-12-15mlxsw: spectrum_fid: Add an "any" packet typePetr Machata2-0/+13
2023-12-15mlxsw: reg: Add nve_flood_prf_id field to SFMRPetr Machata1-0/+9
2023-12-15Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller24-155/+248