summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum.c
AgeCommit message (Expand)Author
2022-01-06mlxsw: spectrum: Extend to support Spectrum-4 ASICAmit Cohen
2022-01-06mlxsw: Add operations structure for bloom filter calculationAmit Cohen
2021-12-15mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen
2021-12-01mlxsw: Use u16 for local_port field instead of u8Amit Cohen
2021-12-01mlxsw: spectrum: Bump minimum FW version to xx.2010.1006Amit Cohen
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-23mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen
2021-11-23mlxsw: spectrum: Allow driver to load with old firmware versionsDanielle Ratson
2021-11-19mlxsw: constify address in mlxsw_sp_port_dev_addr_setJakub Kicinski
2021-10-26mlxsw: spectrum_router: Expose RIF MAC profiles to devlink resourceDanielle Ratson
2021-10-19ethernet: mlxsw: use eth_hw_addr_gen()Jakub Kicinski
2021-10-13mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata
2021-10-13mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNTPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-15mlxsw: Track per-module port statusIdo Schimmel
2021-09-15mlxsw: spectrum: Do not return an error in mlxsw_sp_port_module_unmap()Ido Schimmel
2021-09-15mlxsw: spectrum: Do not return an error in ndo_stop()Ido Schimmel
2021-09-14mlxsw: spectrum: Use PMTDB register to obtain split infoJiri Pirko
2021-09-14mlxsw: spectrum: Use PLLP to get front panel number and split numberJiri Pirko
2021-09-14mlxsw: spectrum: Move port SWID set before core port initJiri Pirko
2021-09-14mlxsw: spectrum: Move port module mapping before core port initJiri Pirko
2021-09-14mlxsw: spectrum: Bump minimum FW version to xx.2008.3326Jiri Pirko
2021-08-22mlxsw: spectrum: Add infrastructure for parsing configurationAmit Cohen
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17mlxsw: Verify the accessed index doesn't exceed the array lengthDanielle Ratson
2021-03-29mlxsw: spectrum: Veto sampling if already enabled on portIdo Schimmel
2021-03-22mlxsw: spectrum_router: Create per-ASIC router operationsIdo Schimmel
2021-03-17mlxsw: Add struct mlxsw_sp_switchdev_ops per ASICAmit Cohen
2021-03-17mlxsw: spectrum: Add mlxsw_sp_port_egress_ethtype_set()Amit Cohen
2021-03-16mlxsw: spectrum: Track sampling triggers in a hash tableIdo Schimmel
2021-03-14mlxsw: spectrum: Remove mlxsw_sp_sample_receive()Ido Schimmel
2021-03-14mlxsw: spectrum: Remove unnecessary RCU read-side critical sectionIdo Schimmel
2021-03-14psample: Encapsulate packet metadata in a structIdo Schimmel
2021-03-11mlxsw: spectrum_matchall: Split sampling support between ASICsIdo Schimmel
2021-03-10mlxsw: spectrum: Bump minimum FW version to xx.2008.2406Petr Machata
2021-03-10mlxsw: spectrum: Reword an error message for Q-in-Q vetoDanielle Ratson
2020-12-14mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko
2020-12-14mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko
2020-12-08mlxsw: spectrum: Publish mlxsw_sp_ethtype_to_sver_type()Amit Cohen
2020-12-06mlxsw: spectrum: Bump minimum FW version to xx.2008.2018Petr Machata
2020-12-06mlxsw: spectrum: Apply RIF configuration when joining a LAGIdo Schimmel
2020-12-01mlxsw: Add QinQ configuration vetoesDanielle Ratson
2020-12-01mlxsw: spectrum_switchdev: Add support of QinQ trafficAmit Cohen
2020-12-01mlxsw: Make EtherType configurable when pushing VLAN at ingressAmit Cohen
2020-12-01mlxsw: spectrum: Only treat 802.1q packets as tagged packetsAmit Cohen
2020-10-26mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo