summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-05-22net/mlx5: Fix indexing of mlx5_irqShay Drory1-4/+5
2023-05-22net/mlx5: Fix irq affinity managementShay Drory1-1/+1
2023-05-22net/mlx5: Free irqs only on shutdown callbackShay Drory3-1/+31
2023-05-22net/mlx5: Devcom, serialize devcom registrationShay Drory1-5/+14
2023-05-22net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory1-1/+2
2023-05-22net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory2-1/+9
2023-05-22net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey1-7/+27
2023-05-22net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu3-7/+16
2023-05-22net/mlx5e: Fix deadlock in tc route query codeVlad Buslov3-20/+48
2023-05-22net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan1-1/+1
2023-05-22net/mlx5e: Use correct encap attribute during invalidationVlad Buslov1-1/+3
2023-05-22net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik1-1/+3
2023-05-22net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit1-1/+2
2023-05-22net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory3-6/+9
2023-05-22net/mlx5: Collect command failures data only for known commandsShay Drory1-1/+2
2023-05-19net/mlx5e: do as little as possible in napi poll when budget is 0Jakub Kicinski1-7/+9
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-6/+9
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds109-2763/+6774
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni16-54/+40
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+8
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2023-04-21Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-272/+262
2023-04-21net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macsLeon Romanovsky1-24/+21
2023-04-21net/mlx5e: Properly release work data structureLeon Romanovsky1-2/+4
2023-04-21net/mlx5e: Compare all fields in IPv6 addressLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Don't overwrite extack message returned from IPsec SA validatorLeon Romanovsky1-1/+1
2023-04-21net/mlx5e: Fix FW error while setting IPsec policy block actionLeon Romanovsky1-8/+8
2023-04-21net/mlx5: Consider VLAN interface in MACsec TX steering rulesEmeel Hakim1-0/+7
2023-04-21net/mlx5: Support MACsec over VLANEmeel Hakim1-16/+26
2023-04-21net/mlx5: Enable MACsec offload feature for VLAN interfaceEmeel Hakim1-0/+1
2023-04-20eth: mlx5: avoid iterator use outside of a loopJakub Kicinski1-2/+3
2023-04-20Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov1-28/+4
2023-04-20net/mlx5e: Nullify table pointer when failing to createAya Levin1-1/+2
2023-04-20net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2-3/+3
2023-04-20Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh3-6/+7
2023-04-20net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan3-0/+5
2023-04-20net/mlx5: Release tunnel device after tc update skbChris Mi1-0/+1
2023-04-20net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi1-2/+0
2023-04-20net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi4-5/+15
2023-04-20net/mlx5e: Release the label when replacing existing ct entryVlad Buslov1-0/+1
2023-04-20net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2-10/+3
2023-04-20net/mlx5: Update op_mode to op_mod for port selectionRoi Dayan1-1/+1
2023-04-20net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set()Roi Dayan2-23/+0
2023-04-20net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc()Roi Dayan1-7/+7
2023-04-20net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn()Eli Cohen1-0/+1
2023-04-20net/mlx5e: RX, Hook NAPIs to page poolsDragos Tatulea1-0/+1
2023-04-20net/mlx5e: RX, Fix XDP_TX page release for legacy rq nonlinear caseDragos Tatulea1-3/+3
2023-04-20net/mlx5e: RX, Fix releasing page_pool pages twice for striding RQDragos Tatulea1-0/+5
2023-04-20net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla2-2/+51
2023-04-20net/mlx5: Add vnic devlink health reporter to PFs/VFsMaher Sanalla4-1/+146