summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot.h
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: Remove unused declarationsYue Haibing2023-08-221-2/+0
* net: mscc: ocelot: remove incompatible prototypesArnd Bergmann2023-04-181-3/+0
* net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean2023-04-171-0/+3
* net: mscc: ocelot: refactor enum ocelot_reg decoding to helperVladimir Oltean2023-04-131-0/+9
* net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean2023-01-231-0/+2
* net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean2022-09-091-9/+0
* net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean2022-09-091-0/+3
* net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-121-1/+0
* net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean2022-03-171-0/+4
* net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean2022-03-171-1/+2
* net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean2022-02-271-1/+4
* net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean2022-02-171-1/+2
* net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean2022-02-171-0/+5
* net: ocelot: add support for ndo_change_mtuClément Léger2021-12-101-0/+2
* net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang2021-11-181-13/+0
* net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean2021-10-211-0/+1
* net: mscc: ocelot: convert to phylinkVladimir Oltean2021-08-161-7/+4
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-141-9/+0
* net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean2021-02-061-6/+0
* net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean2021-02-061-0/+1
* net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean2021-02-061-1/+2
* net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter2021-02-031-0/+1
* net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean2021-01-151-1/+0
* net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean2021-01-151-0/+1
* net: mscc: ocelot: register devlink portsVladimir Oltean2021-01-151-0/+6
* net: mscc: ocelot: delete unused ocelot_set_cpu_port prototypeVladimir Oltean2021-01-151-4/+0
* net: mscc: ocelot: support L2 multicast entriesVladimir Oltean2020-10-301-1/+15
* net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean2020-10-301-8/+9
* net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean2020-10-021-0/+2
* net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2020-07-131-6/+0
* net: mscc: ocelot: convert port registers to regmapVladimir Oltean2020-07-131-2/+1
* net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entriesVladimir Oltean2020-06-221-0/+1
* net: dsa: felix: call port mdb operations from ocelotVladimir Oltean2020-06-221-5/+0
* net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean2020-06-201-1/+44
* net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean2020-06-201-1/+0
* net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu2020-04-211-2/+1
* net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean2020-04-151-2/+0
* net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean2020-03-041-10/+0
* net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean2020-01-051-3/+3
* net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean2020-01-051-1/+0
* net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu2019-11-211-6/+0
* net: mscc: ocelot: publish ocelot_sys.h to include/soc/msccVladimir Oltean2019-11-151-1/+1
* net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean2019-11-151-479/+3
* net: mscc: ocelot: separate the implementation of switch resetVladimir Oltean2019-11-151-0/+1
* net: mscc: ocelot: adjust MTU on the CPU port in NPI modeVladimir Oltean2019-11-151-0/+2
* net: mscc: ocelot: export a constant for the tag length in bytesVladimir Oltean2019-11-151-2/+2
* net: mscc: ocelot: filter out ocelot SoC specific PCS config from common pathClaudiu Manoil2019-11-151-1/+7
* net: mscc: ocelot: move resource ioremap and regmap init to common codeClaudiu Manoil2019-11-151-3/+1
* net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean2019-11-111-0/+12
* net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean2019-11-111-9/+12