aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean1-9/+0
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean1-0/+3
2022-05-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean1-1/+0
2022-03-17net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean1-0/+4
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean1-1/+2
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean1-1/+4
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean1-1/+2
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean1-0/+5
2021-12-10net: ocelot: add support for ndo_change_mtuClément Léger1-0/+2
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang1-13/+0
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean1-0/+1
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean1-7/+4
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-9/+0
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-6/+0
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean1-0/+1
2021-02-06net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean1-1/+2
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter1-0/+1
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-1/+0
2021-01-15net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean1-0/+1
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean1-0/+6
2021-01-15net: mscc: ocelot: delete unused ocelot_set_cpu_port prototypeVladimir Oltean1-4/+0
2020-10-30net: mscc: ocelot: support L2 multicast entriesVladimir Oltean1-1/+15
2020-10-30net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean1-8/+9
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean1-6/+0
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean1-2/+1
2020-06-22net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entriesVladimir Oltean1-0/+1
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-5/+0
2020-06-20net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean1-1/+44
2020-06-20net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean1-1/+0
2020-04-21net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu1-2/+1
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean1-2/+0
2020-03-04net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean1-10/+0
2020-01-05net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean1-3/+3
2020-01-05net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean1-1/+0
2019-11-21net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu1-6/+0
2019-11-15net: mscc: ocelot: publish ocelot_sys.h to include/soc/msccVladimir Oltean1-1/+1
2019-11-15net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean1-479/+3
2019-11-15net: mscc: ocelot: separate the implementation of switch resetVladimir Oltean1-0/+1
2019-11-15net: mscc: ocelot: adjust MTU on the CPU port in NPI modeVladimir Oltean1-0/+2
2019-11-15net: mscc: ocelot: export a constant for the tag length in bytesVladimir Oltean1-2/+2
2019-11-15net: mscc: ocelot: filter out ocelot SoC specific PCS config from common pathClaudiu Manoil1-1/+7
2019-11-15net: mscc: ocelot: move resource ioremap and regmap init to common codeClaudiu Manoil1-3/+1
2019-11-11net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean1-0/+12
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean1-9/+12
2019-11-06net: mscc: ocelot: fix __ocelot_rmw_ix prototypeVladimir Oltean1-1/+1
2019-08-15net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart1-0/+39
2019-08-15net: mscc: remove the frame_info cpuq memberAntoine Tenart1-1/+0
2019-08-15net: mscc: describe the PTP register rangeAntoine Tenart1-0/+9
2019-06-02net: mscc: ocelot: Add support for tcamHoratiu Vultur1-0/+8