summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorLines
11 daysnet/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQDragos Tatulea-7/+4
11 daysnet/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQDragos Tatulea-7/+5
11 daysnet/mlx5e: Fix DMA FIFO desync on error CQE SQ recoveryGal Pressman-1/+0
11 daysnet/mlx5: Fix peer miss rules host disabled checksCarolina Jubran-15/+12
11 daysnet/mlx5: Fix crash when moving to switchdev modePatrisious Haddad-1/+1
11 daysnet/mlx5: Fix deadlock between devlink lock and esw->wqCosmin Ratiu-8/+19
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-10/+22
2026-02-25net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address queryJianbo Liu-2/+1
2026-02-25net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory-0/+2
2026-02-25net/mlx5: E-switch, Clear legacy flag when moving to switchdevShay Drory-0/+2
2026-02-25net/mlx5: LAG, disable MPESW in lag_disable_change()Shay Drory-6/+15
2026-02-25net/mlx5: DR, Fix circular locking dependency in dumpShay Drory-2/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-44/+35
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-88/+44
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-517/+517
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-775/+735
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-93/+97
2026-02-19net/mlx5e: Use unsigned for mlx5e_get_max_num_channelsCosmin Ratiu-1/+2
2026-02-19net/mlx5e: Fix deadlocks between devlink and netdev instance locksCosmin Ratiu-58/+61
2026-02-19net/mlx5e: MACsec, add ASO poll loop in macsec_aso_set_arm_eventGal Pressman-1/+2
2026-02-19net/mlx5: Fix misidentification of write combining CQE during poll loopGal Pressman-9/+5
2026-02-19net/mlx5e: Fix misidentification of ASO CQE during poll loopGal Pressman-14/+6
2026-02-18net/mlx5e: XSK, Fix unintended ICOSQ changeTariq Toukan-10/+21
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-10net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}Simon Horman-2/+0
2026-02-06net/mlx4: Remove jumbo_remove step from TX pathAlice Mikityanska-34/+8
2026-02-06net/mlx5e: Remove jumbo_remove step from TX pathAlice Mikityanska-63/+12
2026-02-05net/mlx5e: SHAMPO, Switch to header memcpyDragos Tatulea-484/+188
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla-2/+2
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera-6/+9
2026-02-05dpll: Add reference count tracking supportIvan Vecera-6/+7
2026-02-05net/mlx5: Support devlink port state for host PFMoshe Shemesh-12/+108
2026-02-04net/mlx5e: Extend TC max ratelimit using max_bw_value_msbAlexei Lazar-34/+44
2026-02-04net/mlx5e: SHAMPO, Improve allocation recoveryDragos Tatulea-2/+24
2026-02-04net/mlx5e: RX, Drop oversized packets in non-linear modeDragos Tatulea-24/+12
2026-02-02net: remove unnecessary module_init/exit functionsEthan Nelson-Moore-12/+0
2026-01-29dpll: expose fractional frequency offset in pptIvan Vecera-1/+1
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-36/+108
2026-01-28net/mlx5e: Skip ESN replay window setup for IPsec crypto offloadJianbo Liu-1/+2
2026-01-28net/mlx5: Fix vhca_id access call trace use before allocParav Pandit-11/+21
2026-01-28net/mlx5: fs, Fix inverted cap check in tx flow table root disconnectShay Drory-1/+2
2026-01-28net/mlx5e: don't assume psp tx skbs are ipv6 csum handlingDaniel Zahka-6/+11
2026-01-27net/mlx5e: Account for netdev stats in ndo_get_stats64Gal Pressman-9/+11
2026-01-27net/mlx5e: TC, delete flows only for existing peersMark Bloch-6/+13
2026-01-27net/mlx5: Fix Unbinding uplink-netdev in switchdev modeShay Drory-0/+46
2026-01-27net/mlx5e: Remove redundant UDP length adjustment with GSO_PARTIALGal Pressman-17/+0
2026-01-25net/mlx5: Fix return type mismatch in mlx5_esw_vport_vhca_id()Zeng Chi-1/+1
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan-1/+1