summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2019-06-08net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean-1/+120
2019-06-08net: dsa: sja1105: Receive and decode meta framesVladimir Oltean-3/+41
2019-06-08net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean-0/+2
2019-06-08net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean-0/+15
2019-06-08net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean-7/+11
2019-06-08net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean-30/+46
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean-0/+3
2019-06-08net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean-0/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-42/+10
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-7/+3
2019-05-31net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean-7/+3
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+65
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-35/+7
2019-05-30net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei-23/+66
2019-05-30net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean-10/+50
2019-05-30net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei-4/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-35/+7
2019-05-29net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei-6/+63
2019-05-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei-95/+118
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei-13/+18
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean-0/+2
2019-05-10dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+6
2019-05-07net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2019-05-07net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing-2/+9
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean-0/+141
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean-12/+54
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean-0/+1
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean-0/+234
2019-05-05net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean-0/+2
2019-05-05net: dsa: Call driver's setup callback after setting up its switchdev notifierVladimir Oltean-4/+4
2019-05-05net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren-9/+7
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn-774/+0
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean-21/+36
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean-0/+3
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean-1/+4
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean-0/+29
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean-7/+45
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean-4/+8
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean-1/+1
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn-29/+73
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn-2/+6
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn-76/+11
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn-5/+34
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn-0/+9
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn-4/+5
2019-04-28dsa: Register the none tagger opsAndrew Lunn-0/+7
2019-04-28dsa: Keep link list of tag driversAndrew Lunn-0/+28
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn-2/+52