aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean1-0/+5
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-9/+0
2019-12-20net: dsa: add support for Atheros AR9331 TAG formatOleksij Rempel1-0/+2
2019-11-15net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean1-0/+2
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn1-0/+16
2019-10-31net: dsa: remove the dst->ds arrayVivien Didelot1-5/+0
2019-10-31net: dsa: remove ds->rtableVivien Didelot1-7/+0
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot1-1/+28
2019-10-29net: dsa: return directly from dsa_to_portVivien Didelot1-3/+3
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn1-0/+23
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+0
2019-10-22net: dsa: allocate ports on touchVivien Didelot1-2/+0
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot1-5/+0
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot1-0/+4
2019-10-22net: dsa: use ports list in dsa_to_portVivien Didelot1-1/+8
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot1-0/+5
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-1/+1
2019-10-02net: dsa: Remove unused __DSA_SKB_CB macroVladimir Oltean1-2/+0
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean1-0/+2
2019-08-27net: dsa: remove bitmap operationsVivien Didelot1-3/+0
2019-07-30net: dsa: ksz: Add KSZ8795 tag codeTristram Ha1-0/+2
2019-06-14net: dsa: make cpu_dp non constVivien Didelot1-1/+1
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei1-0/+2
2019-05-12net: dsa: Remove the now unused DSA_SKB_CB_COPY() macroVladimir Oltean1-3/+0
2019-05-12net: dsa: Remove dangerous DSA_SKB_CLONE() macroVladimir Oltean1-9/+0
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean1-3/+0
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean1-0/+2
2019-05-05net: dsa: Add a private structure pointer to dsa_portVladimir Oltean1-0/+6
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean1-0/+12
2019-05-05net: dsa: Keep private info in the skb->cbVladimir Oltean1-0/+31
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean1-0/+15
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean1-0/+2
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn1-23/+0
2019-04-30net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean1-0/+10
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean1-0/+5
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean1-0/+5
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean1-0/+1
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-1/+0
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn1-0/+66
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn1-0/+1
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn1-13/+30
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn1-0/+1
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen1-0/+1
2019-03-03net: dsa: add KSZ9893 switch tagging supportTristram Ha1-0/+1
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-2/+1
2019-02-21net: dsa: add support for bridge flagsRussell King1-0/+2