summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+3
2022-05-12mlxsw: Avoid warning during ip6gre device removalAmit Cohen1-8/+3
2022-05-08mlxsw: spectrum_router: Take router lock in router notifier handlerPetr Machata1-32/+15
2022-05-08mlxsw: spectrum: Update a commentPetr Machata1-3/+2
2022-05-08mlxsw: spectrum: Move handling of tunnel events to router codePetr Machata3-28/+15
2022-05-08mlxsw: spectrum: Move handling of router events to router codePetr Machata3-18/+16
2022-05-08mlxsw: spectrum: Move handling of HW stats events to router codePetr Machata2-11/+40
2022-05-08mlxsw: spectrum: Move handling of VRF events to router codePetr Machata3-15/+16
2022-05-08mlxsw: spectrum_router: Add a dedicated notifier blockPetr Machata2-0/+21
2022-05-08mlxsw: spectrum: Tolerate enslaving of various devices to VRFPetr Machata1-10/+16
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski3-321/+4
2022-05-04mlxsw: spectrum_router: Only query neighbour activity when necessaryIdo Schimmel2-0/+7
2022-05-04mlxsw: spectrum_switchdev: Only query FDB notifications when necessaryIdo Schimmel1-11/+20
2022-05-04mlxsw: spectrum_acl: Do not report activity for multicast routesIdo Schimmel1-3/+2
2022-05-04mlxsw: Treat LLDP packets as controlPetr Machata1-1/+1
2022-05-04mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata1-13/+0
2022-05-03mlxsw: Configure descriptor buffersPetr Machata1-0/+26
2022-05-03mlxsw: reg: Add "desc" field to SBPRPetr Machata1-0/+6
2022-04-25mlxsw: core_linecards: Expose device FW version over device infoJiri Pirko1-4/+104
2022-04-25mlxsw: reg: Extend MDDQ device_info by FW version fieldsJiri Pirko2-2/+28
2022-04-25mlxsw: core_linecards: Expose HW revision and INI versionJiri Pirko1-0/+31
2022-04-25mlxsw: core_linecards: Probe provisioned line cards for devices and attach themJiri Pirko2-0/+100
2022-04-25mlxsw: reg: Extend MDDQ by device_infoJiri Pirko1-1/+61
2022-04-22mlxsw: core_linecards: Fix size of array element during ini_files allocationJiri Pirko1-1/+1
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2022-04-20mlxsw: core_hwmon: Add interfaces for line card initialization and de-initial...Vadim Pasternak1-0/+84
2022-04-20mlxsw: core_thermal: Add interfaces for line card initialization and de-initi...Vadim Pasternak1-0/+74
2022-04-20mlxsw: core_env: Add interfaces for line card initialization and de-initializ...Vadim Pasternak1-1/+165
2022-04-20mlxsw: core_env: Split module power mode setting to a separate functionVadim Pasternak1-14/+27
2022-04-20mlxsw: core: Add bus argument to environment init APIVadim Pasternak3-3/+9
2022-04-20mlxsw: core_linecards: Introduce ops for linecards status change trackingJiri Pirko2-0/+154
2022-04-18mlxsw: spectrum: Add port to linecard mappingJiri Pirko8-33/+107
2022-04-18mlxsw: core: Extend driver ops by remove selected ports opJiri Pirko3-0/+34
2022-04-18mlxsw: core_linecards: Implement line card activation processJiri Pirko2-1/+66
2022-04-18mlxsw: core_linecards: Add line card objects and implement provisioningJiri Pirko6-1/+1006
2022-04-18mlxsw: reg: Add Management Binary Code Transfer RegisterJiri Pirko1-0/+122
2022-04-18mlxsw: reg: Add Management DownStream Device Control RegisterJiri Pirko1-0/+37
2022-04-18mlxsw: reg: Add Management DownStream Device Query RegisterJiri Pirko1-0/+144
2022-04-18mlxsw: spectrum: Introduce port mapping change event processingJiri Pirko3-9/+166
2022-04-18mlxsw: Narrow the critical section of devl_lock during ports creation/removalJiri Pirko2-13/+14
2022-04-18mlxsw: reg: Add Ports Mapping Event Configuration RegisterJiri Pirko1-0/+64
2022-04-18mlxsw: spectrum: Allocate port mapping array of structs instead of pointersJiri Pirko2-25/+9
2022-04-18mlxsw: spectrum: Allow lane to start from non-zero indexJiri Pirko1-1/+3
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern1-1/+1
2022-04-15mlxsw: core_thermal: Use common define for thermal zone name lengthVadim Pasternak1-3/+2
2022-04-15mlxsw: core_thermal: Use exact name of cooling devices for bindingVadim Pasternak1-2/+1
2022-04-15mlxsw: core_thermal: Add line card id prefix to line card thermal zone nameVadim Pasternak1-4/+12
2022-04-15mlxsw: core_thermal: Extend internal structures to support multi thermal areasVadim Pasternak1-57/+91
2022-04-15mlxsw: core_hwmon: Introduce slot parameter in hwmon interfacesVadim Pasternak1-10/+20
2022-04-15mlxsw: core_hwmon: Extend internal structures to support multi hwmon objectsVadim Pasternak1-76/+111