summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorLines
2026-05-07Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-38/+144
2026-05-05net/mlx5e: SD, Fix race condition in secondary device probe/removeShay Drory-4/+48
2026-05-05net/mlx5e: SD, Fix missing cleanup on probe errorShay Drory-4/+11
2026-05-05net/mlx5: SD, Keep multi-pf debugfs entries on primaryShay Drory-6/+13
2026-05-05net/mlx5: SD: Serialize init/cleanupShay Drory-6/+50
2026-05-05net/mlx5e: psp: Hook PSP dev reg/unreg to profile enable/disableCosmin Ratiu-2/+2
2026-05-05net/mlx5e: psp: Expose only a fully initialized priv->pspCosmin Ratiu-7/+3
2026-05-05net/mlx5e: psp: Fix invalid access on PSP dev registration failCosmin Ratiu-9/+17
2026-05-02RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()Jason Gunthorpe-6/+7
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-17/+37
2026-04-21mlx5: convert to ndo_set_rx_mode_asyncStanislav Fomichev-16/+34
2026-04-20net/mlx5: Fix HCA caps leak on notifier init failurePrathamesh Deshpande-1/+3
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-66/+1
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+12
2026-04-13mlx4: correct error reporting in mlx4_master_process_vhcr()Alok Tiwari-2/+2
2026-04-12net/mlx5e: IPsec, fix ASO poll timeout with read_poll_timeout_atomic()Gal Pressman-8/+4
2026-04-12net/mlx5e: Fix features not applied during netdev registrationGal Pressman-0/+8
2026-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-5/+4
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2026-04-09net/mlx5: Rename MLX5_PF page counter type to MLX5_SELFMoshe Shemesh-1/+2
2026-04-08net/mlx5: Register SF resource on PF port representorOr Har-Toov-0/+41
2026-04-07net/mlx5e: XDP, Use page fragments for linear data in multibuf-modeDragos Tatulea-17/+74
2026-04-07net/mlx5e: XDP, Use a single linear page per rqDragos Tatulea-13/+47
2026-04-07net/mlx5e: XDP, Remove stride size limitationDragos Tatulea-9/+2
2026-04-07net/mlx5e: XDP, Improve dma address calculation of linear part for XDP_TXDragos Tatulea-1/+1
2026-04-07net/mlx5e: XSK, Increase size for chunk_size paramDragos Tatulea-1/+1
2026-04-06net/mlx5: Update the list of the PCI supported devicesMichael Guralnik-0/+1
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+42
2026-04-01net/mlx5: Fix switchdev mode rollback in case of failureSaeed Mahameed-0/+2
2026-04-01net/mlx5: Avoid "No data available" when FW version queries failSaeed Mahameed-24/+37
2026-04-01net/mlx5: lag: Check for LAG device before creating debugfsShay Drory-0/+3
2026-04-01net/mlx5: Move command entry freeing outside of spinlockLi RongQing-4/+5
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky-81/+73
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera-10/+7
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera-1/+0
2026-03-27mlx5: shd: Gracefully avoid shared devlink creation when no usable SN is foundJiri Pirko-1/+1
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel-9/+12
2026-03-22mlx5: Remove redundant iseg baseParav Pandit-4/+2
2026-03-20net/mlx5e: Allow set_rx_mode on uplink representorSaeed Mahameed-3/+12
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-42/+32
2026-03-18net/mlx5e: Remove unused field in mlx5e_flow_steering structSaeed Mahameed-1/+0
2026-03-18Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-182/+778
2026-03-18net/mlx5: Support cross-timestamping on ARM architecturesCarolina Jubran-7/+9
2026-03-18net/mlx5: Move crosststamp setup into helper functionCarolina Jubran-9/+19
2026-03-18net/mlx5e: Add hds-thresh query support via ethtoolNimrod Oren-1/+5
2026-03-18net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu-19/+14
2026-03-18net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu-9/+9