aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/dsa/tag_8021q.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean1-8/+48
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-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean1-0/+151
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean1-43/+0
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-16net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean1-1/+1
2019-11-12net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocolFlorian Fainelli1-9/+0
2019-10-31net: dsa: tag_8021q: clarify index limitationVivien Didelot1-3/+2
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-3/+3
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-08-31net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean1-20/+82
2019-08-27net: dsa: tag_8021q: Future-proof the reserved fields in the custom VIDVladimir Oltean1-0/+2
2019-06-08net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean1-20/+37
2019-05-30net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean1-10/+50
2019-05-30net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei1-4/+15
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean1-0/+222