summaryrefslogtreecommitdiff
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean2021-06-101-1/+1
* net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean2021-06-031-5/+7
* net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter2021-06-031-2/+3
* net: dsa: Fix type was not set for devlink portMaxim Kochetkov2021-04-141-1/+7
* net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang2021-03-171-6/+13
* net: dsa: tag_ar9331: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-3/+0
* net: dsa: tag_gswip: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-5/+0
* net: dsa: tag_dsa: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-5/+0
* net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-3/+0
* net: dsa: tag_edsa: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-4/+0
* net: dsa: tag_lan9303: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-9/+0
* net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-3/+0
* net: dsa: tag_ocelot: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-7/+0
* net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean2021-03-171-3/+0
* net: dsa: trailer: don't allocate additional memory for padding/taggingChristian Eggers2021-03-171-29/+2
* net: dsa: tag_ksz: don't allocate additional memory for padding/taggingChristian Eggers2021-03-171-64/+9
* net: dsa: implement a central TX reallocation procedureVladimir Oltean2021-03-171-0/+45
* net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang2021-03-171-7/+5
* net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij2021-03-071-14/+29
* net: dsa: call teardown method on probe failureVladimir Oltean2021-02-171-2/+5
* net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean2021-01-231-0/+10
* net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean2021-01-231-0/+4
* net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers2020-10-191-0/+2
* net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-20/+1
* net: dsa: tag_ocelot: use VLAN information from tagging header when availableVladimir Oltean2020-10-111-0/+34
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-052-9/+17
* net: dsa: Add devlink port regions support to DSAAndrew Lunn2020-10-041-0/+14
* net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn2020-10-041-53/+72
* net: dsa: Make use of devlink port flavour unusedAndrew Lunn2020-10-041-0/+10
* net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli2020-10-021-8/+3
* net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli2020-10-021-2/+1
* net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli2020-10-021-13/+2
* net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli2020-10-021-0/+9
* net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean2020-09-261-9/+0
* net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean2020-09-261-0/+11
* net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean2020-09-261-8/+0
* net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean2020-09-261-8/+0
* net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean2020-09-261-8/+0
* net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean2020-09-261-8/+0
* net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean2020-09-261-22/+12
* net: dsa: point out the tail taggersVladimir Oltean2020-09-262-0/+2
* net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean2020-09-266-21/+12
* net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean2020-09-261-7/+13
* net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean2020-09-261-0/+1
* net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean2020-09-261-1/+19
* net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-241-3/+3
* net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli2020-09-231-2/+13
* net: dsa: untag the bridge pvid from rx skbsVladimir Oltean2020-09-231-0/+66
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-6/+23
|\
| * net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-181-4/+7