summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2023-06-02net/mlx5: Devcom, extend mlx5_devcom_send_event to work with more than two de...Shay Drory3-4/+19
2023-06-02net/mlx5: Devcom, introduce devcom_for_each_peer_entrySaeed Mahameed7-99/+209
2023-06-02net/mlx5: E-switch, mark devcom as not ready when all eswitches are unpairedShay Drory2-1/+8
2023-06-02net/mlx5: Devcom, Rename paired to readyShay Drory6-22/+22
2023-06-02net/mlx5: DR, handle more than one peer domainShay Drory12-30/+42
2023-06-02net/mlx5: E-switch, generalize shared FDB creationShay Drory5-26/+66
2023-06-02net/mlx5: E-switch, Handle multiple master egress rulesShay Drory3-36/+79
2023-06-02net/mlx5: E-switch, refactor FDB miss rule add/removeShay Drory2-5/+6
2023-06-02net/mlx5: E-switch, enlarge peer miss group tableShay Drory1-3/+4
2023-06-02net/mlx5e: Handle offloads flows per peerShay Drory4-11/+34
2023-06-02net/mlx5e: en_tc, re-factor query route portMark Bloch1-19/+13
2023-06-02net/mlx5e: rep, store send to vport rules per peerMark Bloch3-26/+98
2023-06-02net/mlx5e: tc, Refactor peer add/del flowShay Drory1-31/+34
2023-06-02net/mlx5e: en_tc, Extend peer flows to a listMark Bloch2-17/+28
2023-06-02devlink: bring port new reply backJiri Pirko2-4/+8
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-181/+253
2023-06-01net/mlx5: Read embedded cpu after init bit clearedMoshe Shemesh1-1/+1
2023-06-01net/mlx5e: Fix error handling in mlx5e_refresh_tirsSaeed Mahameed1-7/+4
2023-06-01net/mlx5: Ensure af_desc.mask is properly initializedChuck Lever1-1/+1
2023-06-01net/mlx5: Fix setting of irq->map.index for static IRQ caseNiklas Schnelle1-4/+5
2023-06-01net/mlx5: Remove rmap also in case dynamic MSIX not supportedShay Drory1-1/+1
2023-05-31flow_offload: Reject matching on layer 2 missIdo Schimmel1-0/+6
2023-05-30devlink: move port_del() to devlink_port_opsJiri Pirko2-1/+3
2023-05-30devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko2-2/+4
2023-05-30devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko2-2/+2
2023-05-30devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko2-2/+4
2023-05-30devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko4-14/+16
2023-05-30mlx5: register devlink ports with opsJiri Pirko1-2/+10
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-65/+182
2023-05-25net/mlx5: Fix check for allocation failure in comp_irqs_request_pci()Dan Carpenter1-1/+1
2023-05-25net/mlx5: DR, Add missing mutex init/destroy in pattern managerYevgeny Kliteynik1-0/+3
2023-05-25net/mlx5e: Move Ethernet driver debugfs to profile init callbackJianbo Liu2-5/+11
2023-05-25net/mlx5e: Don't attach netdev profile while handling internal errorDmytro Linkin1-4/+31
2023-05-25net/mlx5: Fix post parse infra to only parse every action onceVlad Buslov3-5/+12
2023-05-25net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea3-21/+25
2023-05-25net/mlx5: fw_tracer, Fix event handlingShay Drory1-1/+1
2023-05-25net/mlx5: SF, Drain health before removing deviceShay Drory1-0/+1
2023-05-25net/mlx5: Drain health before unregistering devlinkShay Drory1-3/+4
2023-05-25net/mlx5e: Do not update SBCM when prio2buffer command is invalidMaher Sanalla1-2/+2
2023-05-25net/mlx5e: Consider internal buffers size in port buffer calculationsMaher Sanalla3-21/+36
2023-05-25net/mlx5e: Prevent encap offload when neigh update is runningChris Mi1-17/+20
2023-05-25net/mlx5e: Extract remaining tunnel encap code to dedicated fileChris Mi3-87/+94
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko2-3/+5
2023-05-24devlink: remove duplicate port notificationJiri Pirko2-8/+4
2023-05-23net/mlx5: Fix indexing of mlx5_irqShay Drory1-4/+5
2023-05-23net/mlx5: Fix irq affinity managementShay Drory1-1/+1
2023-05-23net/mlx5: Free irqs only on shutdown callbackShay Drory3-1/+31
2023-05-23net/mlx5: Devcom, serialize devcom registrationShay Drory1-5/+14
2023-05-23net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory1-1/+2
2023-05-23net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory2-1/+9