aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot_vsc7514.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversGravatar Vladimir Oltean 1-93/+1
2022-09-09net: mscc: ocelot: minimize definitions for statsGravatar Vladimir Oltean 1-372/+93
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDGravatar Vladimir Oltean 1-1/+1
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetGravatar Vladimir Oltean 1-93/+93
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableGravatar Vladimir Oltean 1-95/+373
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerGravatar Colin Foster 1-1/+1
2021-12-10net: ocelot: add FDMA supportGravatar Clément Léger 1-0/+10
2021-12-07net: mscc: ocelot: split register definitions to a separate fileGravatar Colin Foster 1-509/+11
2021-11-18net: mscc: ocelot: use index to set vcap policerGravatar Xiaoliang Yang 1-0/+7
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2021-10-18net: mscc: ocelot: Add of_node_put() before gotoGravatar Wan Jiabing 1-0/+1
2021-09-27net: mscc: ocelot: delay devlink registration to the endGravatar Leon Romanovsky 1-3/+2
2021-09-22devlink: Make devlink_register to be voidGravatar Leon Romanovsky 1-5/+1
2021-08-20net: mscc: ocelot: allow probing to continue with ports that fail to registerGravatar Vladimir Oltean 1-3/+4
2021-08-16net: mscc: ocelot: convert to phylinkGravatar Vladimir Oltean 1-57/+2
2021-08-09devlink: Set device as early as possibleGravatar Leon Romanovsky 1-2/+3
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingGravatar Vladimir Oltean 1-2/+1
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollGravatar Vladimir Oltean 1-135/+5
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAGravatar Vladimir Oltean 1-38/+16
2021-02-14net: mscc: ocelot: better error handling in ocelot_xtr_irq_handlerGravatar Vladimir Oltean 1-10/+12
2021-02-14net: mscc: ocelot: only drain extraction queue on errorGravatar Vladimir Oltean 1-1/+1
2021-02-14net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handlerGravatar Vladimir Oltean 1-5/+2
2021-02-03net: mscc: ocelot: fix error code in mscc_ocelot_probe()Gravatar Dan Carpenter 1-1/+3
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Gravatar Dan Carpenter 1-33/+19
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleGravatar Vladimir Oltean 1-2/+0
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbGravatar Vladimir Oltean 1-0/+8
2021-01-15net: mscc: ocelot: register devlink portsGravatar Vladimir Oltean 1-16/+102
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyGravatar Vladimir Oltean 1-0/+16
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesGravatar Vladimir Oltean 1-1/+0
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Gravatar Christophe JAILLET 1-1/+7
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleGravatar Vladimir Oltean 1-0/+1
2020-10-08net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Gravatar Vladimir Oltean 1-0/+2
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueGravatar Vladimir Oltean 1-0/+2
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevGravatar Vladimir Oltean 1-0/+2
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Gravatar Vladimir Oltean 1-13/+0
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsGravatar Vladimir Oltean 1-1/+12
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetGravatar Vladimir Oltean 1-0/+45
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetGravatar Vladimir Oltean 1-0/+88
2020-09-29net: mscc: ocelot: generalize existing code for VCAPGravatar Vladimir Oltean 1-11/+14
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAGravatar Vladimir Oltean 1-4/+3
2020-09-21net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesGravatar Vladimir Oltean 1-8/+8
2020-09-18net: mscc: ocelot: deinitialize only initialized portsGravatar Vladimir Oltean 1-0/+2
2020-09-18net: mscc: ocelot: unregister net devices on unbindGravatar Vladimir Oltean 1-0/+21
2020-09-18net: mscc: ocelot: refactor ports parsing code into a dedicated functionGravatar Vladimir Oltean 1-99/+110
2020-09-18net: mscc: ocelot: error checking when calling ocelot_init()Gravatar Vladimir Oltean 1-1/+4
2020-09-18net: mscc: ocelot: check for errors on memory allocation of portsGravatar Vladimir Oltean 1-0/+4
2020-07-22net: mscc: ocelot: fix non-initialized CPU port on VSC7514Gravatar Vladimir Oltean 1-14/+14
2020-07-13net: mscc: ocelot: extend watermark encoding functionGravatar Maxim Kochetkov 1-0/+13
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldGravatar Maxim Kochetkov 1-0/+3