summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_ksz.c
Commit message (Expand)AuthorAgeFilesLines
* net: fill in MODULE_DESCRIPTION()s for DSA tagsJakub Kicinski2024-01-051-0/+1
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-6/+6
* net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplicationLukasz Majewski2023-10-031-0/+8
* net: dsa: tag_ksz: do not rely on skb_mac_header() in TX pathsVladimir Oltean2023-04-231-9/+9
* net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss2023-01-231-0/+15
* net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tagChristian Eggers2023-01-131-1/+28
* net: dsa: microchip: ptp: add packet transmission timestampingChristian Eggers2023-01-131-3/+51
* net: dsa: microchip: ptp: add packet reception timestampingChristian Eggers2023-01-131-6/+19
* net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss2023-01-131-7/+88
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+2
|\
| * net: dsa: ksz: Check return valueArtem Chernyshev2022-12-021-1/+2
* | net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-221-1/+2
* | net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean2022-11-171-8/+13
|/
* net: dsa: tag_ksz: add tag handling for Microchip LAN937xPrasanna Vengateshan2022-07-021-0/+59
* net/dsa/tag_ksz.c: remove superfluous headersMianhan Liu2021-09-291-1/+0
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-4/+2
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-291-1/+1
* net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo2021-07-211-0/+9
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-6/+3
* net: dsa: tag_ksz: don't allocate additional memory for padding/taggingChristian Eggers2020-11-021-64/+9
* net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers2020-10-191-0/+2
* net: dsa: point out the tail taggersVladimir Oltean2020-09-261-0/+1
* net: dsa: tag_ksz: Fix __be16 warningsAndrew Lunn2020-07-051-4/+5
* net: dsa: ksz: use common define for tag lenMichael Grzeschik2019-12-201-5/+3
* net: dsa: ksz: Add KSZ8795 tag codeTristram Ha2019-07-301-0/+62
* dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn2019-04-281-2/+2
* dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn2019-04-281-1/+11
* dsa: Add TAG protocol to tag opsAndrew Lunn2019-04-281-0/+2
* 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/+4
* dsa: Move tagger name into its ops structureAndrew Lunn2019-04-281-0/+2
* dsa: Add SPDX header to tag drivers.Andrew Lunn2019-04-281-5/+1
* net: dsa: add KSZ9893 switch tagging supportTristram Ha2019-03-031-0/+34
* net: dsa: microchip: add switch offload forwarding supportTristram Ha2019-02-111-0/+2
* net: dsa: ksz: Add STP multicast handlingMarek Vasut2018-12-161-0/+4
* net: dsa: ksz: Factor out common tag codeTristram Ha2018-12-161-39/+73
* net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha2018-12-161-1/+1
* net: dsa: Add overhead to tag protocol ops.Andrew Lunn2018-12-061-0/+1
* net: dsa: rename dsa_master_get_slaveVivien Didelot2017-10-181-1/+1
* net: dsa: add slave to port helperVivien Didelot2017-10-181-2/+2
* net: dsa: add master helper to look up slavesVivien Didelot2017-10-011-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-5/+7
|\
| * net: dsa: use consume_skb()Eric Dumazet2017-08-231-1/+1
| * net: dsa: skb_put_padto() already frees nskbFlorian Fainelli2017-08-231-4/+6
* | dsa: remove unused net_device arg from handlersFlorian Westphal2017-08-211-2/+1
|/
* net: dsa: ksz: fix skb freeingVivien Didelot2017-08-111-4/+9
* net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli2017-06-131-3/+2
* net: dsa: factor skb freeing on xmitVivien Didelot2017-06-011-3/+1
* net: dsa: make function ksz_rcv staticColin Ian King2017-06-011-2/+3
* dsa: add support for Microchip KSZ tail taggingWoojung Huh2017-05-311-0/+101