aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_dsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-08net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridgesTobias Waldekranz1-3/+12
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean1-1/+3
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean1-1/+1
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-2/+3
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean1-1/+1
2021-10-08net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean1-3/+9
2021-10-08net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges using VID 0Vladimir Oltean1-18/+2
2021-10-04dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn1-1/+1
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean1-3/+3
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-6/+2
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean1-4/+2
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean1-4/+11
2021-07-23net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz1-8/+44
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-2/+2
2021-01-14net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz1-1/+16
2020-11-17net: dsa: tag_dsa: Use a consistent comment styleTobias Waldekranz1-20/+8
2020-11-17net: dsa: tag_dsa: Unify regular and ethertype DSA taggersTobias Waldekranz1-59/+246
2020-11-17net: dsa: tag_dsa: Allow forwarding of redirected IGMP trafficTobias Waldekranz1-3/+29
2020-11-02net: dsa: tag_dsa: let DSA core deal with TX reallocationVladimir Oltean1-5/+0
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean1-3/+2
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-1/+1
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn1-0/+2
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn1-0/+1
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/+2
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn1-0/+1
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn1-5/+1
2019-02-18net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge1-0/+9
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn1-0/+1
2017-11-11net: dsa: {e}dsa: set offload_fwd_mark on received packetsAndrew Lunn1-0/+2
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot1-1/+1
2017-10-18net: dsa: add slave to port helperVivien Didelot1-5/+5
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot1-16/+2
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal1-2/+1
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot1-6/+2
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot1-8/+5
2017-05-18net: dsa: include dsa.h only onceVivien 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
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot1-4/+4
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot1-1/+1
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn1-2/+2
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn1-1/+5
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli1-9/+3
2014-10-30net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck1-2/+0