Age | Commit message (Expand) | Author | Files | Lines |
2020-10-20 | net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tags | Christian Eggers | 1 | -0/+2 |
2020-10-14 | net: dsa: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -20/+1 |
2020-10-11 | net: dsa: tag_ocelot: use VLAN information from tagging header when available | Vladimir Oltean | 1 | -0/+34 |
2020-10-05 | net: dsa: propagate switchdev vlan_filtering prepare phase to drivers | Vladimir Oltean | 2 | -9/+17 |
2020-10-05 | net: dsa: Add devlink port regions support to DSA | Andrew Lunn | 1 | -0/+14 |
2020-10-05 | net: dsa: Register devlink ports before calling DSA driver setup() | Andrew Lunn | 1 | -53/+72 |
2020-10-05 | net: dsa: Make use of devlink port flavour unused | Andrew Lunn | 1 | -0/+10 |
2020-10-02 | net: dsa: Utilize __vlan_find_dev_deep_rcu() | Florian Fainelli | 1 | -8/+3 |
2020-10-02 | net: dsa: Obtain VLAN protocol from skb->protocol | Florian Fainelli | 1 | -2/+1 |
2020-10-02 | net: dsa: b53: Set untag_bridge_pvid | Florian Fainelli | 1 | -13/+2 |
2020-10-02 | net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv() | Florian Fainelli | 1 | -0/+9 |
2020-09-27 | net: dsa: tag_rtl4_a: use the generic flow dissector procedure | Vladimir Oltean | 1 | -9/+0 |
2020-09-27 | net: dsa: tag_sja1105: use a custom flow dissector procedure | Vladimir Oltean | 1 | -0/+11 |
2020-09-27 | net: dsa: tag_qca: use the generic flow dissector procedure | Vladimir Oltean | 1 | -8/+0 |
2020-09-27 | net: dsa: tag_mtk: use the generic flow dissector procedure | Vladimir Oltean | 1 | -8/+0 |
2020-09-27 | net: dsa: tag_edsa: use the generic flow dissector procedure | Vladimir Oltean | 1 | -8/+0 |
2020-09-27 | net: dsa: tag_dsa: use the generic flow dissector procedure | Vladimir Oltean | 1 | -8/+0 |
2020-09-27 | net: dsa: tag_brcm: use generic flow dissector procedure | Vladimir Oltean | 1 | -22/+12 |
2020-09-27 | net: dsa: point out the tail taggers | Vladimir Oltean | 2 | -0/+2 |
2020-09-27 | net: dsa: make the .flow_dissect tagger callback return void | Vladimir Oltean | 6 | -21/+12 |
2020-09-27 | net: dsa: tag_ocelot: use a short prefix on both ingress and egress | Vladimir Oltean | 1 | -7/+13 |
2020-09-27 | net: dsa: tag_sja1105: request promiscuous mode for master | Vladimir Oltean | 1 | -0/+1 |
2020-09-27 | net: dsa: allow drivers to request promiscuous mode on master | Vladimir Oltean | 1 | -1/+19 |
2020-09-25 | net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skb | Vladimir Oltean | 1 | -3/+3 |
2020-09-24 | net: dsa: b53: Configure VLANs while not filtering | Florian Fainelli | 1 | -2/+13 |
2020-09-24 | net: dsa: untag the bridge pvid from rx skbs | Vladimir Oltean | 1 | -0/+66 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -6/+23 |
2020-09-21 | net: dsa: tag_sja1105: add compatibility with hwaccel VLAN tags | Vladimir Oltean | 1 | -4/+17 |
2020-09-21 | net: dsa: tag_8021q: add VLANs to the master interface too | Vladimir Oltean | 1 | -1/+19 |
2020-09-21 | net: dsa: install VLANs into the master's RX filter too | Vladimir Oltean | 1 | -4/+32 |
2020-09-21 | net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0 | Vladimir Oltean | 2 | -4/+46 |
2020-09-21 | net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering() | Vladimir Oltean | 1 | -7/+7 |
2020-09-21 | net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU... | Vladimir Oltean | 2 | -41/+33 |
2020-09-21 | net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPER | Vladimir Oltean | 1 | -36/+38 |
2020-09-21 | net: dsa: rename dsa_slave_upper_vlan_check to something more suggestive | Vladimir Oltean | 1 | -4/+4 |
2020-09-21 | net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPER | Vladimir Oltean | 1 | -1/+6 |
2020-09-19 | net: dsa: wire up devlink info get | Andrew Lunn | 1 | -3/+16 |
2020-09-19 | net: dsa: Add devlink regions support to DSA | Andrew Lunn | 1 | -0/+16 |
2020-09-19 | net: dsa: Add helper to convert from devlink to ds | Andrew Lunn | 1 | -10/+2 |
2020-09-18 | net: mscc: ocelot: add locking for the port TX timestamp ID | Vladimir Oltean | 1 | -4/+7 |
2020-09-12 | Revert "net: dsa: Add more convenient functions for installing port VLANs" | Vladimir Oltean | 3 | -38/+31 |
2020-09-12 | net: dsa: tag_8021q: add a context structure | Vladimir Oltean | 1 | -64/+63 |
2020-09-12 | net: dsa: tag_8021q: setup tagging via a single function call | Vladimir Oltean | 1 | -2/+19 |
2020-09-09 | net: dsa: link interfaces with the DSA master to get rid of lockdep warnings | Vladimir Oltean | 1 | -2/+16 |
2020-09-08 | net: dsa: don't print non-fatal MTU error if not supported | Vladimir Oltean | 1 | -1/+1 |
2020-09-08 | net: dsa: change PHY error message again | Vladimir Oltean | 1 | -2/+3 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-24 | net: dsa: stop overriding master's ndo_get_phys_port_name | Vladimir Oltean | 1 | -12/+0 |
2020-07-23 | net: dsa: of: Allow ethernet-ports as encapsulating node | Kurt Kanzenbach | 1 | -2/+6 |
2020-07-21 | net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values | Vladimir Oltean | 1 | -3/+0 |