summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean2021-06-011-1/+1
* net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean2021-05-101-5/+7
* net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter2021-05-101-2/+3
* net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-281-1/+1
* net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-273-53/+17
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-273-9/+9
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-11/+1
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-10/+2
* net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-0/+3
* net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel2021-04-211-1/+1
* net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz2021-04-201-17/+86
* net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz2021-04-201-18/+7
* net: dsa: enable selftest support for all switches by defaultOleksij Rempel2021-04-202-0/+22
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-7/+16
|\
| * net: dsa: Fix type was not set for devlink portMaxim Kochetkov2021-03-291-1/+7
| * net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridgeVladimir Oltean2021-03-251-6/+9
* | net: dsa: Fix a typo in tag_rtl4_a.cLu Wei2021-03-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-4/+7
|\|
| * net: dsa: don't assign an error value to tag_opsGeorge McCollister2021-03-221-4/+7
* | dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso2021-03-241-1/+19
* | net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2021-03-241-0/+16
* | net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean2021-03-233-2/+51
* | net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean2021-03-231-41/+82
* | net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean2021-03-233-7/+14
* | net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean2021-03-231-4/+18
* | dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin2021-03-221-7/+3
* | net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2021-03-181-13/+1
* | net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2021-03-172-3/+111
* | net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur2021-03-161-2/+0
* | net: ocelot: Extend MRPHoratiu Vultur2021-03-161-6/+0
* | net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang2021-03-161-13/+1
|/
* net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean2021-03-082-27/+57
* net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang2021-03-011-6/+13
* net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang2021-03-011-7/+5
* net: dsa: tag_ocelot_8021q: fix driver dependencyArnd Bergmann2021-02-261-0/+2
* net: dsa: Fix dependencies with HSRFlorian Fainelli2021-02-221-0/+1
* net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij2021-02-161-14/+29
* net: dsa: felix: Add support for MRPHoratiu Vultur2021-02-161-0/+8
* net: dsa: add MRP supportHoratiu Vultur2021-02-164-0/+201
* net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean2021-02-151-2/+2
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-144-10/+20
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-144-10/+26
* net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2021-02-141-0/+33
* net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean2021-02-141-0/+1
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-141-15/+53
* net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean2021-02-141-11/+21
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-141-138/+9
* net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean2021-02-141-4/+3