summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)Author
2023-09-18mlxsw: Use size_mul() in call to struct_size()Gustavo A. R. Silva
2023-09-17net/mlx5e: Set en auxiliary devlink instance as nestedJiri Pirko
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko
2023-09-17net/mlx5: SF, Implement peer devlink set for SF representor devlink portJiri Pirko
2023-09-17net/mlx5: Lift reload limitation when SFs are presentJiri Pirko
2023-09-17net/mlx5: Disable eswitch as the first thing in mlx5_unload()Jiri Pirko
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-06mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev modeBodong Wang
2023-09-06net/mlx5e: Clear mirred devices array if the rule is splitJianbo Liu
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-27net/mlx5: Implement devlink port function cmds to control ipsec_packetDima Chumak
2023-08-27net/mlx5: Implement devlink port function cmds to control ipsec_cryptoDima Chumak
2023-08-27net/mlx5: Provide an interface to block change of IPsec capabilitiesLeon Romanovsky
2023-08-27net/mlx5e: Rewrite IPsec vs. TC block interfaceLeon Romanovsky
2023-08-27net/mlx5: Drop extra layer of locks in IPsecLeon Romanovsky
2023-08-25mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counterVadim Pasternak
2023-08-25mlxsw: i2c: Limit single transaction buffer sizeVadim Pasternak
2023-08-25mlxsw: i2c: Fix chunk size setting in output mailbox bufferVadim Pasternak
2023-08-24net/mlx5e: fix up for "net/mlx5e: Move MACsec flow steering operations to be ...Stephen Rothwell
2023-08-24net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-24Merge tag 'mlx5-updates-2023-08-22' of git://git.kernel.org/pub/scm/linux/ker...Paolo Abeni
2023-08-23mlx4: Delete custom device management logicPetr Pavlu
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu
2023-08-23mlx4: Connect the ethernet part to the auxiliary busPetr Pavlu
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu
2023-08-23mlx4: Avoid resetting MLX4_INTFF_BONDING per driverPetr Pavlu
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu
2023-08-23mlx4: Rename member mlx4_en_dev.nb to netdev_nbPetr Pavlu
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu
2023-08-22net/mlx5e: Support IPsec upper TCP protocol selectorLeon Romanovsky
2023-08-22net/mlx5e: Support IPsec upper protocol selector field offload for RXEmeel Hakim
2023-08-22net/mlx5: Store vport in struct mlx5_devlink_port and use it in port opsJiri Pirko
2023-08-22net/mlx5: Check vhca_resource_manager capability in each op and add extack msgJiri Pirko
2023-08-22net/mlx5: Relax mlx5_devlink_eswitch_get() return value checkingJiri Pirko
2023-08-22net/mlx5: Return -EOPNOTSUPP in mlx5_devlink_port_fn_migratable_set() directlyJiri Pirko
2023-08-22net/mlx5: Reduce number of vport lookups passing vport pointer instead of indexJiri Pirko
2023-08-22net/mlx5: Embed struct devlink_port into driver structureJiri Pirko
2023-08-22net/mlx5: Don't register ops for non-PF/VF/SF port and avoid checks in opsJiri Pirko
2023-08-22net/mlx5: Remove no longer used mlx5_esw_offloads_sf_vport_enable/disable()Jiri Pirko
2023-08-22net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF codeJiri Pirko
2023-08-22net/mlx5: Allow mlx5_esw_offloads_devlink_port_register() to register SFsJiri Pirko
2023-08-22net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...Jiri Pirko
2023-08-22net/mlx5: Push out SF devlink port init and cleanup code to separate helpersJiri Pirko