summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_8021q.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-1/+10
|\
| * net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean2022-12-121-1/+10
* | net: dsa: kill off dsa_priv.hVladimir Oltean2022-11-221-1/+0
* | net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-221-0/+15
* | net: dsa: move headers exported by switch.c to switch.hVladimir Oltean2022-11-221-0/+1
* | net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-221-0/+1
* | net: dsa: move headers exported by port.c to port.hVladimir Oltean2022-11-221-0/+1
|/
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-201-2/+2
* net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_opsVladimir Oltean2022-08-221-3/+1
* net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean2022-04-201-9/+1
* net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean2022-02-271-4/+4
* net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean2022-02-271-125/+44
* net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean2022-02-271-2/+36
* net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-271-86/+46
* net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean2022-02-161-2/+2
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-7/+5
* net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-081-1/+1
* net: dsa: make dp->bridge_num one-basedVladimir Oltean2021-12-081-5/+7
* net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean2021-10-211-16/+16
* net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean2021-10-211-42/+43
* net/dsa/tag_8021q.c: remove superfluous headersMianhan Liu2021-09-291-1/+0
* net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versaVladimir Oltean2021-08-161-4/+4
* net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean2021-08-121-10/+11
* net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-261-4/+44
* net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-201-201/+197
* net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean2021-07-201-30/+104
* net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-3/+8
* net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-7/+3
* net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-201-53/+61
* net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean2021-07-201-2/+0
* net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-0/+33
* net: dsa: tag_8021q: use symbolic error namesVladimir Oltean2021-07-201-10/+10
* net: dsa: tag_8021q: use "err" consistently instead of "rc"Vladimir Oltean2021-07-201-23/+23
* net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2021-07-201-65/+12
* net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean2021-06-111-0/+23
* net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean2021-06-011-1/+1
* net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean2021-01-291-2/+13
* net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean2020-09-201-1/+19
* net: dsa: tag_8021q: add a context structureVladimir Oltean2020-09-111-64/+63
* net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean2020-09-111-2/+19
* net: dsa: tag_8021q: stop restoring VLANs from bridgeVladimir Oltean2020-05-291-60/+1
* net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean2020-05-121-8/+48
* net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean2020-05-121-28/+17
* net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helperVladimir Oltean2020-05-121-0/+7
* net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean2020-05-101-0/+151
* net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2020-03-241-43/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+1
|\
| * net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean2019-11-161-1/+1
* | net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocolFlorian Fainelli2019-11-121-9/+0
* | net: dsa: tag_8021q: clarify index limitationVivien Didelot2019-10-311-3/+2