summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot_vsc7514.c
AgeCommit message (Expand)Author
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-18net: mscc: ocelot: Add of_node_put() before gotoWan Jiabing
2021-09-27net: mscc: ocelot: delay devlink registration to the endLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-08-20net: mscc: ocelot: allow probing to continue with ports that fail to registerVladimir Oltean
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean
2021-02-14net: mscc: ocelot: better error handling in ocelot_xtr_irq_handlerVladimir Oltean
2021-02-14net: mscc: ocelot: only drain extraction queue on errorVladimir Oltean
2021-02-14net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handlerVladimir Oltean
2021-02-03net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean
2020-10-08net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Vladimir Oltean
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean
2020-09-21net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean
2020-09-18net: mscc: ocelot: unregister net devices on unbindVladimir Oltean
2020-09-18net: mscc: ocelot: refactor ports parsing code into a dedicated functionVladimir Oltean
2020-09-18net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean
2020-09-18net: mscc: ocelot: check for errors on memory allocation of portsVladimir Oltean
2020-07-22net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean
2020-07-13soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean
2020-06-20net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean
2020-06-20net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.cVladimir Oltean