summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean2021-01-164-4/+4
* | net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean2021-01-161-5/+5
* | net: dsa: felix: reindent struct dsa_switch_opsVladimir Oltean2021-01-161-37/+37
* | net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2021-01-162-0/+36
* | net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2021-01-164-4/+0
* | net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-161-1/+0
* | net: dsa: felix: the switch does not support DMAVladimir Oltean2021-01-121-13/+1
* | net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-121-6/+10
* | net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-121-11/+3
* | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-121-3/+2
* | net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-121-34/+8
* | net: dsa: ocelot: request DSA to fix up lack of address learning on CPU portVladimir Oltean2021-01-081-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-123-7/+2
|\
| * net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean2020-12-063-7/+2
* | net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean2020-11-031-3/+11
* | net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2020-11-031-1/+12
|/
* net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov2020-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-092-0/+4
|\
| * net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean2020-10-062-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-062-8/+28
|\|
| * net: dsa: seville: fix VCAP IS2 action widthVladimir Oltean2020-09-291-1/+1
| * net: dsa: felix: fix incorrect action offsets for VCAP IS2Vladimir Oltean2020-09-291-6/+6
| * net: dsa: felix: convert TAS link speed based on phylink speedXiaoliang Yang2020-09-251-1/+21
* | net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-4/+3
* | net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang2020-10-031-0/+1
* | net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean2020-10-034-0/+29
* | net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean2020-09-302-25/+0
* | net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2020-09-303-3/+25
* | net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2020-09-302-0/+100
* | net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2020-09-302-0/+184