summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2020-09-26net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: point out the tail taggersVladimir Oltean
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean
2020-09-26net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean
2020-09-26net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli
2020-09-23net: dsa: untag the bridge pvid from rx skbsVladimir Oltean
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-20net: dsa: tag_sja1105: add compatibility with hwaccel VLAN tagsVladimir Oltean
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean
2020-09-20net: dsa: install VLANs into the master's RX filter tooVladimir Oltean
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean
2020-09-20net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean
2020-09-20net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...Vladimir Oltean
2020-09-20net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean
2020-09-20net: dsa: rename dsa_slave_upper_vlan_check to something more suggestiveVladimir Oltean
2020-09-20net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPERVladimir Oltean
2020-09-18net: dsa: wire up devlink info getAndrew Lunn
2020-09-18net: dsa: Add devlink regions support to DSAAndrew Lunn
2020-09-18net: dsa: Add helper to convert from devlink to dsAndrew Lunn
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean
2020-09-08net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean
2020-09-07net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean
2020-09-07net: dsa: change PHY error message againVladimir Oltean
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean
2020-07-22net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach
2020-07-20net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean
2020-07-20net: dsa: Setup dsa_netdev_opsFlorian Fainelli
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson
2020-07-08net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij
2020-07-05net: dsa: tag_qca.c: Fix warning for __be16 vs u16Andrew Lunn
2020-07-05net: dsa: tag_mtk: Fix warnings for __be16Andrew Lunn
2020-07-05net: dsa: tag_lan9303: Fix __be16 warningsAndrew Lunn
2020-07-05net: dsa: tag_ksz: Fix __be16 warningsAndrew Lunn
2020-07-05net: dsa: Add __percpu property to prevent warningsAndrew Lunn
2020-06-30net: dsa: Improve subordinate PHY error messageFlorian Fainelli
2020-06-24dsa: Allow forwarding of redirected IGMP trafficDaniel Mack