aboutsummaryrefslogtreecommitdiff
path: root/include/soc/mscc
AgeCommit message (Expand)AuthorFilesLines
2022-03-17net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Gravatar Vladimir Oltean 1-0/+2
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallGravatar Vladimir Oltean 1-0/+9
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesGravatar Vladimir Oltean 1-0/+5
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareGravatar Vladimir Oltean 1-10/+21
2022-02-24net: dsa: felix: support FDB entries on offloaded LAG interfacesGravatar Vladimir Oltean 1-0/+12
2022-02-17net: dsa: felix: update destinations of existing traps with ocelot-8021qGravatar Vladimir Oltean 1-3/+1
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingGravatar Vladimir Oltean 1-0/+1
2022-02-17net: mscc: ocelot: keep traps in a listGravatar Vladimir Oltean 2-0/+2
2022-02-17net: mscc: ocelot: avoid overlap in VCAP IS2 between PTP and MRP trapsGravatar Vladimir Oltean 1-8/+8
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsGravatar Vladimir Oltean 1-1/+1
2022-02-17net: mscc: ocelot: delete OCELOT_MRP_CPUQGravatar Vladimir Oltean 1-2/+0
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesGravatar Vladimir Oltean 1-0/+16
2022-02-14net: mscc: ocelot: use bulk reads for statsGravatar Colin Foster 1-0/+8
2022-02-14net: mscc: ocelot: add ability to perform bulk readsGravatar Colin Foster 1-0/+5
2022-02-14net: ocelot: align macros for consistencyGravatar Colin Foster 1-15/+29
2022-01-07net: dsa: felix: add port fast age supportGravatar Vladimir Oltean 1-0/+1
2021-12-10net: ocelot: add FDMA supportGravatar Clément Léger 1-0/+3
2021-12-10net: ocelot: add and export ocelot_ptp_rx_timestamp()Gravatar Clément Léger 1-0/+2
2021-12-10net: ocelot: export ocelot_ifh_port_set() to setup IFHGravatar Clément Léger 1-0/+1
2021-12-10net: ocelot: fix missed include in the vsc7514_regs.h fileGravatar Colin Foster 1-0/+2
2021-12-07net: mscc: ocelot: split register definitions to a separate fileGravatar Colin Foster 1-0/+27
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterGravatar Vladimir Oltean 1-0/+2
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultGravatar Vladimir Oltean 1-1/+8
2021-11-18net: dsa: felix: restrict psfp rules on ingress portGravatar Xiaoliang Yang 1-1/+2
2021-11-18net: mscc: ocelot: use index to set vcap policerGravatar Xiaoliang Yang 1-1/+13
2021-11-18net: dsa: felix: support psfp filter on vsc9959Gravatar Xiaoliang Yang 2-0/+18
2021-11-18net: mscc: ocelot: add gate and police action offload to PSFPGravatar Xiaoliang Yang 2-0/+6
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsGravatar Xiaoliang Yang 1-0/+22
2021-10-25net: mscc: ocelot: serialize access to the MAC tableGravatar Vladimir Oltean 1-0/+3
2021-10-25Revert "Merge branch 'dsa-rtnl'"Gravatar David S. Miller 1-3/+0
2021-10-24net: mscc: ocelot: serialize access to the MAC tableGravatar Vladimir Oltean 1-0/+3
2021-10-21net: mscc: ocelot: track the port pvid using a pointerGravatar Vladimir Oltean 1-6/+1
2021-10-21net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedGravatar Vladimir Oltean 1-2/+1
2021-10-21net: mscc: ocelot: convert the VLAN masks to a listGravatar Vladimir Oltean 1-2/+7
2021-10-21net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGGravatar Vladimir Oltean 1-0/+11
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-51/+7
2021-10-12net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libGravatar Vladimir Oltean 1-27/+0
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverGravatar Vladimir Oltean 1-24/+0
2021-10-12net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Gravatar Vladimir Oltean 1-0/+1
2021-10-12net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOGravatar Vladimir Oltean 2-1/+5
2021-10-12net: mscc: ocelot: make use of all 63 PTP timestamp identifiersGravatar Vladimir Oltean 1-0/+2
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2021-10-02net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Gravatar Vladimir Oltean 1-0/+10
2021-10-01net: mscc: ocelot: fix VCAP filters remaining active after being deletedGravatar Vladimir Oltean 1-2/+2
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackGravatar Vladimir Oltean 1-1/+2
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackGravatar Vladimir Oltean 1-1/+1
2021-08-16net: mscc: ocelot: convert to phylinkGravatar Vladimir Oltean 1-4/+15
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Gravatar Vladimir Oltean 1-2/+0
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingGravatar Yangbo Lu 1-1/+7