aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_8021q.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean1-16/+16
2021-10-21net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean1-42/+43
2021-09-29net/dsa/tag_8021q.c: remove superfluous headersMianhan Liu1-1/+0
2021-08-16net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versaVladimir Oltean1-4/+4
2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean1-10/+11
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean1-4/+44
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean1-201/+197
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean1-30/+104
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean1-3/+8
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean1-7/+3
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean1-53/+61
2021-07-20net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean1-2/+0
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean1-0/+33
2021-07-20net: dsa: tag_8021q: use symbolic error namesVladimir Oltean1-10/+10
2021-07-20net: dsa: tag_8021q: use "err" consistently instead of "rc"Vladimir Oltean1-23/+23
2021-07-20net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean1-65/+12
2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean1-0/+23
2021-06-01net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean1-1/+1
2021-01-29net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean1-2/+13
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+19
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean1-64/+63
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean1-2/+19
2020-05-29net: dsa: tag_8021q: stop restoring VLANs from bridgeVladimir Oltean1-60/+1
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