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
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-07-30net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2021-03-16net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang
2021-03-02net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang
2020-11-03net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean
2020-09-27net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean
2020-09-27net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean
2020-07-06net: dsa: tag_mtk: Fix warnings for __be16Andrew Lunn
2020-05-16net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang
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
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn
2017-12-15net: dsa: mediatek: combine MediaTek tag with VLAN tagSean Wang
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-08-10net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin
2017-06-02net: dsa: factor skb freeing on xmitVivien Didelot
2017-06-02net: dsa: remove out_drop label in taggers rcvVivien Didelot
2017-05-18net: dsa: include dsa.h only onceVivien 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-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang