summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)Author
2022-11-22net: mscc: ocelot: issue a warning if stats are incorrectly orderedColin Foster
2022-11-22net: mscc: ocelot: remove unnecessary exposure of stats structuresColin Foster
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster
2022-11-15net: mscc: ocelot: drop workaround for forcing RX flow controlVladimir Oltean
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-28net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridgeVladimir Oltean
2022-09-21net: mscc: ocelot: check return values of writes during resetColin Foster
2022-09-21net: mscc: ocelot: utilize readx_poll_timeout() for chip resetColin Foster
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean
2022-09-09net: mscc: ocelot: exclude stats from bulk regions based on reg, not nameVladimir Oltean
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean
2022-09-09net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.cVladimir Oltean
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean
2022-09-09net: mscc: ocelot: sort Makefile files alphabeticallyVladimir Oltean
2022-09-09net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedVladimir Oltean
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean
2022-08-23net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAGVladimir Oltean
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean
2022-08-17net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean
2022-08-17net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean
2022-08-17net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counterVladimir Oltean
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-07net: ocelot: fix wrong time_after usagePavel Skripkin
2022-06-19net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang
2022-05-23net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean
2022-05-23net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean
2022-05-23net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean
2022-05-23net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean
2022-05-22net: mscc: ocelot: offload tc action "ok" using an empty action vectorVladimir Oltean
2022-05-20net: mscc: fix the alignment in ocelot_port_fdb_del()Alaa Mohamed
2022-05-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean
2022-05-12net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski