summaryrefslogtreecommitdiffstats
path: root/include/soc/mscc
AgeCommit message (Expand)AuthorLines
2022-05-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean-0/+2
2022-05-12net: mscc: ocelot: minimize holes in struct ocelot_portVladimir Oltean-9/+11
2022-05-12net: mscc: ocelot: delete ocelot_port :: xmit_templateVladimir Oltean-1/+0
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-05-06net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean-0/+3
2022-05-05net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean-1/+1
2022-05-02net: mscc: ocelot: add missed parentheses around macro argumentColin Foster-1/+1
2022-05-02net: mscc: ocelot: remove unnecessary variableColin Foster-5/+2
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster-0/+10
2022-03-17net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean-0/+2
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean-0/+9
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean-0/+5
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean-10/+21
2022-02-24net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean-0/+12
2022-02-17net: dsa: felix: update destinations of existing traps with ocelot-8021qVladimir Oltean-3/+1
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean-0/+1
2022-02-17net: mscc: ocelot: keep traps in a listVladimir Oltean-0/+2
2022-02-17net: mscc: ocelot: avoid overlap in VCAP IS2 between PTP and MRP trapsVladimir Oltean-8/+8
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean-1/+1
2022-02-17net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean-2/+0
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean-0/+16
2022-02-14net: mscc: ocelot: use bulk reads for statsColin Foster-0/+8
2022-02-14net: mscc: ocelot: add ability to perform bulk readsColin Foster-0/+5
2022-02-14net: ocelot: align macros for consistencyColin Foster-15/+29
2022-01-07net: dsa: felix: add port fast age supportVladimir Oltean-0/+1
2021-12-10net: ocelot: add FDMA supportClément Léger-0/+3
2021-12-10net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger-0/+2
2021-12-10net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger-0/+1
2021-12-10net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster-0/+2
2021-12-07net: mscc: ocelot: split register definitions to a separate fileColin Foster-0/+27
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean-0/+2
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean-1/+8
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang-1/+2
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang-1/+13
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang-0/+18
2021-11-18net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang-0/+6
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang-0/+22
2021-10-25net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean-0/+3
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller-3/+0
2021-10-24net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean-0/+3
2021-10-21net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean-6/+1
2021-10-21net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedVladimir Oltean-2/+1
2021-10-21net: mscc: ocelot: convert the VLAN masks to a listVladimir Oltean-2/+7
2021-10-21net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGVladimir Oltean-0/+11
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-51/+7
2021-10-12net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean-27/+0
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean-24/+0
2021-10-12net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Vladimir Oltean-0/+1
2021-10-12net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean-1/+5