summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_gswip.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean1-1/+1
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean1-2/+4
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean1-2/+1
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-1/+1
2020-11-02net: dsa: tag_gswip: let DSA core deal with TX reallocationVladimir Oltean1-5/+0
2020-01-16net: dsa: tag_gswip: fix typo in tagger nameAlexander Lobakin1-1/+1
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-1/+1
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn1-0/+2
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn1-0/+1
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn1-0/+1
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn1-0/+2
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn1-0/+1
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn1-0/+1
2018-09-13net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens1-0/+109