aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12net: dsa: tag_sja1105: appease sparse checks for ethertype accessorsVladimir Oltean1-2/+2
2020-05-12net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean1-0/+19
2020-05-12net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean1-8/+48
2020-05-12net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean1-11/+21
2020-05-12net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean1-28/+17
2020-05-12net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helperVladimir Oltean1-0/+7
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King3-4/+19
2020-05-11net: dsa: tag_sja1105: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-11net: dsa: ocelot: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean1-0/+151
2020-05-10net: dsa: introduce a dsa_switch_find functionVladimir Oltean1-0/+21
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean3-8/+37
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller1-3/+3
2020-05-07net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean1-0/+9
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-7/+6
2020-05-06net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli1-1/+2
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean1-5/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+12
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+3
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-9/+11
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin4-2/+14
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean1-5/+3
2020-04-14net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn1-1/+6
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot1-1/+1
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King1-1/+2
2020-03-30net: dsa: add port policersVladimir Oltean1-6/+73
2020-03-30net: dsa: refactor matchall mirred action to separate functionVladimir Oltean1-30/+40
2020-03-30net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET1-5/+1
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean3-1/+119
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean5-16/+171
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-53/+11
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2-53/+9
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli1-0/+23
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli1-0/+2
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-2/+2
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King1-1/+6
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-15/+39
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn1-3/+9
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-0/+4
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean1-1/+2
2020-03-03net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean1-0/+60
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King3-12/+30
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King1-1/+2
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-02-14net: dsa: tag_ar9331: Make sure there is headroom for tagPer Forlin1-1/+1
2020-02-14net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin1-1/+1
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean1-11/+25
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+1