summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-27109-2763/+6774
|\
| * 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-211-28/+4
| | * net/mlx5e: Nullify table pointer when failing to createAya Levin2023-04-211-1/+2
| | * net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2023-04-212-3/+3
| | * Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh2023-04-213-6/+7
| | * net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan2023-04-213-0/+5
| | * net/mlx5: Release tunnel device after tc update skbChris Mi2023-04-211-0/+1
| | * net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi2023-04-211-2/+0
| | * net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi2023-04-214-5/+15
| | * net/mlx5e: Release the label when replacing existing ct entryVlad Buslov2023-04-211-0/+1
| | * net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2023-04-212-10/+3
| * | Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-04-2217-272/+262
| |\ \
| | * | net/mlx5: Update op_mode to op_mod for port selectionRoi Dayan2023-04-211-1/+1
| | * | net/mlx5: E-Switch, Remove unused mlx5_esw_offloads_vport_metadata_set()Roi Dayan2023-04-212-23/+0
| | * | net/mlx5: E-Switch, Remove redundant dev arg from mlx5_esw_vport_alloc()Roi Dayan2023-04-211-7/+7
| | * | net/mlx5: Include linux/pci.h for pci_msix_can_alloc_dyn()Eli Cohen2023-04-211-0/+1
| | * | net/mlx5e: RX, Hook NAPIs to page poolsDragos Tatulea2023-04-211-0/+1
| | * | net/mlx5e: RX, Fix XDP_TX page release for legacy rq nonlinear caseDragos Tatulea2023-04-211-3/+3
| | * | net/mlx5e: RX, Fix releasing page_pool pages twice for striding RQDragos Tatulea2023-04-211-0/+5
| | * | net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla2023-04-212-2/+51
| | * | net/mlx5: Add vnic devlink health reporter to PFs/VFsMaher Sanalla2023-04-214-1/+146
| | * | Revert "net/mlx5: Expose vnic diagnostic counters for eswitch managed vports"Maher Sanalla2023-04-215-197/+1
| | * | Revert "net/mlx5: Expose steering dropped packets counter"Maher Sanalla2023-04-211-19/+3
| | * | net/mlx5: DR, Add memory statistics for domain objectYevgeny Kliteynik2023-04-213-3/+15
| | * | net/mlx5: DR, Add more info in domain dbg dumpYevgeny Kliteynik2023-04-211-2/+9
| | * | net/mlx5: DR, Calculate sync threshold of each pool according to its typeYevgeny Kliteynik2023-04-211-15/+18
| | * | net/mlx5: DR, Fix dumping of legacy modify_hdr in debug dumpYevgeny Kliteynik2023-04-211-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-211-2/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-215-16/+4
| |\ \ \ | | |/ / | |/| / | | |/
| * | 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
| * | net/mlx5e: XDP, Let XDP checker function get the params as inputTariq Toukan2023-04-191-13/+8
| * | net/mlx5e: XDP, Improve Striding RQ check with XDPTariq Toukan2023-04-191-14/+9
| * | net/mlx5e: XDP, Add support for multi-buffer XDP redirect-inTariq Toukan2023-04-193-17/+75
| * | net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifoTariq Toukan2023-04-195-50/+101
| * | net/mlx5e: XDP, Remove doubtful unlikely callsTariq Toukan2023-04-191-5/+5