summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-6/+3
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-242-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-152-12/+138
|\
| * net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean2021-10-131-7/+12
| * net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean2021-10-131-0/+28
| * net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2021-10-132-4/+93
| * net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean2021-10-131-1/+5
* | net: dsa: felix: accept "ethernet-ports" OF node nameVladimir Oltean2021-09-241-1/+3
|/
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-192-4/+36
* net: update NXP copyright textVladimir Oltean2021-09-173-3/+3
* net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean2021-08-201-1/+1
* net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean2021-08-201-3/+5
* net: mscc: ocelot: convert to phylinkVladimir Oltean2021-08-162-85/+6
* net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean2021-08-161-19/+0
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-0/+2
* net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-11/+1
* net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-7/+3
* net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-202-12/+11
* net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-8/+4
* net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean2021-06-091-0/+2
* net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang2021-06-071-0/+5
* net: dsa: felix: re-enable TAS guard band modeMichael Walle2021-05-101-5/+10
* net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-271-8/+7
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-1/+1
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-5/+8
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-1/+1
* net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-2/+1
* net: dsa: felix: disable always guard band bit for TAS configXiaoliang Yang2021-04-211-2/+6
* net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()Guobin Huang2021-03-291-3/+1
* net: ocelot: replay switchdev events when joining bridgeVladimir Oltean2021-03-231-1/+3
* net: dsa: felix: Add support for MRPHoratiu Vultur2021-02-161-0/+38
* net: dsa: felix: perform teardown on error in felix_setupVladimir Oltean2021-02-161-2/+19
* net: dsa: felix: don't deinitialize unused portsVladimir Oltean2021-02-161-1/+5
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-151-1/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-1/+2
* net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2021-02-151-0/+69
* net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean2021-02-153-3/+142
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-154-68/+5
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-153-5/+5
* net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2021-02-131-0/+22
* net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean2021-02-131-0/+2
* net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean2021-02-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+16
|\
| * net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean2021-02-091-1/+16
* | net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean2021-02-061-0/+32
* | net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2021-01-302-1/+337
* | net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-301-0/+2
* | net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean2021-01-304-35/+154
* | net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean2021-01-301-4/+4
* | net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean2021-01-161-0/+118