summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-05-23net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit1-1/+2
2023-05-23net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory3-6/+9
2023-05-23net/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-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-6/+9
2023-04-27Merge 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-26Merge 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-22Merge 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-21eth: mlx5: avoid iterator use outside of a loopJakub Kicinski1-2/+3
2023-04-21Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov1-28/+4
2023-04-21net/mlx5e: Nullify table pointer when failing to createAya Levin1-1/+2
2023-04-21net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2-3/+3
2023-04-21Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh3-6/+7
2023-04-21net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan3-0/+5
2023-04-21net/mlx5: Release tunnel device after tc update skbChris Mi1-0/+1
2023-04-21net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi1-2/+0
2023-04-21net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi4-5/+15
2023-04-21net/mlx5e: Release the label when replacing existing ct entryVlad Buslov1-0/+1
2023-04-21net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2-10/+3
2023-04-21net/mlx5: Update op_mode to op_mod for port selectionRoi Dayan1-1/+1
2023-04-21net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set()Roi Dayan2-23/+0
2023-04-21net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc()Roi Dayan1-7/+7
2023-04-21net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn()Eli Cohen1-0/+1
2023-04-21net/mlx5e: RX, Hook NAPIs to page poolsDragos Tatulea1-0/+1
2023-04-21net/mlx5e: RX, Fix XDP_TX page release for legacy rq nonlinear caseDragos Tatulea1-3/+3
2023-04-21net/mlx5e: RX, Fix releasing page_pool pages twice for striding RQDragos Tatulea1-0/+5
2023-04-21net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla2-2/+51
2023-04-21net/mlx5: Add vnic devlink health reporter to PFs/VFsMaher Sanalla4-1/+146
2023-04-21Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports"Maher Sanalla5-197/+1
2023-04-21Revert "net/mlx5: Expose steering dropped packets counter"Maher Sanalla1-19/+3
2023-04-21net/mlx5: DR, Add memory statistics for domain objectYevgeny Kliteynik3-3/+15
2023-04-21net/mlx5: DR, Add more info in domain dbg dumpYevgeny Kliteynik1-2/+9
2023-04-21net/mlx5: DR, Calculate sync threshold of each pool according to its typeYevgeny Kliteynik1-15/+18
2023-04-21net/mlx5: DR, Fix dumping of legacy modify_hdr in debug dumpYevgeny Kliteynik1-4/+6
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-16/+4
2023-04-20Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski3-15/+1
2023-04-19mlxsw: pci: Fix possible crash during initializationIdo Schimmel1-1/+1
2023-04-19net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan5-59/+138
2023-04-19net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer supportTariq Toukan1-4/+47
2023-04-19net/mlx5e: RX, Generalize mlx5e_fill_mxbuf()Tariq Toukan1-5/+8