summaryrefslogtreecommitdiffstats
path: root/include/soc/mscc
AgeCommit message (Expand)AuthorLines
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean-1/+15
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean-1/+44
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean-1/+93
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean-10/+74
2020-09-29net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean-0/+22
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean-0/+1
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean-3/+0
2020-09-24net: mscc: ocelot: fix fields offset in SG_CONFIG_REG_3Xiaoliang Yang-4/+4
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean-2/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+2
2020-09-18net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean-1/+2
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean-0/+1
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean-0/+1
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov-0/+1
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov-10/+3
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean-0/+2
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean-26/+15
2020-07-13soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov-0/+5
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean-79/+41
2020-06-22net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean-0/+15
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean-0/+4
2020-06-20net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean-2/+2
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean-0/+1
2020-04-21net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu-0/+7
2020-04-21net: mscc: ocelot: add wave programming registers definitionsYangbo Lu-0/+4
2020-04-21net: mscc: ocelot: redefine PTP pinsYangbo Lu-4/+5
2020-04-21net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu-1/+52
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean-1/+3
2020-03-30net: dsa: felix: add port policersVladimir Oltean-0/+8
2020-03-30net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang-0/+1
2020-03-27net: dsa: felix: support changing the MTUVladimir Oltean-0/+7
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-03-09net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean-1/+1
2020-03-04net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean-0/+60
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean-5/+7
2020-03-03net: dsa: felix: Wire up the ocelot cls_flower methodsVladimir Oltean-0/+6
2020-03-03net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean-8/+30
2020-03-03net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean-3/+0
2020-03-03net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean-0/+187
2020-03-03net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean-0/+7
2020-01-05net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean-0/+1170
2020-01-05net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean-0/+2
2019-11-27net: mscc: ocelot: use skb queue instead of skbs listYangbo Lu-8/+1
2019-11-21net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()Yangbo Lu-0/+2
2019-11-21net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu-1/+8
2019-11-21net: mscc: ocelot: export ocelot_hwstamp_get/set functionsYangbo Lu-0/+2
2019-11-15net: mscc: ocelot: publish ocelot_sys.h to include/soc/msccVladimir Oltean-0/+144
2019-11-15net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean-0/+539
2018-10-05net: mscc: ocelot: simplify register access for PLL5 configurationQuentin Schulz-0/+74