summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_ocelot.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+5
|\
| * net: dsa: tag_ocelot: use traffic class to map priority on injected headerXiaoliang Yang2021-12-231-1/+5
* | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-081-1/+1
|/
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-1/+0
|\
| * net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2021-10-121-1/+0
* | net: dsa: tag_ocelot: set the classified VLAN during xmitVladimir Oltean2021-10-021-0/+39
|/
* net: update NXP copyright textVladimir Oltean2021-09-171-1/+1
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-2/+1
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-291-1/+1
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-2/+2
* net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-271-23/+4
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-4/+4
* net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur2021-03-161-2/+0
* net: ocelot: Extend MRPHoratiu Vultur2021-03-161-6/+0
* net: dsa: felix: Add support for MRPHoratiu Vultur2021-02-161-0/+8
* net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean2021-02-151-2/+2
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-141-15/+53
* net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean2021-02-141-11/+21
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-141-138/+9
* net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean2021-02-141-4/+3
* net: dsa: tag_ocelot: let DSA core deal with TX reallocationVladimir Oltean2020-11-021-7/+0
* net: dsa: tag_ocelot: use VLAN information from tagging header when availableVladimir Oltean2020-10-111-0/+34
* net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean2020-09-261-7/+13
* net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-241-3/+3
* net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-181-4/+7
* net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean2020-07-131-13/+8
* net: dsa: ocelot: Constify dsa_device_opsFlorian Fainelli2020-05-111-1/+1
* net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean2020-03-041-1/+2
* net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu2019-11-211-1/+13
* net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean2019-11-151-0/+229