summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)Author
2020-09-26net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean
2020-06-24dsa: Allow forwarding of redirected IGMP trafficDaniel Mack
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-29net: dsa: tag_8021q: stop restoring VLANs from bridgeVladimir Oltean
2020-05-27net: dsa: declare lockless TX feature for slave portsVladimir Oltean
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-16net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang
2020-05-12net: dsa: tag_sja1105: appease sparse checks for ethertype accessorsVladimir Oltean
2020-05-12net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean
2020-05-12net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean
2020-05-12net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean
2020-05-12net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean
2020-05-12net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helperVladimir Oltean
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King
2020-05-11net: dsa: tag_sja1105: Constify dsa_device_opsFlorian Fainelli
2020-05-11net: dsa: ocelot: Constify dsa_device_opsFlorian Fainelli
2020-05-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean
2020-05-10net: dsa: introduce a dsa_switch_find functionVladimir Oltean
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller
2020-05-07net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean
2020-04-14net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King
2020-03-30net: dsa: add port policersVladimir Oltean
2020-03-30net: dsa: refactor matchall mirred action to separate functionVladimir Oltean
2020-03-30net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn