summaryrefslogtreecommitdiffstats
path: root/include/soc/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean2021-01-151-0/+47
* net: mscc: ocelot: register devlink portsVladimir Oltean2021-01-151-0/+2
* net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean2021-01-151-0/+1
* net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2021-01-152-6/+2
* net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2021-01-152-1/+5
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-2/+1
* net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean2020-12-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-0/+3
|\
| * net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean2020-12-051-0/+3
* | net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2020-11-021-0/+2
* | net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean2020-11-021-0/+1
* | net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean2020-11-021-6/+8
* | net: mscc: ocelot: support L2 multicast entriesVladimir Oltean2020-10-301-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-4/+4
|\
| * net: mscc: ocelot: fix fields offset in SG_CONFIG_REG_3Xiaoliang Yang2020-09-241-4/+4
* | net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-2/+2
* | net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean2020-10-021-1/+2
* | net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean2020-10-021-0/+2
* | net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2020-09-292-1/+15
* | net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2020-09-292-1/+44
* | net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2020-09-292-1/+93
* | net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2020-09-292-10/+74
* | net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean2020-09-291-0/+22
* | net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean2020-09-261-0/+1
* | net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean2020-09-261-3/+0
* | net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-241-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-0/+2
|\|
| * net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean2020-09-181-0/+1
| * net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-181-0/+1
* | net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean2020-09-181-1/+2
|/
* net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov2020-07-131-0/+1
* net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov2020-07-132-10/+3
* net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean2020-07-131-0/+2
* net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2020-07-133-26/+15
* soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov2020-07-131-0/+5
* net: mscc: ocelot: convert port registers to regmapVladimir Oltean2020-07-132-79/+41
* net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean2020-06-221-0/+15
* net: dsa: felix: call port mdb operations from ocelotVladimir Oltean2020-06-221-0/+4
* net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean2020-06-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-0/+1
|\
| * net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean2020-05-061-0/+1
* | net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu2020-04-212-0/+7
* | net: mscc: ocelot: add wave programming registers definitionsYangbo Lu2020-04-212-0/+4
* | net: mscc: ocelot: redefine PTP pinsYangbo Lu2020-04-211-4/+5
* | net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu2020-04-212-1/+52
|/
* net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean2020-04-151-1/+3
* net: dsa: felix: add port policersVladimir Oltean2020-03-301-0/+8
* net: mscc: ocelot: add action of police on vcap_is2Xiaoliang Yang2020-03-301-0/+1
* net: dsa: felix: support changing the MTUVladimir Oltean2020-03-271-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+1
|\