summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2020-05-06net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli-1/+2
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean-5/+3
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli-1/+1
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean-5/+3
2020-04-14net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn-1/+6
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot-1/+1
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King-1/+2
2020-03-30net: dsa: add port policersVladimir Oltean-6/+73
2020-03-30net: dsa: refactor matchall mirred action to separate functionVladimir Oltean-30/+40
2020-03-30net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET-5/+1
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean-1/+119
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean-16/+171
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-53/+11
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean-53/+9
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli-0/+23
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli-0/+2
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski-2/+2
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King-1/+6
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-15/+39
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn-3/+9
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko-0/+4
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean-1/+2
2020-03-03net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean-0/+60
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King-12/+30
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King-1/+2
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King-1/+3
2020-02-14net: dsa: tag_ar9331: Make sure there is headroom for tagPer Forlin-1/+1
2020-02-14net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin-1/+1
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean-11/+25
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+1
2020-01-16net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin-3/+0
2020-01-16net: dsa: tag_gswip: fix typo in tagger nameAlexander Lobakin-1/+1
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli-5/+31
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean-0/+1
2020-01-05net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean-2/+1
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean-39/+15
2019-12-28net: dsa: Deny PTP on master if switch supports itVladimir Oltean-0/+30
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+5
2019-12-20net: dsa: ksz: use common define for tag lenMichael Grzeschik-5/+3
2019-12-20net: dsa: add support for Atheros AR9331 TAG formatOleksij Rempel-0/+103
2019-12-17net: dsa: make unexported dsa_link_touch() staticBen Dooks (Codethink)-1/+2
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli-38/+16
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King-10/+13
2019-11-21net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu-1/+13
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2019-11-16net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean-1/+1
2019-11-15net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean-0/+237
2019-11-12net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocolFlorian Fainelli-10/+1
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn-0/+37
2019-11-05net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli-1/+2