aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-6/+6
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso1-0/+4
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-34/+58
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso1-2/+2
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-2/+2
2019-07-05mlxsw: spectrum: Set up PTP shaper when port status has changedShalom Toledo1-0/+8
2019-07-05mlxsw: spectrum: Add new operation for getting the port's speedShalom Toledo1-28/+40
2019-07-05mlxsw: spectrum: Add note about the PTP shaperShalom Toledo1-2/+3
2019-07-01mlxsw: spectrum: PTP: Support ethtool get_ts_infoPetr Machata1-0/+14
2019-07-01mlxsw: spectrum: PTP: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctlsPetr Machata1-0/+70
2019-07-01mlxsw: spectrum: PTP: Support timestamping on Spectrum-1Petr Machata1-0/+43
2019-07-01mlxsw: spectrum: PTP: Add PTP initialization / finalizationPetr Machata1-1/+23
2019-07-01mlxsw: pci: PTP: Hook into packet transmit pathPetr Machata1-0/+19
2019-07-01mlxsw: core: Add support for using SKB control bufferPetr Machata1-0/+2
2019-07-01mlxsw: spectrum: PTP: Hook into packet receive pathPetr Machata1-9/+40
2019-07-01mlxsw: spectrum: Add support for traps specific to Spectrum-1Petr Machata1-2/+23
2019-07-01mlxsw: spectrum: Extract a helper for trap registrationPetr Machata1-15/+33
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2019-06-13mlxsw: spectrum: PTP physical hardware clock initializationShalom Toledo1-0/+36
2019-06-12mlxsw: spectrum: Use different seeds for ECMP and LAG hashIdo Schimmel1-1/+4
2019-06-04mlxsw: Implement flash update status notificationsJiri Pirko1-1/+17
2019-06-04mlxfw: Propagate error messages through extackJiri Pirko1-4/+6
2019-06-04mlxsw: Move firmware flash implementation to devlinkJiri Pirko1-26/+23
2019-05-30mlxsw: spectrum: Prevent force of 56GAmit Cohen1-0/+4
2019-05-05mlxsw: spectrum: Implement loopback ethtool featureJiri Pirko1-2/+33
2019-05-05mlxsw: use intermediate representation for matchall offloadPieter Jansen van Vuuren1-19/+19
2019-05-04mlxsw: spectrum: split base on local_ports_in_{1x, 2x} resourcesShalom Toledo1-11/+35
2019-05-04mlxsw: Bump firmware version to 13.2000.1122Ido Schimmel1-2/+2
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-04-21mlxsw: spectrum: Use a stable ECMP/LAG seedIdo Schimmel1-2/+2
2019-04-18mlxsw: spectrum: Fix autoneg status in ethtoolAmit Cohen1-2/+2
2019-04-18mlxsw: spectrum: Put MC TCs into DWRR modePetr Machata1-1/+1
2019-04-04mlxsw: Remove ndo_get_port_parent_id implementationJiri Pirko1-13/+0
2019-04-04mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko1-1/+3
2019-03-28mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko1-11/+0
2019-03-28mlxsw: Implement ndo_get_devlink_portJiri Pirko1-0/+11
2019-03-24mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko1-3/+3
2019-03-03mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak1-107/+11
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-3/+0
2019-02-26mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing1-3/+0
2019-02-23mlxsw: spectrum: Add Spectrum-2 ASIC support for new port types and speedsShalom Toledo1-0/+54
2019-02-23mlxsw: spectrum: Add Spectrum-2 ASIC port type-speed operationsShalom Toledo1-1/+329
2019-02-23mlxsw: spectrum: Add port type-speed operationsShalom Toledo1-30/+107
2019-02-23mlxsw: spectrum: Rename port type-speed functions to ASIC specificShalom Toledo1-34/+35
2019-02-23mlxsw: spectrum: Query port connector type from firmwareShalom Toledo1-23/+31
2019-02-23mlxsw: spectrum: Remove unsupported eth_proto_lp_advertise field in PTYSShalom Toledo1-14/+1
2019-02-23mlxsw: spectrum: Remove duplicate port link mode entryShalom Toledo1-5/+0
2019-02-23mlxsw: spectrum: Avoid -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-21mlxsw: spectrum_buffers: Reject overlarge headroom size requestsPetr Machata1-1/+12
2019-02-21mlxsw: spectrum: Add struct mlxsw_sp_sb_valsPetr Machata1-0/+2