summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-08-23mlx4: Delete custom device management logicPetr Pavlu3-156/+0
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu1-0/+13
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu2-20/+58
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu4-4/+250
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu1-8/+11
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu3-68/+64
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu2-23/+16
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu5-15/+41
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu6-14/+28
2023-08-23mlx4: Rename member mlx4_en_dev.nb to netdev_nbPetr Pavlu3-9/+9
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2-29/+0
2023-08-21net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event()Li Zetao1-1/+2
2023-08-21net/mlx5: DR, Supporting inline WQE when possibleItamar Gozlan1-13/+102
2023-08-21net/mlx5: Rename devlink port ops struct for PFs/VFsJiri Pirko1-2/+2
2023-08-21net/mlx5: Remove VPORT_UPLINK handling from devlink_port.cJiri Pirko1-10/+2
2023-08-21net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink port directlyJiri Pirko1-12/+8
2023-08-21net/mlx5: Remove health syndrome enum duplicationGal Pressman1-25/+11
2023-08-21net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-1/+0
2023-08-21net/mlx5: DR, Fix code indentationYevgeny Kliteynik1-1/+1
2023-08-21net/mlx5: IRQ, consolidate irq and affinity mask allocationSaeed Mahameed1-8/+6
2023-08-21net/mlx5e: Fix spelling mistake "Faided" -> "Failed"Colin Ian King1-1/+1
2023-08-21net/mlx5e: aRFS, Introduce ethtool statsAdham Faris3-8/+44
2023-08-21net/mlx5e: aRFS, Warn if aRFS table does not exist for aRFS ruleAdham Faris1-0/+2
2023-08-21net/mlx5e: aRFS, Prevent repeated kernel rule migrations requestsAdham Faris1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+16
2023-08-16net/mlx5: Fix mlx5_cmd_update_root_ft() error flowShay Drory1-1/+9
2023-08-16net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECTDragos Tatulea2-3/+7
2023-08-15net/mlx5: Don't query MAX caps twiceShay Drory1-6/+6
2023-08-15net/mlx5: Remove unused MAX HCA capabilitiesShay Drory3-21/+30
2023-08-15net/mlx5: Remove unused CAPsShay Drory2-15/+0
2023-08-15net/mlx5: Fix error message in mlx5_sf_dev_state_change_handler()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Remove redundant check of mlx5_vhca_event_supported()Jiri Pirko1-1/+1
2023-08-15net/mlx5: Use mlx5_sf_start_function_id() helper instead of directly calling ...Jiri Pirko1-3/+3
2023-08-15net/mlx5: Remove redundant SF supported check from mlx5_sf_hw_table_init()Jiri Pirko1-3/+2
2023-08-15net/mlx5: Use auxiliary_device_uninit() instead of device_put()Jiri Pirko1-1/+1
2023-08-15net/mlx5: E-switch, Add checking for flow rule destinationsJianbo Liu1-0/+31
2023-08-15net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh3-6/+38
2023-08-15net/mlx5: Expose max possible SFs via devlink resourceShay Drory2-4/+48
2023-08-15net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQRahul Rameshbabu4-0/+90
2023-08-15net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEsRahul Rameshbabu6-81/+230
2023-08-14mlxsw: spectrum: Stop ignoring learning notifications from redirected trafficIdo Schimmel3-17/+0
2023-08-14mlxsw: spectrum_flower: Disable learning and security lookup when redirectingIdo Schimmel3-0/+22
2023-08-14mlxsw: core_acl_flex_actions: Add IGNORE_ACTIONIdo Schimmel2-0/+42
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-66/+106
2023-08-10net/mlx5: Expose NIC temperature via hardware monitoring kernel APIAdham Faris7-139/+448
2023-08-10net/mlx5: Expose port.c/mlx5_query_module_num() functionAdham Faris2-1/+2
2023-08-10mlxsw: Set port STP state on bridge enslavementPetr Machata1-1/+1
2023-08-09mlxsw: spectrum_switchdev: Use is_zero_ether_addr() instead of ether_addr_equ...Ruan Jinjie1-4/+2
2023-08-09mlxbf_gige: Remove two unused function declarationsYue Haibing1-3/+0
2023-08-09Merge tag 'mlx5-updates-2023-08-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski16-270/+300