summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_brcm.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean2021-08-111-1/+1
* net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean2021-08-111-2/+2
* net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean2021-08-111-8/+2
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-9/+5
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-291-2/+2
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-3/+3
* net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2021-03-171-3/+104
* net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean2021-01-071-0/+1
* net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean2020-11-021-3/+0
* net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli2020-10-021-13/+2
* net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean2020-09-261-22/+12
* net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean2020-09-261-3/+2
* net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli2020-09-231-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+2
|\
| * net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli2020-03-231-0/+2
* | net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli2020-03-231-0/+23
|/
* dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing2019-05-101-1/+1
* dsa: tag_brcm: Avoid unused symbolsAndrew Lunn2019-04-281-2/+6
* 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/+15
* 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 overhead to tag protocol ops.Andrew Lunn2018-12-061-0/+2
* net: dsa: Move padding into Broadcom taggerFlorian Fainelli2018-01-051-0/+12
* net: dsa: Support prepended Broadcom tagFlorian Fainelli2017-11-131-7/+32
* net: dsa: tag_brcm: Prepare for supporting prepended tagFlorian Fainelli2017-11-131-11/+34
* net: dsa: rename dsa_master_get_slaveVivien Didelot2017-10-181-1/+1
* net: dsa: add slave to port helperVivien Didelot2017-10-181-5/+4
* net: dsa: tag_brcm: Indicate to master netdevice port + queueFlorian Fainelli2017-10-121-0/+6
* net: dsa: add master helper to look up slavesVivien Didelot2017-10-011-7/+2
* net: dsa: tag_brcm: Set output queue from skb queue mappingFlorian Fainelli2017-09-051-1/+2
* dsa: remove unused net_device arg from handlersFlorian Westphal2017-08-211-2/+1
* net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli2017-06-131-3/+2
* net: dsa: factor skb freeing on xmitVivien Didelot2017-06-011-5/+1
* net: dsa: remove out_drop label in taggers rcvVivien Didelot2017-06-011-7/+4
* net: dsa: include dsa.h only onceVivien Didelot2017-05-181-1/+1
* net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-171-1/+1
* net: dsa: Factor bottom tag receive functionsFlorian Fainelli2017-04-081-13/+5
* net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli2017-04-081-5/+0
* net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli2017-04-081-3/+0
* net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
* net: dsa: store a dsa_port in dsa_slave_privVivien Didelot2017-01-291-2/+2
* net: dsa: use ds->num_ports when possibleVivien Didelot2017-01-291-1/+1
* net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli2017-01-241-1/+2
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-181-1/+1
* net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-041-2/+2
* net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli2015-07-311-12/+3