summaryrefslogtreecommitdiff
path: root/net/dsa/tag_qca.c
AgeCommit message (Expand)Author
2024-01-05net: fill in MODULE_DESCRIPTION()s for DSA tagsJakub Kicinski
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-08-01net: dsa: tag_qca: return early if dev is not foundChristian Marangi
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean
2022-02-02net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith
2022-02-02net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith
2022-02-02net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith
2022-02-02net: dsa: tag_qca: enable promisc_on_master flagAnsuel Smith
2022-02-02net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith
2022-02-02net: dsa: tag_qca: convert to FIELD macroAnsuel Smith
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean
2021-08-11net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean
2021-08-11net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2020-11-02net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean
2020-07-05net: dsa: tag_qca.c: Fix warning for __be16 vs u16Andrew Lunn
2020-02-14net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin
2020-01-16net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn
2019-03-28net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot
2017-10-18net: dsa: add slave to port helperVivien Didelot
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal
2017-06-13net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot
2017-05-18net: dsa: include dsa.h only onceVivien Didelot
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin