summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2024-06-15net/mlx5e: Use tcp_v[46]_check checksum helpersGal Pressman1-5/+4
2024-06-15net/mlx5e: Fix outdated comment in features checkGal Pressman1-1/+1
2024-06-15net/mlx5: Replace strcpy with strscpyMoshe Shemesh1-2/+2
2024-06-15net/mlx5: CT: Separate CT and CT-NAT tuple entriesChris Mi1-44/+143
2024-06-15net/mlx5: Correct TASR typo into TSARCosmin Ratiu1-1/+1
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2024-06-13net/mlx5e: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+6
2024-06-13mlxsw: spectrum_router: Apply user-defined multipath hash seedPetr Machata1-1/+5
2024-06-10net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packetsGal Pressman1-2/+1
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel3-17/+12
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-13/+0
2024-06-10mlxsw: spectrum_acl_atcam: Fix wrong commentIdo Schimmel1-1/+1
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-2/+25
2024-06-06net/mlx5e: SHAMPO, Coalesce skb fragments to page sizeDragos Tatulea1-6/+13
2024-06-06net/mlx5e: SHAMPO, Re-enable HW-GROYoray Zack1-0/+26
2024-06-06net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack5-67/+70
2024-06-06net/mlx5e: SHAMPO, Add header-only ethtool counters for header data splitTariq Toukan3-0/+11
2024-06-06net/mlx5e: SHAMPO, Drop rx_gro_match_packets counterDragos Tatulea3-7/+0
2024-06-06net/mlx5e: SHAMPO, Make GRO counters more preciseDragos Tatulea1-5/+8
2024-06-06net/mlx5e: SHAMPO, Skipping on duplicate flush of the same SHAMPO SKBYoray Zack1-1/+1
2024-06-06net/mlx5e: SHAMPO, Specialize mlx5e_fill_skb_data()Dragos Tatulea1-14/+11
2024-06-06net/mlx5e: SHAMPO, Simplify header page release in teardownDragos Tatulea3-58/+17
2024-06-06net/mlx5e: SHAMPO, Disable gso_size for non GRO packetsDragos Tatulea1-0/+2
2024-06-06net/mlx5e: SHAMPO, Fix FCS config when HW GRO onDragos Tatulea1-3/+9
2024-06-06net/mlx5e: SHAMPO, Fix invalid WQ linked list unlinkDragos Tatulea1-0/+3
2024-06-06net/mlx5e: SHAMPO, Fix incorrect page releaseDragos Tatulea1-1/+2
2024-06-06net/mlx5e: SHAMPO, Use net_prefetch APITariq Toukan1-3/+3
2024-06-05net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin1-2/+6
2024-06-05net/mlx5: Always stop health timer during driver removalShay Drory1-0/+3
2024-06-05net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh3-0/+16
2024-06-05mlxsw: spectrum_router: Constify struct devlink_dpipe_table_opsChristophe JAILLET1-4/+4
2024-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-23/+41
2024-05-31net/mlx4: support per-queue statistics via netlinkJoe Damato1-0/+73
2024-05-31net/mlx4: link NAPI instances to queues and IRQsJoe Damato2-0/+15
2024-05-31net/mlx4: Track RX allocation failures in a statJoe Damato3-1/+5
2024-05-28net: ethernet: mlx4: remove unused struct 'mlx4_port_config'Dr. David Alan Gilbert1-6/+0
2024-05-24net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2-2/+12
2024-05-24net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran1-1/+1
2024-05-24net/mlx5e: Do not use ptp structure for tx ts stats when not initializedRahul Rameshbabu1-0/+4
2024-05-24net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu1-12/+5
2024-05-24net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu1-2/+1
2024-05-24net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan1-4/+8
2024-05-24net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla1-2/+10
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)8-20/+19
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2-3/+3
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds70-1072/+2111
2024-05-15Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-51/+78
2024-05-14net/mlx5: Remove unused msix related exported APIsParav Pandit1-52/+0
2024-05-14net/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran3-51/+47