summaryrefslogtreecommitdiff
path: root/include/soc/mscc/ocelot.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-16net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean1-0/+2
2021-01-16net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+2
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-2/+1
2020-12-15net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean1-0/+2
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-0/+3
2020-11-03net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-0/+2
2020-11-03net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean1-0/+1
2020-11-03net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean1-6/+8
2020-10-31net: mscc: ocelot: support L2 multicast entriesVladimir Oltean1-0/+1
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-2/+2
2020-10-03net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean1-1/+2
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-09-30net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean1-1/+12
2020-09-30net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean1-0/+1
2020-09-30net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean1-0/+1
2020-09-30net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean1-10/+12
2020-09-30net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean1-0/+22
2020-09-27net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-0/+1
2020-09-27net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-3/+0
2020-09-25net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-2/+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-14net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov1-0/+1
2020-07-14net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov1-0/+3
2020-07-14net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean1-0/+2
2020-07-14net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean1-0/+15
2020-07-14soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov1-0/+5
2020-07-14net: mscc: ocelot: convert port registers to regmapVladimir Oltean1-1/+41
2020-06-23net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean1-0/+15
2020-06-23net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-0/+4
2020-06-21net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean1-2/+2
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-07net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean1-0/+1
2020-04-22net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu1-0/+3
2020-04-22net: mscc: ocelot: add wave programming registers definitionsYangbo Lu1-0/+2
2020-04-22net: mscc: ocelot: redefine PTP pinsYangbo Lu1-4/+5
2020-04-22net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu1-1/+0
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
2020-03-30net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang1-0/+1
2020-03-28net: dsa: felix: support changing the MTUVladimir Oltean1-0/+7
2020-03-05net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean1-0/+60
2020-03-05net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean1-5/+7
2020-03-04net: dsa: felix: Wire up the ocelot cls_flower methodsVladimir Oltean1-0/+6
2020-03-04net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean1-0/+1
2020-03-04net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean1-3/+0
2020-03-04net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean1-0/+3
2020-03-04net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean1-0/+7
2020-01-06net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean1-0/+2