summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/seville_vsc9953.c
AgeCommit message (Expand)Author
2023-09-20net: dsa: ocelot: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-26net: dsa: Explicitly include correct DT includesRob Herring
2023-05-29net: dsa: ocelot: use lynx_pcs_create_mdiodev()Russell King (Oracle)
2023-03-15net: dsa: seville_vsc9953: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-02-26net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean
2023-01-30net: dsa: felix: add configurable device quirksColin Foster
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster
2022-11-15net: dsa: felix: use phylink_generic_validate()Vladimir Oltean
2022-09-28net: dsa: felix: update regmap requests to be string-basedVladimir Oltean
2022-09-28net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean
2022-09-28net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean
2022-09-22net: dsa: ocelot: remove unnecessary set_drvdata()Yang Yingliang
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean
2022-05-11net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster
2022-02-28net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster
2022-02-26net: dsa: ocelot: remove interface checksRussell King (Oracle)
2022-02-08net: dsa: seville: register the mdiobus under devresVladimir Oltean
2022-01-02net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2021-12-07net: dsa: ocelot: felix: add interface for custom regmapsColin Foster
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...Colin Foster
2021-11-29net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-06-07net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean
2021-01-29net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean
2020-10-19net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean