aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean1-1/+1
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean1-3/+5
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean2-85/+6
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean1-19/+0
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+2
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean1-11/+1
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean1-7/+3
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean2-12/+11
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean1-8/+4
2021-06-08net: dsa: felix: set TX flow control according to the phylink_mac_link_up resolutionVladimir Oltean1-0/+2
2021-06-07net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-05-10net: dsa: felix: re-enable TAS guard band modeMichael Walle1-5/+10
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu1-8/+7
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu1-1/+1
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu1-5/+8
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu1-1/+1
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu1-2/+1
2021-04-20net: dsa: felix: disable always guard band bit for TAS configXiaoliang Yang1-2/+6
2021-03-29net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()Guobin Huang1-3/+1
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean1-1/+3
2021-02-16net: dsa: felix: Add support for MRPHoratiu Vultur1-0/+38
2021-02-16net: dsa: felix: perform teardown on error in felix_setupVladimir Oltean1-2/+19
2021-02-16net: dsa: felix: don't deinitialize unused portsVladimir Oltean1-1/+5
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-0/+69
2021-02-14net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean3-3/+142
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean4-68/+5
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean3-5/+5
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean1-0/+22
2021-02-12net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean1-0/+2
2021-02-12net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean1-0/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+16
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean1-1/+16
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-0/+32
2021-01-29net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2-1/+337
2021-01-29net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean1-0/+2
2021-01-29net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean4-35/+154
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-4/+4
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+118
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean4-4/+4
2021-01-15net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean1-5/+5
2021-01-15net: dsa: felix: reindent struct dsa_switch_opsVladimir Oltean1-37/+37
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2-0/+36
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean4-4/+0
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-1/+0
2021-01-11net: dsa: felix: the switch does not support DMAVladimir Oltean1-13/+1
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-6/+10
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-11/+3
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-3/+2