summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_mtk.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-2/+2
* net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-221-1/+1
* net: dsa: tag_mtk: assign per-port queuesFelix Fietkau2022-11-181-0/+2
* net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean2022-11-171-2/+4
* net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean2021-08-111-1/+1
* net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean2021-08-111-5/+1
* net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean2021-08-111-1/+1
* net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean2021-08-111-3/+1
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-2/+1
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-291-1/+1
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-1/+1
* net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang2021-03-161-13/+1
* net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang2021-03-011-6/+13
* net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean2020-11-021-3/+0
* net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean2020-09-261-8/+0
* net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean2020-09-261-4/+2
* net: dsa: tag_mtk: Fix warnings for __be16Andrew Lunn2020-07-051-1/+2
* net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2020-05-161-0/+15
* dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn2019-04-281-1/+1
* dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn2019-04-281-0/+2
* dsa: Add TAG protocol to tag opsAndrew Lunn2019-04-281-0/+1
* dsa: Add MODULE_LICENSE to tag driversAndrew Lunn2019-04-281-0/+1
* dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn2019-04-281-0/+2
* dsa: Move tagger name into its ops structureAndrew Lunn2019-04-281-0/+1
* dsa: Add SPDX header to tag drivers.Andrew Lunn2019-04-281-8/+1
* net: dsa: Add overhead to tag protocol ops.Andrew Lunn2018-12-061-0/+1
* net: dsa: mediatek: combine MediaTek tag with VLAN tagSean Wang2017-12-151-9/+29
* net: dsa: rename dsa_master_get_slaveVivien Didelot2017-10-181-1/+1
* net: dsa: add slave to port helperVivien Didelot2017-10-181-2/+2
* net: dsa: add master helper to look up slavesVivien Didelot2017-10-011-13/+3
* dsa: remove unused net_device arg from handlersFlorian Westphal2017-08-211-2/+1
* net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin2017-08-091-2/+12
* net: dsa: factor skb freeing on xmitVivien Didelot2017-06-011-5/+1
* net: dsa: remove out_drop label in taggers rcvVivien Didelot2017-06-011-6/+3
* net: dsa: include dsa.h only onceVivien Didelot2017-05-181-1/+1
* net: dsa: Factor bottom tag receive functionsFlorian Fainelli2017-04-081-15/+5
* net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli2017-04-081-5/+0
* net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli2017-04-081-3/+0
* net-next: dsa: add Mediatek tag RX/TX handlerSean Wang2017-04-071-0/+118