summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)Author
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-21Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-04-21net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macsLeon Romanovsky
2023-04-21net/mlx5e: Properly release work data structureLeon Romanovsky
2023-04-21net/mlx5e: Compare all fields in IPv6 addressLeon Romanovsky
2023-04-21net/mlx5e: Don't overwrite extack message returned from IPsec SA validatorLeon Romanovsky
2023-04-21net/mlx5e: Fix FW error while setting IPsec policy block actionLeon Romanovsky
2023-04-21net/mlx5: Consider VLAN interface in MACsec TX steering rulesEmeel Hakim
2023-04-21net/mlx5: Support MACsec over VLANEmeel Hakim
2023-04-21net/mlx5: Enable MACsec offload feature for VLAN interfaceEmeel Hakim
2023-04-20eth: mlx5: avoid iterator use outside of a loopJakub Kicinski
2023-04-20Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov
2023-04-20net/mlx5e: Nullify table pointer when failing to createAya Levin
2023-04-20net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh
2023-04-20Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh
2023-04-20net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan
2023-04-20net/mlx5: Release tunnel device after tc update skbChris Mi
2023-04-20net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi
2023-04-20net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi
2023-04-20net/mlx5e: Release the label when replacing existing ct entryVlad Buslov
2023-04-20net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov
2023-04-20net/mlx5: Update op_mode to op_mod for port selectionRoi Dayan
2023-04-20net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set()Roi Dayan
2023-04-20net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc()Roi Dayan
2023-04-20net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn()Eli Cohen
2023-04-20net/mlx5e: RX, Hook NAPIs to page poolsDragos Tatulea
2023-04-20net/mlx5e: RX, Fix XDP_TX page release for legacy rq nonlinear caseDragos Tatulea
2023-04-20net/mlx5e: RX, Fix releasing page_pool pages twice for striding RQDragos Tatulea
2023-04-20net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla
2023-04-20net/mlx5: Add vnic devlink health reporter to PFs/VFsMaher Sanalla
2023-04-20Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports"Maher Sanalla
2023-04-20Revert "net/mlx5: Expose steering dropped packets counter"Maher Sanalla
2023-04-20net/mlx5: DR, Add memory statistics for domain objectYevgeny Kliteynik
2023-04-20net/mlx5: DR, Add more info in domain dbg dumpYevgeny Kliteynik
2023-04-20net/mlx5: DR, Calculate sync threshold of each pool according to its typeYevgeny Kliteynik
2023-04-20net/mlx5: DR, Fix dumping of legacy modify_hdr in debug dumpYevgeny Kliteynik
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski
2023-04-19mlxsw: pci: Fix possible crash during initializationIdo Schimmel
2023-04-19net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan
2023-04-19net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer supportTariq Toukan
2023-04-19net/mlx5e: RX, Generalize mlx5e_fill_mxbuf()Tariq Toukan
2023-04-19net/mlx5e: RX, Take shared info fragment addition into a functionTariq Toukan
2023-04-19net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQETariq Toukan
2023-04-19net/mlx5e: XDP, Remove un-established assumptions on XDP bufferTariq Toukan
2023-04-19net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc...Tariq Toukan