summaryrefslogtreecommitdiffstats
path: root/include/linux/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean2021-08-251-1/+0
* net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean2021-08-251-0/+2
* net: dsa: tag_sja1105: be dsa_loop-safeVladimir Oltean2021-08-181-0/+18
* net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-261-0/+10
* net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-201-13/+3
* net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-2/+0
* net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-9/+1
* net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-201-9/+9
* net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-0/+6
* net: dsa: tag_8021q: remove struct packet_type declarationVladimir Oltean2021-07-201-1/+0
* net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2021-07-202-9/+1
* net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean2021-06-111-0/+23
* net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean2021-06-111-0/+1
* net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean2021-06-111-1/+1
* net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean2021-06-111-0/+3
* net: dsa: tag_8021q: remove shim declarationsVladimir Oltean2021-06-111-76/+0
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-1/+2
* net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur2021-03-161-5/+0
* net: mscc: ocelot: Add support for MRPHoratiu Vultur2021-02-161-0/+5
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-141-0/+10
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-141-0/+208
* net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean2021-01-291-0/+14
* net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean2021-01-071-0/+16
* net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean2020-09-201-0/+2
* net: dsa: tag_8021q: add a context structureVladimir Oltean2020-09-111-19/+27
* net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean2020-09-111-4/+2
* net: dsa: tag_8021q: include missing refcount.hVladimir Oltean2020-09-111-0/+1
* net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli2020-08-031-0/+1
* net: dsa: loop: Move data structures to headerFlorian Fainelli2020-08-031-0/+40
* net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean2020-05-121-0/+2
* net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean2020-05-121-0/+16
* net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean2020-05-121-0/+1
* net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean2020-05-121-15/+4
* 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/+45
* net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2020-03-241-7/+0
* net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean2020-01-051-0/+3
* net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean2020-01-051-1/+0
* net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestampingVladimir Oltean2019-12-301-2/+0
* net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-1/+3
* net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean2019-06-081-0/+7
* net: dsa: sja1105: Add a global sja1105_tagger_data structureVladimir Oltean2019-06-081-0/+15
* net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean2019-06-081-0/+11
* net: dsa: sja1105: Add logic for TX timestampingVladimir Oltean2019-06-081-0/+1
* net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean2019-06-081-9/+7
* net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2019-05-311-12/+0
* net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean2019-05-051-9/+26
* net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean2019-05-051-0/+76
* net: dsa: sja1105: Add support for VLAN operationsVladimir Oltean2019-05-031-0/+4
* net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean2019-05-031-0/+19