Age | Commit message (Expand) | Author | Files | Lines |
2020-03-30 | net: dsa: add port policers | Vladimir Oltean | 1 | -6/+73 |
2020-03-30 | net: dsa: refactor matchall mirred action to separate function | Vladimir Oltean | 1 | -30/+40 |
2020-03-30 | net: dsa: Simplify 'dsa_tag_protocol_to_str()' | Christophe JAILLET | 1 | -5/+1 |
2020-03-27 | net: dsa: implement auto-normalization of MTU for bridge hardware datapath | Vladimir Oltean | 3 | -1/+119 |
2020-03-27 | net: dsa: configure the MTU for switch ports | Vladimir Oltean | 5 | -16/+171 |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -53/+11 |
2020-03-24 | net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop | Vladimir Oltean | 2 | -53/+9 |
2020-03-23 | net: dsa: Implement flow dissection for tag_brcm.c | Florian Fainelli | 1 | -0/+23 |
2020-03-23 | net: dsa: Fix duplicate frames flooded by learning | Florian Fainelli | 1 | -0/+2 |
2020-03-17 | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats* | Jakub Kicinski | 1 | -2/+2 |
2020-03-15 | net: dsa: warn if phylink_mac_link_state returns error | Russell King | 1 | -1/+6 |
2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -15/+39 |
2020-03-11 | net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed | Andrew Lunn | 1 | -3/+9 |
2020-03-08 | flow_offload: check for basic action hw stats type | Jiri Pirko | 1 | -0/+4 |
2020-03-04 | net: mscc: ocelot: eliminate confusion between CPU and NPI port | Vladimir Oltean | 1 | -1/+2 |
2020-03-03 | net: dsa: Add bypass operations for the flower classifier-action filter | Vladimir Oltean | 1 | -0/+60 |
2020-03-03 | net: dsa: fix phylink_start()/phylink_stop() calls | Russell King | 3 | -12/+30 |
2020-02-27 | net: dsa: propagate resolved link config via mac_link_up() | Russell King | 1 | -1/+2 |
2020-02-27 | net: phylink: propagate resolved link config via mac_link_up() | Russell King | 1 | -1/+3 |
2020-02-14 | net: dsa: tag_ar9331: Make sure there is headroom for tag | Per Forlin | 1 | -1/+1 |
2020-02-14 | net: dsa: tag_qca: Make sure there is headroom for tag | Per Forlin | 1 | -1/+1 |
2020-01-27 | net: dsa: Fix use-after-free in probing of DSA switch tree | Vladimir Oltean | 1 | -11/+25 |
2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -4/+1 |
2020-01-16 | net: dsa: tag_qca: fix doubled Tx statistics | Alexander Lobakin | 1 | -3/+0 |
2020-01-16 | net: dsa: tag_gswip: fix typo in tagger name | Alexander Lobakin | 1 | -1/+1 |
2020-01-08 | net: dsa: Get information about stacked DSA protocol | Florian Fainelli | 3 | -5/+31 |
2020-01-05 | net: dsa: Pass pcs_poll flag from driver to PHYLINK | Vladimir Oltean | 1 | -0/+1 |
2020-01-05 | net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmit | Vladimir Oltean | 1 | -2/+1 |
2020-01-05 | net: dsa: Make deferred_xmit private to sja1105 | Vladimir Oltean | 3 | -39/+15 |
2019-12-28 | net: dsa: Deny PTP on master if switch supports it | Vladimir Oltean | 1 | -0/+30 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -6/+5 |
2019-12-20 | net: dsa: ksz: use common define for tag len | Michael Grzeschik | 1 | -5/+3 |
2019-12-20 | net: dsa: add support for Atheros AR9331 TAG format | Oleksij Rempel | 3 | -0/+103 |
2019-12-17 | net: dsa: make unexported dsa_link_touch() static | Ben Dooks (Codethink) | 1 | -1/+2 |
2019-12-17 | net: dsa: Make PHYLINK related function static again | Florian Fainelli | 2 | -38/+16 |
2019-11-23 | net: phylink: rename mac_link_state() op to mac_pcs_get_state() | Russell King | 2 | -10/+13 |
2019-11-21 | net: dsa: ocelot: add hardware timestamping support for Felix | Yangbo Lu | 1 | -1/+13 |
2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2019-11-16 | net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvid | Vladimir Oltean | 1 | -1/+1 |
2019-11-15 | net: dsa: ocelot: add tagger for Ocelot/Felix switches | Vladimir Oltean | 3 | -0/+237 |
2019-11-12 | net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocol | Florian Fainelli | 2 | -10/+1 |
2019-11-05 | net: dsa: Add support for devlink resources | Andrew Lunn | 1 | -0/+37 |
2019-11-05 | net: dsa: Fix use after free in dsa_switch_remove() | Florian Fainelli | 1 | -1/+2 |
2019-11-04 | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn | 2 | -9/+11 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -17/+0 |
2019-10-31 | net: dsa: tag_8021q: clarify index limitation | Vivien Didelot | 1 | -3/+2 |
2019-10-31 | net: dsa: remove limitation of switch index value | Vivien Didelot | 1 | -2/+0 |
2019-10-31 | net: dsa: remove tree functions related to switches | Vivien Didelot | 1 | -33/+10 |
2019-10-31 | net: dsa: remove the dst->ds array | Vivien Didelot | 1 | -7/+0 |
2019-10-31 | net: dsa: remove switch routing table setup code | Vivien Didelot | 1 | -22/+2 |