aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-19net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers1-0/+2
2020-10-13net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit1-20/+1
2020-10-11net: dsa: tag_ocelot: use VLAN information from tagging header when availableVladimir Oltean1-0/+34
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2-9/+17
2020-10-04net: dsa: Add devlink port regions support to DSAAndrew Lunn1-0/+14
2020-10-04net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn1-53/+72
2020-10-04net: dsa: Make use of devlink port flavour unusedAndrew Lunn1-0/+10
2020-10-02net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli1-8/+3
2020-10-02net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli1-2/+1
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-13/+2
2020-10-02net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli1-0/+9
2020-09-26net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean1-9/+0
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean1-0/+11
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean1-22/+12
2020-09-26net: dsa: point out the tail taggersVladimir Oltean2-0/+2
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean6-21/+12
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-7/+13
2020-09-26net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean1-0/+1
2020-09-26net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean1-1/+19
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-3/+3
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli1-2/+13
2020-09-23net: dsa: untag the bridge pvid from rx skbsVladimir Oltean1-0/+66
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+23
2020-09-20net: dsa: tag_sja1105: add compatibility with hwaccel VLAN tagsVladimir Oltean1-4/+17
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+19
2020-09-20net: dsa: install VLANs into the master's RX filter tooVladimir Oltean1-4/+32
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean2-4/+46
2020-09-20net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean1-7/+7
2020-09-20net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEUPPERVladimir Oltean2-41/+33
2020-09-20net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean1-36/+38
2020-09-20net: dsa: rename dsa_slave_upper_vlan_check to something more suggestiveVladimir Oltean1-4/+4
2020-09-20net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPERVladimir Oltean1-1/+6
2020-09-18net: dsa: wire up devlink info getAndrew Lunn1-3/+16
2020-09-18net: dsa: Add devlink regions support to DSAAndrew Lunn1-0/+16
2020-09-18net: dsa: Add helper to convert from devlink to dsAndrew Lunn1-10/+2
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean1-4/+7
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean3-38/+31
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean1-64/+63
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean1-2/+19
2020-09-08net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean1-2/+16
2020-09-07net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean1-1/+1
2020-09-07net: dsa: change PHY error message againVladimir Oltean1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean1-12/+0
2020-07-22net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach1-2/+6
2020-07-20net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean1-3/+0