aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-23net: mscc: ocelot: fix forwarding from BLOCKING ports remaining enabledVladimir Oltean1-3/+8
2021-09-19net: mscc: ocelot: remove buggy duplicate write to DEV_CLOCK_CFGColin Foster1-6/+0
2021-09-19net: mscc: ocelot: remove buggy and useless write to ANA_PFC_PFC_CFGColin Foster1-4/+0
2021-09-17net: update NXP copyright textVladimir Oltean3-3/+3
2021-08-20net: mscc: ocelot: use helpers for port VLAN membershipVladimir Oltean1-20/+40
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean2-6/+8
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean2-18/+19
2021-08-20net: mscc: ocelot: allow probing to continue with ports that fail to registerVladimir Oltean1-3/+4
2021-08-20net: mscc: ocelot: be able to reuse a devlink_port after teardownHoratiu Vultur1-0/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-18net: mscc: ocelot: allow forwarding from bridge ports to the tag_8021q CPU portVladimir Oltean1-0/+1
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean5-165/+308
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean2-17/+9
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+1
2021-08-12net: mscc: Fix non-GPL export of regmap APIsMark Brown1-8/+8
2021-08-11net: mscc: Fix non-GPL export of regmap APIsMark Brown1-8/+8
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-27/+18
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-0/+71
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean1-4/+5
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-2/+2
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-2/+17
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-3/+3
2021-06-28net: ocelot: delete call to br_fdb_replayVladimir Oltean1-4/+0
2021-06-08net: dsa: felix: re-enable TX flow control in ocelot_port_flush()Vladimir Oltean1-0/+5
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2-4/+57
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2-14/+28
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu2-4/+4
2021-04-06time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko1-0/+2
2021-03-31net: ocelot: fix a trailling format issue with block commentsYixing Liu1-1/+2
2021-03-24net: ocelot: Simplify MRP deletionHoratiu Vultur1-16/+0
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean3-31/+107
2021-03-23net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean1-25/+86
2021-03-18net: ocelot: support multiple bridgesVladimir Oltean1-36/+36
2021-03-18net: ocelot: Fix deletetion of MRP entries from MAC tableHoratiu Vultur1-2/+2
2021-03-16net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur1-2/+1
2021-03-16net: ocelot: Extend MRPHoratiu Vultur2-81/+158
2021-03-16net: ocelot: Add PGID_BLACKHOLEHoratiu Vultur1-0/+3
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload driversBaowen Zheng2-0/+11
2021-03-10net: mscc: ocelot: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-04net: mscc: ocelot: properly reject destination IP keys in VCAP IS1Vladimir Oltean1-1/+2
2021-02-26net: mscc: ocelot: select NET_DEVLINKArnd Bergmann1-0/+1
2021-02-17net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean1-0/+1
2021-02-16net: mscc: ocelot: Add support for MRPHoratiu Vultur4-1/+245
2021-02-15net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean1-1/+1
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2-2/+8
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean2-135/+156
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean3-77/+24