aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/dsa/ocelot/felix_vsc9959.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-08-18net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean1-0/+3
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-4/+4
2023-07-26net: dsa: Explicitly include correct DT includesRob Herring1-0/+1
2023-07-06net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean1-4/+17
2023-07-06net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean1-1/+1
2023-07-06net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean1-14/+22
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-06-14net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean1-1/+1
2023-06-07net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set()Dan Carpenter1-1/+2
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-1/+3
2023-05-29net: dsa: ocelot: use lynx_pcs_create_mdiodev()Russell King (Oracle)1-16/+4
2023-04-17net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean1-2/+5
2023-04-17net: dsa: felix: act upon the mqprio qopt in taprio offloadVladimir Oltean1-5/+17
2023-04-17net: mscc: ocelot: add support for mqprio offloadVladimir Oltean1-0/+9
2023-04-17net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean1-4/+1
2023-02-26net: dsa: felix: fix internal MDIO controller resource lengthVladimir Oltean1-1/+1
2023-01-30net: dsa: felix: add configurable device quirksColin Foster1-0/+1
2023-01-23net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean1-8/+11
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean1-0/+38
2023-01-13enetc: Separate C22 and C45 transactionsAndrew Lunn1-2/+4
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster1-5/+0
2022-11-15net: dsa: felix: use phylink_generic_validate()Vladimir Oltean1-30/+0
2022-09-29net: dsa: felix: offload per-tc max SDU from tc-taprioVladimir Oltean1-2/+35
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-86/+18
2022-09-28net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean1-1/+0
2022-09-28net: dsa: felix: remove felix_info :: imdio_baseVladimir Oltean1-3/+6
2022-09-28net: dsa: felix: remove felix_info :: imdio_resVladimir Oltean1-2/+1
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: check the 32-bit PSFP stats against overflowVladimir Oltean1-43/+88
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean1-2/+2
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean1-5/+10
2022-09-07net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed_setVladimir Oltean1-2/+2
2022-09-07net: dsa: felix: disable cut-through forwarding for frames oversized for tc-taprioVladimir Oltean1-43/+79
2022-09-07net: dsa: felix: tc-taprio intervals smaller than MTU should send at least one packetVladimir Oltean1-4/+31
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean1-93/+160
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean1-95/+373
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean1-2/+2
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean1-8/+12
2022-08-17net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean1-1/+2
2022-08-08net: dsa: felix: fix min gate len calculation for tc when its first gate is closedVladimir Oltean1-1/+14
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean1-2/+3
2022-06-30net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the portVladimir Oltean1-0/+201
2022-06-30net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean1-12/+5
2022-06-30net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean1-10/+13
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4