summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/seville_vsc9953.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-051-1/+1
* net: dsa: ocelot: common probing codeVladimir Oltean2024-06-031-35/+3
* net: dsa: ocelot: use ds->num_tx_queues = OCELOT_NUM_TC for all modelsVladimir Oltean2024-06-031-1/+2
* net: dsa: ocelot: use devres in seville_probe()Vladimir Oltean2024-06-031-31/+13
* net: dsa: felix: provide own phylink MAC operationsRussell King (Oracle)2024-05-301-0/+1
* net: dsa: ocelot: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* net: dsa: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
* net: dsa: ocelot: use lynx_pcs_create_mdiodev()Russell King (Oracle)2023-05-301-16/+4
* net: dsa: seville_vsc9953: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean2023-02-261-2/+2
* net: dsa: felix: add configurable device quirksColin Foster2023-01-311-0/+1
* net: mscc: ocelot: remove redundant stats_layout pointersColin Foster2022-11-221-5/+0
* net: dsa: felix: use phylink_generic_validate()Vladimir Oltean2022-11-161-27/+0
* net: dsa: felix: update regmap requests to be string-basedVladimir Oltean2022-09-291-16/+27
* net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean2022-09-291-100/+20
* net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean2022-09-291-1/+0
* net: dsa: ocelot: remove unnecessary set_drvdata()Yang Yingliang2022-09-231-2/+0
* net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean2022-09-091-93/+1
* net: mscc: ocelot: minimize definitions for statsVladimir Oltean2022-09-091-372/+93
* net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean2022-09-091-2/+2
* net: dsa: felix: add definitions for the stream filter countersVladimir Oltean2022-09-091-1/+0
* net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-181-93/+162
* net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-181-95/+373
* net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-181-7/+9
* net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean2022-05-121-1/+3
* net: ethernet: ocelot: remove the need for num_stats initializerColin Foster2022-04-301-1/+1
* net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster2022-02-281-21/+20
* net: dsa: ocelot: remove interface checksRussell King (Oracle)2022-02-261-7/+0
* net: dsa: seville: register the mdiobus under devresVladimir Oltean2022-02-091-2/+3
* net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-5/+5
* net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-021-10/+12
* net: dsa: ocelot: felix: add interface for custom regmapsColin Foster2021-12-081-0/+1
* net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...Colin Foster2021-11-291-93/+9
* net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster2021-11-291-1/+2
* net: mscc: ocelot: use index to set vcap policerXiaoliang Yang2021-11-181-0/+8
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-2/+18
* net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang2021-06-071-0/+5
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-151-27/+1
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-151-1/+1
* net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean2021-01-301-0/+1
* net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean2021-01-161-0/+1
* net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2021-01-161-0/+18
* net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2021-01-161-1/+0
* net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean2020-12-061-0/+1
* net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov2020-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-091-0/+2
|\
| * net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean2020-10-061-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-1/+1
|\|
| * net: dsa: seville: fix VCAP IS2 action widthVladimir Oltean2020-09-291-1/+1