aboutsummaryrefslogtreecommitdiff
path: root/net/dsa/tag_ocelot.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeGravatar Vladimir Oltean 1-0/+3
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+0
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverGravatar Vladimir Oltean 1-1/+0
2021-10-02net: dsa: tag_ocelot: set the classified VLAN during xmitGravatar Vladimir Oltean 1-0/+39
2021-09-17net: update NXP copyright textGravatar Vladimir Oltean 1-1/+1
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Gravatar Vladimir Oltean 1-2/+1
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeGravatar Vladimir Oltean 1-1/+1
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersGravatar Vladimir Oltean 1-2/+2
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingGravatar Yangbo Lu 1-23/+4
2021-04-27net: dsa: free skb->cb usage in core driverGravatar Yangbo Lu 1-4/+4
2021-03-16net: ocelot: Remove ocelot_xfh_get_cpuqGravatar Horatiu Vultur 1-2/+0
2021-03-16net: ocelot: Extend MRPGravatar Horatiu Vultur 1-6/+0
2021-02-16net: dsa: felix: Add support for MRPGravatar Horatiu Vultur 1-0/+8
2021-02-15net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destGravatar Vladimir Oltean 1-2/+2
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleGravatar Vladimir Oltean 1-15/+53
2021-02-14net: dsa: tag_ocelot: single out PTP-related transmit tag processingGravatar Vladimir Oltean 1-11/+21
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAGravatar Vladimir Oltean 1-138/+9
2021-02-14net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvGravatar Vladimir Oltean 1-4/+3
2020-11-02net: dsa: tag_ocelot: let DSA core deal with TX reallocationGravatar Vladimir Oltean 1-7/+0
2020-10-11net: dsa: tag_ocelot: use VLAN information from tagging header when availableGravatar Vladimir Oltean 1-0/+34
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressGravatar Vladimir Oltean 1-7/+13
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbGravatar Vladimir Oltean 1-3/+3
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDGravatar Vladimir Oltean 1-4/+7
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitGravatar Vladimir Oltean 1-13/+8
2020-05-11net: dsa: ocelot: Constify dsa_device_opsGravatar Florian Fainelli 1-1/+1
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portGravatar Vladimir Oltean 1-1/+2
2019-11-21net: dsa: ocelot: add hardware timestamping support for FelixGravatar Yangbo Lu 1-1/+13
2019-11-15net: dsa: ocelot: add tagger for Ocelot/Felix switchesGravatar Vladimir Oltean 1-0/+229