aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/dsa/tag_brcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-05net: fill in MODULE_DESCRIPTION()s for DSA tagsJakub Kicinski1-0/+1
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-7/+7
2023-03-21net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas1-2/+8
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean1-1/+1
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean1-6/+10
2022-08-01net: dsa: Fix spelling mistakes and cleanup codeXie Shaowen1-2/+2
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean1-1/+1
2021-08-11net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean1-2/+2
2021-08-11net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean1-8/+2
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean1-9/+5
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean1-2/+2
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-3/+3
2021-03-17net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas1-3/+104
2021-01-07net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean1-0/+1
2020-11-02net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-13/+2
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean1-22/+12
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean1-3/+2
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli1-2/+13
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli1-0/+23
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli1-0/+2
2019-05-10dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing1-1/+1
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn1-2/+6
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-2/+2
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn1-1/+15
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn1-0/+2
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn1-0/+1
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn1-0/+4
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn1-0/+2
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn1-5/+1
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn1-0/+2
2018-01-05net: dsa: Move padding into Broadcom taggerFlorian Fainelli1-0/+12
2017-11-13net: dsa: Support prepended Broadcom tagFlorian Fainelli1-7/+32
2017-11-13net: dsa: tag_brcm: Prepare for supporting prepended tagFlorian Fainelli1-11/+34
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot1-1/+1
2017-10-18net: dsa: add slave to port helperVivien Didelot1-5/+4
2017-10-12net: dsa: tag_brcm: Indicate to master netdevice port + queueFlorian Fainelli1-0/+6
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot1-7/+2
2017-09-05net: dsa: tag_brcm: Set output queue from skb queue mappingFlorian Fainelli1-1/+2
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal1-2/+1
2017-06-13net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli1-3/+2
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot1-5/+1
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot1-7/+4
2017-05-18net: dsa: include dsa.h only onceVivien Didelot1-1/+1
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot1-1/+1
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli1-13/+5
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli1-5/+0
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli1-3/+0
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1