summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_qca.c
Commit message (Expand)AuthorAgeFilesLines
* net: fill in MODULE_DESCRIPTION()s for DSA tagsJakub Kicinski2024-01-051-0/+1
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-3/+3
* net: dsa: tag_qca: return early if dev is not foundChristian Marangi2023-08-011-4/+4
* net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-221-1/+1
* net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean2022-11-171-2/+4
* net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith2022-02-021-3/+36
* net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith2022-02-021-0/+4
* net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith2022-02-021-3/+12
* net: dsa: tag_qca: enable promisc_on_master flagAnsuel Smith2022-02-021-0/+1
* net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith2022-02-021-15/+1
* net: dsa: tag_qca: convert to FIELD macroAnsuel Smith2022-02-021-19/+15
* 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-2/+1
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-2/+1
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-1/+1
* net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean2020-11-021-3/+0
* net: dsa: tag_qca: 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_qca.c: Fix warning for __be16 vs u16Andrew Lunn2020-07-051-3/+5
* net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin2020-02-141-1/+1
* net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin2020-01-161-3/+0
* 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-9/+1
* net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis2019-03-281-0/+10
* net: dsa: Add overhead to tag protocol ops.Andrew Lunn2018-12-061-0/+1
* net: dsa: rename dsa_master_get_slaveVivien Didelot2017-10-181-1/+1
* net: dsa: add slave to port helperVivien Didelot2017-10-181-3/+2
* net: dsa: add master helper to look up slavesVivien Didelot2017-10-011-14/+3
* dsa: remove unused net_device arg from handlersFlorian Westphal2017-08-211-2/+1
* net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli2017-06-131-1/+2
* net: dsa: factor skb freeing on xmitVivien Didelot2017-06-011-5/+1
* net: dsa: remove out_drop label in taggers rcvVivien Didelot2017-06-011-7/+4
* net: dsa: include dsa.h only onceVivien Didelot2017-05-181-1/+1
* net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-171-1/+1
* net: dsa: Factor bottom tag receive functionsFlorian Fainelli2017-04-081-13/+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: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
* net: dsa: store a dsa_port in dsa_slave_privVivien Didelot2017-01-291-1/+1
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-181-1/+1
* net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin2016-09-161-0/+138