summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2025-09-24net/mlx5e: Fix missing FEC RS stats for RS_544_514_INTERLEAVED_QUADCarolina Jubran1-0/+1
2025-09-24net/mlx5: HWS, ignore flow level for multi-dest tableYevgeny Kliteynik3-12/+6
2025-09-24net/mlx5: fs, fix UAF in flow counter releaseMoshe Shemesh4-5/+31
2025-09-18Revert "net/mlx5e: Update and set Xon/Xoff upon port speed set"Tariq Toukan1-2/+0
2025-09-17net/mlx5e: Add a miss level for ipsec crypto offloadLama Kayal4-3/+6
2025-09-17net/mlx5e: Harden uplink netdev access against device unbindJianbo Liu3-6/+37
2025-09-12net/mlx5: Not returning mlx5_link_info table when speed is unknownLi Tian1-1/+5
2025-09-01eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ringMiaoqian Lin1-1/+3
2025-08-27net/mlx5e: Set local Xoff after FW updateAlexei Lazar1-1/+2
2025-08-27net/mlx5e: Update and set Xon/Xoff upon port speed setAlexei Lazar1-0/+2
2025-08-27net/mlx5e: Update and set Xon/Xoff upon MTU setAlexei Lazar2-1/+28
2025-08-27net/mlx5: Prevent flow steering mode changes in switchdev modeMoshe Shemesh1-8/+7
2025-08-27net/mlx5: Nack sync reset when SFs are presentMoshe Shemesh3-0/+22
2025-08-27net/mlx5: Fix lockdep assertion on sync reset unload eventMoshe Shemesh3-54/+69
2025-08-27net/mlx5: Reload auxiliary drivers on fw_activateMoshe Shemesh1-1/+1
2025-08-27net/mlx5: HWS, Fix pattern destruction in mlx5hws_pat_get_pattern error pathLama Kayal1-1/+1
2025-08-27net/mlx5: HWS, Fix uninitialized variables in mlx5hws_pat_calc_nop error flowLama Kayal1-1/+3
2025-08-27net/mlx5: HWS, Fix memory leak in hws_action_get_shared_stc_nic error flowLama Kayal1-1/+1
2025-08-27net/mlx5: HWS, Fix memory leak in hws_pool_buddy_init error pathLama Kayal1-0/+1
2025-08-21net/mlx5e: Preserve shared buffer capacity during headroom updatesArmen Ratner1-10/+8
2025-08-21net/mlx5e: Query FW for buffer ownershipAlexei Lazar4-4/+31
2025-08-21net/mlx5: Restore missing scheduling node cleanup on vport enable failureCarolina Jubran1-0/+1
2025-08-21net/mlx5: Fix QoS reference leak in vport enable error pathCarolina Jubran1-1/+3
2025-08-21net/mlx5: Destroy vport QoS element when no configuration remainsCarolina Jubran1-8/+49
2025-08-21net/mlx5e: Preserve tc-bw during parent changesCarolina Jubran1-12/+12
2025-08-21net/mlx5: Remove default QoS group and attach vports directly to root TSARCarolina Jubran2-69/+33
2025-08-21net/mlx5: Base ECVF devlink port attrs from 0Daniel Jurgens1-1/+3
2025-08-20net/mlx5: CT: Use the correct counter offsetVlad Dogaru1-0/+2
2025-08-20net/mlx5: HWS, Fix table creation UIDAlex Vesker7-5/+20
2025-08-20net/mlx5: HWS, don't rehash on every kind of insertion failureYevgeny Kliteynik1-0/+15
2025-08-20net/mlx5: HWS, prevent rehash from filling up the queuesYevgeny Kliteynik1-1/+4
2025-08-20net/mlx5: HWS, fix complex rules rehash error flowYevgeny Kliteynik1-13/+28
2025-08-20net/mlx5: HWS, fix simple rules rehash error flowYevgeny Kliteynik1-18/+43
2025-08-20net/mlx5: HWS, fix bad parameter in CQ creationYevgeny Kliteynik1-1/+0
2025-08-15mlxsw: spectrum: Forward packets with an IPv4 link-local source IPIdo Schimmel2-0/+3
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-08-02net/mlx5: Correctly set gso_segs when LRO is usedChristoph Paasch1-0/+1
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-5/+180
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds62-740/+2873
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+3
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-1/+40
2025-07-26net/mlx5e: Expose TIS via devlink tx reporter diagnoseFeng Liu1-0/+25
2025-07-26net/mlx5e: Support routed networks during IPsec MACs initializationAlexandre Cassen1-2/+80
2025-07-25net/mlx5e: Fix potential deadlock by deferring RX timeout recoveryShahar Shitrit3-1/+33
2025-07-25net/mlx5e: Remove skb secpath if xfrm state is not foundJianbo Liu1-0/+4
2025-07-25net/mlx5e: Clear Read-Only port buffer size in PBMC before updateAlexei Lazar1-0/+3
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-25net/mlx5: Fix build -Wframe-larger-than warningsZhu Yanjun3-23/+58
2025-07-25net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-56/+56