summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/felix_vsc9959.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-181-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-0/+3
|\
| * net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean2023-08-181-0/+3
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-4/+4
* | net: dsa: Explicitly include correct DT includesRob Herring2023-07-261-0/+1
|/
* net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean2023-07-061-4/+17
* net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean2023-07-061-1/+1
* net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2023-07-061-14/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-1/+1
|\
| * net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean2023-06-141-1/+1
* | net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set()Dan Carpenter2023-06-071-1/+2
* | net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-1/+3
* | net: dsa: ocelot: use lynx_pcs_create_mdiodev()Russell King (Oracle)2023-05-291-16/+4
|/
* net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean2023-04-171-2/+5
* net: dsa: felix: act upon the mqprio qopt in taprio offloadVladimir Oltean2023-04-171-5/+17
* net: mscc: ocelot: add support for mqprio offloadVladimir Oltean2023-04-171-0/+9
* net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean2023-04-171-4/+1
* net: dsa: felix: fix internal MDIO controller resource lengthVladimir Oltean2023-02-261-1/+1
* net: dsa: felix: add configurable device quirksColin Foster2023-01-301-0/+1
* net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean2023-01-231-8/+11
* net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean2023-01-231-0/+38
* enetc: Separate C22 and C45 transactionsAndrew Lunn2023-01-131-2/+4
* net: mscc: ocelot: remove redundant stats_layout pointersColin Foster2022-11-221-5/+0
* net: dsa: felix: use phylink_generic_validate()Vladimir Oltean2022-11-151-30/+0
* net: dsa: felix: offload per-tc max SDU from tc-taprioVladimir Oltean2022-09-291-2/+35
* net: dsa: felix: update regmap requests to be string-basedVladimir Oltean2022-09-281-16/+27
* net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean2022-09-281-86/+18
* net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean2022-09-281-1/+0
* net: dsa: felix: remove felix_info :: imdio_baseVladimir Oltean2022-09-281-3/+6
* net: dsa: felix: remove felix_info :: imdio_resVladimir Oltean2022-09-281-2/+1
* net: dsa: ocelot: remove unnecessary set_drvdata()Yang Yingliang2022-09-221-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: check the 32-bit PSFP stats against overflowVladimir Oltean2022-09-091-43/+88
* net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean2022-09-091-2/+2
* net: dsa: felix: add definitions for the stream filter countersVladimir Oltean2022-09-091-5/+10
* net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...Vladimir Oltean2022-09-071-2/+2
* net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...Vladimir Oltean2022-09-071-43/+79
* net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...Vladimir Oltean2022-09-071-4/+31
* net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-171-93/+160
* net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-171-95/+373
* net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-171-2/+2
* net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-171-8/+12
* net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean2022-08-171-1/+2
* net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean2022-08-081-1/+14
* time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean2022-06-301-2/+3
* net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean2022-06-301-0/+201
* net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean2022-06-301-12/+5
* net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean2022-06-301-10/+13