aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06mlxsw: core: remove an unnecessary conditionDan Carpenter1-1/+1
2016-01-06mlxsw: Remember untagged VLANsElad Raz3-1/+17
2016-01-06mlxsw: Disable vlan_filtering for non .1D bridgeElad Raz1-0/+21
2016-01-06mlxsw: Renaming local variable names for consistencyElad Raz1-3/+3
2016-01-06mlxsw: Fixing vlans init rangeElad Raz1-1/+2
2016-01-06mlxsw: pci: Adjust value of CPU egress traffic classIdo Schimmel1-1/+1
2016-01-04mlxsw: spectrum: Change bridge port attributes only when bridgedIdo Schimmel2-6/+14
2016-01-04mlxsw: spectrum: Set bridge status in appropriate functionsIdo Schimmel1-10/+5
2016-01-04mlxsw: spectrum: Return NOTIFY_BAD on bridge failureIdo Schimmel1-3/+7
2016-01-04mlxsw: spectrum: Initialize PVID only onceIdo Schimmel1-1/+0
2015-12-22mlxsw: core: Use devm_kzalloc to allocate mlxsw_hwmon structureJiri Pirko3-13/+2
2015-12-22mlxsw: core: Allow to reset temperature history via hwmon interfaceJiri Pirko1-1/+36
2015-12-15mlxsw: spectrum: Add support for VLAN devices on top of LAGIdo Schimmel1-3/+29
2015-12-15mlxsw: spectrum: Enable FDB records for VLAN devices on top of LAGIdo Schimmel1-7/+14
2015-12-15mlxsw: reg: Add lag_vid field to SFD registerIdo Schimmel2-2/+10
2015-12-15mlxsw: spectrum: Add support for VLAN devices bridgingIdo Schimmel3-1/+378
2015-12-15mlxsw: spectrum: Handle VLAN devices linking / unlinkingIdo Schimmel1-3/+51
2015-12-15mlxsw: spectrum: Adjust FDB notifications for VLAN devicesIdo Schimmel2-4/+61
2015-12-15mlxsw: spectrum: Adjust switchdev ops for VLAN devicesIdo Schimmel2-4/+98
2015-12-15mlxsw: spectrum: Use FID instead of VID when accessing FDBIdo Schimmel2-28/+34
2015-12-15mlxsw: spectrum: Add another flood table for vFIDsIdo Schimmel3-27/+16
2015-12-15mlxsw: spectrum: Use appropriate parameter nameIdo Schimmel1-4/+4
2015-12-15mlxsw: spectrum: Split vFID range in twoIdo Schimmel3-99/+287
2015-12-15mlxsw: spectrum: Allocate active VLANs only for port netdevsIdo Schimmel2-1/+11
2015-12-12mlxsw: core: Fix temperature sensor index during initializationJiri Pirko1-1/+1
2015-12-12mlxsw: reg: Fix max temperature gettingJiri Pirko1-1/+1
2015-12-11mlxsw: core: remove an unneeded conditionDan Carpenter1-1/+1
2015-12-11mlxsw: spectrum: fix some error handlingDan Carpenter1-1/+1
2015-12-03mlxsw: core: Change BUG to WARN in hwmon codeJiri Pirko1-1/+1
2015-12-03mlxsw: spectrum: Implement LAG tx enabled lower state changeJiri Pirko1-2/+79
2015-12-03mlxsw: spectrum: Implement FDB add/remove/dump for LAGJiri Pirko1-32/+150
2015-12-03mlxsw: spectrum: Implement LAG port join/leaveJiri Pirko2-17/+306
2015-12-03mlxsw: reg: Add definition of LAG unicast record for SFN registerJiri Pirko1-1/+21
2015-12-03mlxsw: reg: Add definition of LAG unicast record for SFD registerJiri Pirko1-8/+71
2015-12-03mlxsw: reg: Add link aggregation configuration registers definitionsJiri Pirko1-0/+293
2015-12-03mlxsw: pci: Implement LAG processing for received packetsJiri Pirko2-12/+11
2015-12-03mlxsw: core: Add support for packets received from LAG portJiri Pirko3-5/+92
2015-12-03mlxsw: spectrum: Add set_rx_mode ndo stubJiri Pirko1-0/+5
2015-11-30mlxsw: core: Implement fan control using hwmonJiri Pirko1-1/+120
2015-11-30mlxsw: reg: Add definition of fan management registersJiri Pirko1-0/+133
2015-11-30mlxsw: core: Implement temperature hwmon interfaceJiri Pirko5-0/+264
2015-11-30mlxsw: reg: Add definition of temperature management registersJiri Pirko1-0/+111
2015-11-30mlxsw: spectrum: Add support for port identificationIdo Schimmel1-0/+24
2015-11-30mlxsw: reg: Add Management LED Control register definitionIdo Schimmel1-0/+46
2015-11-20mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel1-15/+46
2015-11-20mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel1-24/+34
2015-11-20mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel1-10/+8
2015-10-30mlxsw: spectrum: Make mlxsw_sp_port_switchdev_ops staticJiri Pirko1-1/+1
2015-10-30mlxsw: Put braces on all arms of branch statementOr Gerlitz1-1/+2
2015-10-30mlxsw: Put constant on the right side of comparisonsOr Gerlitz2-3/+3