summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_gswip.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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_gswip: let DSA core deal with TX reallocationVladimir Oltean2020-11-021-5/+0
* net: dsa: tag_gswip: fix typo in tagger nameAlexander Lobakin2020-01-161-1/+1
* 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
* net: dsa: Add overhead to tag protocol ops.Andrew Lunn2018-12-061-0/+1
* net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens2018-09-131-0/+109