summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot
AgeCommit message (Expand)AuthorFilesLines
2020-10-19net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov1-1/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean2-0/+4
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+28
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-4/+3
2020-10-02net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang1-0/+1
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean4-0/+29
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean2-25/+0
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean3-3/+25
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2-0/+100
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2-0/+184
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean4-26/+28
2020-09-29net: dsa: seville: fix VCAP IS2 action widthVladimir Oltean1-1/+1
2020-09-29net: dsa: felix: fix incorrect action offsets for VCAP IS2Vladimir Oltean1-6/+6
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean3-9/+23
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-4/+25
2020-09-24net: dsa: felix: convert TAS link speed based on phylink speedXiaoliang Yang1-1/+21
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-1/+4
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-18/+24
2020-09-21net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-21net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang1-8/+8
2020-09-18net: dsa: seville: build as separate moduleVladimir Oltean6-39/+29
2020-09-18net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean3-18/+20
2020-09-18net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean3-4/+19
2020-09-18net: dsa: felix: replace tabs with spacesVladimir Oltean3-13/+13
2020-09-18net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean1-6/+6
2020-09-18net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean1-11/+0
2020-09-18net: dsa: ocelot: document why reset procedure is different for felix/sevilleVladimir Oltean2-0/+7
2020-09-18net: dsa: seville: first enable memories, then initialize themVladimir Oltean1-1/+1
2020-09-18net: dsa: seville: don't write to MEM_ENA twiceVladimir Oltean1-1/+0
2020-09-18net: dsa: felix: use ocelot_field_{read,write} helpers consistentlyVladimir Oltean1-3/+3
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean1-0/+3
2020-09-18net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean1-1/+4
2020-09-18net: dsa: seville: fix buffer size of the queue systemVladimir Oltean1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-08-31net: dsa: ocelot: use the Lynx PCS helpers in Felix and SevilleIoana Ciornei5-404/+40
2020-08-24net: ocelot: Add of_node_put() before return statementSumera Priyadarsini1-0/+1
2020-08-18net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King1-1/+1
2020-07-19net: dsa: felix: (re)use already existing constantsMichael Walle1-33/+12
2020-07-16net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean1-1/+0
2020-07-13net: dsa: felix: introduce support for Seville VSC9953 switchMaxim Kochetkov6-16/+1149
2020-07-13net: dsa: felix: move probing to felix_vsc9959.cVladimir Oltean3-191/+206
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov1-0/+13
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov1-0/+3
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean3-0/+34
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2-6/+14
2020-07-13soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov1-1/+1
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean2-8/+52
2020-07-05net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean3-156/+187
2020-07-05net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean3-48/+0