aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot_vsc7514.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21net: mscc: ocelot: check return values of writes during resetColin Foster1-5/+11
2022-09-21net: mscc: ocelot: utilize readx_poll_timeout() for chip resetColin Foster1-9/+23
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-1/+1
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean1-93/+93
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean1-95/+373
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster1-1/+1
2021-12-10net: ocelot: add FDMA supportClément Léger1-0/+10
2021-12-07net: mscc: ocelot: split register definitions to a separate fileColin Foster1-509/+11
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang1-0/+7
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-10-18net: mscc: ocelot: Add of_node_put() before gotoWan Jiabing1-0/+1
2021-09-27net: mscc: ocelot: delay devlink registration to the endLeon Romanovsky1-3/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-5/+1
2021-08-20net: mscc: ocelot: allow probing to continue with ports that fail to registerVladimir Oltean1-3/+4
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean1-57/+2
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-2/+1
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean1-135/+5
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-38/+16
2021-02-14net: mscc: ocelot: better error handling in ocelot_xtr_irq_handlerVladimir Oltean1-10/+12
2021-02-14net: mscc: ocelot: only drain extraction queue on errorVladimir Oltean1-1/+1
2021-02-14net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handlerVladimir Oltean1-5/+2
2021-02-03net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter1-1/+3
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter1-33/+19
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-2/+0
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+8
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean1-16/+102
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean1-0/+16
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+0
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the probe functionChristophe JAILLET1-1/+7
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-0/+1
2020-10-08net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Vladimir Oltean1-0/+2
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-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/+45
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean1-0/+88
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean1-11/+14
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-4/+3
2020-09-21net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean1-0/+2
2020-09-18net: mscc: ocelot: unregister net devices on unbindVladimir Oltean1-0/+21
2020-09-18net: mscc: ocelot: refactor ports parsing code into a dedicated functionVladimir Oltean1-99/+110
2020-09-18net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean1-1/+4
2020-09-18net: mscc: ocelot: check for errors on memory allocation of portsVladimir Oltean1-0/+4
2020-07-22net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean1-14/+14