aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/seville_vsc9953.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: dsa: felix: update regmap requests to be string-basedVladimir Oltean1-16/+27
2022-09-28net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean1-100/+20
2022-09-28net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean1-1/+0
2022-09-22net: dsa: ocelot: remove unnecessary set_drvdata()Yang Yingliang1-2/+0
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean1-93/+1
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean1-372/+93
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean1-2/+2
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean1-1/+0
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean1-93/+162
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean1-95/+373
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean1-7/+9
2022-05-11net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean1-1/+3
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster1-1/+1
2022-02-28net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster1-21/+20
2022-02-26net: dsa: ocelot: remove interface checksRussell King (Oracle)1-7/+0
2022-02-08net: dsa: seville: register the mdiobus under devresVladimir Oltean1-2/+3
2022-01-02net: dsa: seville: name change for clarity from pcs to mdio_deviceColin Foster1-5/+5
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster1-10/+12
2021-12-07net: dsa: ocelot: felix: add interface for custom regmapsColin Foster1-0/+1
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO accessColin Foster1-93/+9
2021-11-29net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster1-1/+2
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang1-0/+8
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-5/+3
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-2/+18
2021-06-07net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-27/+1
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-1/+1
2021-01-29net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean1-0/+1
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-0/+1
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean1-0/+18
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+0
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-0/+1
2020-10-19net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov1-1/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean1-0/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean1-13/+0
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean1-1/+12
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean1-0/+50
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean1-0/+92
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean1-11/+14
2020-09-29net: dsa: seville: fix VCAP IS2 action widthVladimir Oltean1-1/+1
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-3/+10
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+9
2020-09-21net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-18net: dsa: seville: build as separate moduleVladimir Oltean1-1/+5
2020-09-18net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean1-1/+18
2020-09-18net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean1-6/+6
2020-09-18net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean1-11/+0