summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/seville_vsc9953.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-08net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-02-15net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-27/+1
2021-02-15net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-1/+1
2021-01-30net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean1-0/+1
2021-01-16net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-0/+1
2021-01-16net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean1-0/+18
2021-01-16net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+0
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-0/+1
2020-10-20net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov1-1/+1
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean1-0/+2
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-09-30net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean1-13/+0
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/+50
2020-09-30net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean1-0/+92
2020-09-30net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean1-11/+14
2020-09-29net: dsa: seville: fix VCAP IS2 action widthVladimir Oltean1-1/+1
2020-09-27net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-3/+10
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+9
2020-09-22net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-19net: dsa: seville: build as separate moduleVladimir Oltean1-1/+5
2020-09-19net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean1-1/+18
2020-09-19net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean1-6/+6
2020-09-19net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean1-11/+0
2020-09-19net: dsa: ocelot: document why reset procedure is different for felix/sevilleVladimir Oltean1-0/+4
2020-09-19net: dsa: seville: first enable memories, then initialize themVladimir Oltean1-1/+1
2020-09-19net: dsa: seville: don't write to MEM_ENA twiceVladimir Oltean1-1/+0
2020-09-18net: dsa: seville: fix buffer size of the queue systemVladimir Oltean1-1/+1
2020-08-31net: dsa: ocelot: use the Lynx PCS helpers in Felix and SevilleIoana Ciornei1-7/+14
2020-07-14net: dsa: felix: introduce support for Seville VSC9953 switchMaxim Kochetkov1-0/+1104