summaryrefslogtreecommitdiff
path: root/net/dsa/tag_lan9303.c
AgeCommit message (Expand)Author
2024-01-05net: fill in MODULE_DESCRIPTION()s for DSA tagsJakub Kicinski
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean
2022-02-17net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean
2021-08-11net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean
2021-08-11net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2020-11-02net: dsa: tag_lan9303: let DSA core deal with TX reallocationVladimir Oltean
2020-07-05net: dsa: tag_lan9303: Fix __be16 warningsAndrew Lunn
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn
2017-11-14net: dsa: lan9303: calculate offload_fwd_mark from tagEgil Hjelmeland
2017-11-11net: dsa: lan9303: Clear offload_fwd_mark for IGMPEgil Hjelmeland
2017-11-08net: dsa: lan9303: Adjust indentingEgil Hjelmeland
2017-11-01net: dsa: lan9303: lan9303_rcv set skb->offload_fwd_markEgil Hjelmeland
2017-11-01net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland
2017-11-01net: dsa: lan9303: Transmit using ALR when unicastEgil Hjelmeland
2017-10-27net: dsa: lan9303: Learn addresses on CPU port when bridgedEgil Hjelmeland
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot
2017-10-18net: dsa: add slave to port helperVivien Didelot
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal
2017-08-08net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot
2017-05-18net: dsa: include dsa.h only onceVivien Didelot
2017-04-21net: dsa: Remove redundant NULL dst checkFlorian Fainelli
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert