Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-21net: dsa: ksz: use common define for tag lenMichael Grzeschik
2019-07-31net: dsa: ksz: Add KSZ8795 tag codeTristram Ha
2019-04-29dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-29dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn
2019-04-29dsa: Add TAG protocol to tag opsAndrew Lunn
2019-04-29dsa: Add MODULE_LICENSE to tag driversAndrew Lunn
2019-04-29dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn
2019-04-29dsa: Move tagger name into its ops structureAndrew Lunn
2019-04-29dsa: Add SPDX header to tag drivers.Andrew Lunn
2019-03-04net: dsa: add KSZ9893 switch tagging supportTristram Ha
2019-02-11net: dsa: microchip: add switch offload forwarding supportTristram Ha
2018-12-17net: dsa: ksz: Add STP multicast handlingMarek Vasut
2018-12-17net: dsa: ksz: Factor out common tag codeTristram Ha
2018-12-17net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha
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-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-24net: dsa: use consume_skb()Eric Dumazet
2017-08-24net: dsa: skb_put_padto() already frees nskbFlorian Fainelli
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal
2017-08-11net: dsa: ksz: fix skb freeingVivien Didelot
2017-06-13net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli
2017-06-02net: dsa: factor skb freeing on xmitVivien Didelot
2017-06-01net: dsa: make function ksz_rcv staticColin Ian King
2017-06-01dsa: add support for Microchip KSZ tail taggingWoojung Huh