summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-293-6/+9
|\
| * RDMA/mlx5: Allow relaxed ordering read in VFs and VMsAvihai Horon2023-04-161-3/+4
| * net/mlx5: Update relaxed ordering read HCA capabilitiesAvihai Horon2023-04-161-1/+1
| * RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO writeAvihai Horon2023-04-162-3/+2
| * net/mlx5: Set out of order (ooo) by defaultOr Har-Toov2023-03-231-0/+3
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-26106-2630/+6732
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-2616-54/+40
| |\ \
| | * | Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov2023-04-201-28/+4
| | * | net/mlx5e: Nullify table pointer when failing to createAya Levin2023-04-201-1/+2
| | * | net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2023-04-202-3/+3
| | * | Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh2023-04-203-6/+7
| | * | net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan2023-04-203-0/+5
| | * | net/mlx5: Release tunnel device after tc update skbChris Mi2023-04-201-0/+1
| | * | net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi2023-04-201-2/+0
| | * | net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi2023-04-204-5/+15
| | * | net/mlx5e: Release the label when replacing existing ct entryVlad Buslov2023-04-201-0/+1
| | * | net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2023-04-202-10/+3
| * | | Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-04-2117-272/+262
| |\ \ \
| | * | | net/mlx5: Update op_mode to op_mod for port selectionRoi Dayan2023-04-201-1/+1
| | * | | net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set()Roi Dayan2023-04-202-23/+0
| | * | | net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc()Roi Dayan2023-04-201-7/+7
| | * | | net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn()Eli Cohen2023-04-201-0/+1
| | * | | net/mlx5e: RX, Hook NAPIs to page poolsDragos Tatulea2023-04-201-0/+1
| | * | | net/mlx5e: RX, Fix XDP_TX page release for legacy rq nonlinear caseDragos Tatulea2023-04-201-3/+3
| | * | | net/mlx5e: RX, Fix releasing page_pool pages twice for striding RQDragos Tatulea2023-04-201-0/+5
| | * | | net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla2023-04-202-2/+51
| | * | | net/mlx5: Add vnic devlink health reporter to PFs/VFsMaher Sanalla2023-04-204-1/+146
| | * | | Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports"Maher Sanalla2023-04-205-197/+1
| | * | | Revert "net/mlx5: Expose steering dropped packets counter"Maher Sanalla2023-04-201-19/+3
| | * | | net/mlx5: DR, Add memory statistics for domain objectYevgeny Kliteynik2023-04-203-3/+15
| | * | | net/mlx5: DR, Add more info in domain dbg dumpYevgeny Kliteynik2023-04-201-2/+9
| | * | | net/mlx5: DR, Calculate sync threshold of each pool according to its typeYevgeny Kliteynik2023-04-201-15/+18
| | * | | net/mlx5: DR, Fix dumping of legacy modify_hdr in debug dumpYevgeny Kliteynik2023-04-201-4/+6
| * | | | net/mlx5e: Refactor duplicated code in mlx5e_ipsec_init_macsLeon Romanovsky2023-04-211-24/+21
| * | | | net/mlx5e: Properly release work data structureLeon Romanovsky2023-04-211-2/+4
| * | | | net/mlx5e: Compare all fields in IPv6 addressLeon Romanovsky2023-04-211-1/+1
| * | | | net/mlx5e: Don't overwrite extack message returned from IPsec SA validatorLeon Romanovsky2023-04-211-1/+1
| * | | | net/mlx5e: Fix FW error while setting IPsec policy block actionLeon Romanovsky2023-04-211-8/+8
| * | | | net/mlx5: Consider VLAN interface in MACsec TX steering rulesEmeel Hakim2023-04-211-0/+7
| * | | | net/mlx5: Support MACsec over VLANEmeel Hakim2023-04-211-16/+26
| * | | | net/mlx5: Enable MACsec offload feature for VLAN interfaceEmeel Hakim2023-04-211-0/+1
| * | | | eth: mlx5: avoid iterator use outside of a loopJakub Kicinski2023-04-201-2/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-203-15/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan2023-04-195-59/+138
| * | | net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer supportTariq Toukan2023-04-191-4/+47
| * | | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf()Tariq Toukan2023-04-191-5/+8
| * | | net/mlx5e: RX, Take shared info fragment addition into a functionTariq Toukan2023-04-191-25/+31
| * | | net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQETariq Toukan2023-04-191-9/+26
| * | | net/mlx5e: XDP, Remove un-established assumptions on XDP bufferTariq Toukan2023-04-192-18/+22
| * | | net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc...Tariq Toukan2023-04-191-4/+7