summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorFilesLines
2024-02-05net: ocelot: update the MODULE_DESCRIPTION()Breno Leitao1-1/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for ocelotBreno Leitao1-0/+1
2023-12-15net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and aboveVladimir Oltean1-4/+4
2023-12-15net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and aboveVladimir Oltean1-4/+4
2023-09-20net: ethernet: mscc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-22net: mscc: ocelot: Remove unused declarationsYue Haibing2-3/+0
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-14/+14
2023-07-28net: Explicitly include correct DT includesRob Herring2-2/+2
2023-07-19drivers:net: fix return value check in ocelot_fdma_receive_skbYuanjun Gong1-1/+2
2023-07-07net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean1-2/+5
2023-07-07net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2-6/+2
2023-06-29net: mscc: ocelot: don't keep PTP configuration of all ports in single structureVladimir Oltean2-21/+41
2023-06-29net: mscc: ocelot: don't report that RX timestamping is enabled by defaultVladimir Oltean1-5/+0
2023-05-31flow_offload: Reject matching on layer 2 missIdo Schimmel1-0/+10
2023-05-10net: mscc: ocelot: fix stat counter register valuesColin Foster1-9/+9
2023-04-19net: mscc: ocelot: remove incompatible prototypesArnd Bergmann1-3/+0
2023-04-18net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean3-1/+66
2023-04-18net: mscc: ocelot: add support for mqprio offloadVladimir Oltean1-0/+50
2023-04-18net: mscc: ocelot: don't rely on cached verify_status in ocelot_port_get_mm()Vladimir Oltean1-0/+1
2023-04-18net: mscc: ocelot: optimize ocelot_mm_irq()Vladimir Oltean1-2/+28
2023-04-18net: mscc: ocelot: remove struct ocelot_mm_state :: lockVladimir Oltean1-12/+8
2023-04-18net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean1-2/+10
2023-04-14net: mscc: ocelot: fix ineffective WARN_ON() in ocelot_stats.cVladimir Oltean1-6/+11
2023-04-14net: mscc: ocelot: strengthen type of "int i" in ocelot_stats.cVladimir Oltean1-4/+5
2023-04-14net: mscc: ocelot: strengthen type of "u32 reg" and "u32 base" in ocelot_stats.cVladimir Oltean1-3/+3
2023-04-14net: mscc: ocelot: remove blank line at the end of ocelot_stats.cVladimir Oltean1-1/+0
2023-04-14net: mscc: ocelot: debugging print for statistics regionsVladimir Oltean1-0/+9
2023-04-14net: mscc: ocelot: refactor enum ocelot_reg decoding to helperVladimir Oltean2-14/+25
2023-04-14net: mscc: ocelot: strengthen type of "u32 reg" in I/O accessorsVladimir Oltean1-9/+11
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+7
2023-03-22net: mscc: ocelot: add TX_MM_HOLD to ocelot_mm_stats_layoutVladimir Oltean1-0/+1
2023-03-22net: mscc: ocelot: fix transfer from region->buf to ocelot->statsVladimir Oltean1-3/+4
2023-03-22net: mscc: ocelot: fix stats region batchingVladimir Oltean1-1/+2
2023-03-20net: mscc: ocelot: expose serdes configuration functionColin Foster2-26/+43
2023-03-20net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster2-18/+29
2023-03-20net: mscc: ocelot: expose ocelot_pll5_init routineColin Foster2-30/+31
2023-02-11net: dsa: ocelot: add PTP dependency for NET_DSA_MSCC_OCELOT_EXTArnd Bergmann1-0/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+16
2023-02-09net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...Vladimir Oltean1-4/+4
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean1-12/+12
2023-02-07net: mscc: ocelot: un-export unused regmap symbolsColin Foster1-28/+14
2023-01-31net: mscc: ocelot: expose vsc7514_regmap definitionColin Foster2-14/+15
2023-01-31net: mscc: ocelot: expose ocelot_reset routineColin Foster2-45/+47
2023-01-31net: mscc: ocelot: expose vcap_props structureColin Foster2-43/+44
2023-01-31net: mscc: ocelot: expose regfield definition to be used by other driversColin Foster2-59/+60
2023-01-31net: mscc: ocelot: expose ocelot wm functionsColin Foster2-28/+31
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean1-0/+1
2023-01-25net: mscc: ocelot: fix incorrect verify_enabled reporting in ethtool get_mm()Vladimir Oltean1-0/+1
2023-01-23net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean4-4/+231
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean1-10/+279