aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/mscc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-2/+2
2021-01-29net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean1-1/+6
2021-01-29net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean1-0/+289
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+47
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean1-0/+2
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-0/+1
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2-6/+2
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2-1/+5
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-2/+1
2020-12-14net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process contextVladimir Oltean1-0/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-0/+3
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-0/+2
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean1-0/+1
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean1-6/+8
2020-10-30net: mscc: ocelot: support L2 multicast entriesVladimir Oltean1-0/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-2/+2
2020-10-02net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean1-1/+2
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2-1/+15
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2-1/+44
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2-1/+93
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2-10/+74
2020-09-29net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean1-0/+22
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-0/+1
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-3/+0
2020-09-24net: mscc: ocelot: fix fields offset in SG_CONFIG_REG_3Xiaoliang Yang1-4/+4
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-2/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-09-18net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean1-1/+2
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean1-0/+1
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean1-0/+1
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov1-0/+1
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov2-10/+3
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean1-0/+2
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean3-26/+15
2020-07-13soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov1-0/+5
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean2-79/+41
2020-06-22net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean1-0/+15
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-0/+4
2020-06-20net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean1-2/+2
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean1-0/+1
2020-04-21net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu2-0/+7
2020-04-21net: mscc: ocelot: add wave programming registers definitionsYangbo Lu2-0/+4
2020-04-21net: mscc: ocelot: redefine PTP pinsYangbo Lu1-4/+5
2020-04-21net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu2-1/+52
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean1-1/+3
2020-03-30net: dsa: felix: add port policersVladimir Oltean1-0/+8