summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean2019-11-151-0/+2
* net: dsa: Add support for devlink resourcesAndrew Lunn2019-11-051-0/+16
* net: dsa: remove the dst->ds arrayVivien Didelot2019-10-311-5/+0
* net: dsa: remove ds->rtableVivien Didelot2019-10-311-7/+0
* net: dsa: list DSA links in the fabricVivien Didelot2019-10-311-1/+28
* net: dsa: return directly from dsa_to_portVivien Didelot2019-10-291-3/+3
* net: dsa: Add support for devlink device parametersAndrew Lunn2019-10-281-0/+23
* net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+0
* net: dsa: allocate ports on touchVivien Didelot2019-10-221-2/+0
* net: dsa: use ports list to setup default CPU portVivien Didelot2019-10-221-5/+0
* net: dsa: use ports list to setup switchesVivien Didelot2019-10-221-0/+4
* net: dsa: use ports list in dsa_to_portVivien Didelot2019-10-221-1/+8
* net: dsa: add ports list in the switch fabricVivien Didelot2019-10-221-0/+5
* net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-221-1/+1
* net: dsa: Remove unused __DSA_SKB_CB macroVladimir Oltean2019-10-021-2/+0
* net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-161-0/+2
* net: dsa: remove bitmap operationsVivien Didelot2019-08-271-3/+0
* net: dsa: ksz: Add KSZ8795 tag codeTristram Ha2019-07-301-0/+2
* net: dsa: make cpu_dp non constVivien Didelot2019-06-141-1/+1
* net: dsa: Add teardown callback for driversVladimir Oltean2019-06-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-291-0/+2
|/
* net: dsa: Remove the now unused DSA_SKB_CB_COPY() macroVladimir Oltean2019-05-121-3/+0
* net: dsa: Remove dangerous DSA_SKB_CLONE() macroVladimir Oltean2019-05-121-9/+0
* net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean2019-05-121-3/+0
* net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean2019-05-051-0/+2
* net: dsa: Add a private structure pointer to dsa_portVladimir Oltean2019-05-051-0/+6
* net: dsa: Add support for deferred xmitVladimir Oltean2019-05-051-0/+12
* net: dsa: Keep private info in the skb->cbVladimir Oltean2019-05-051-0/+31
* net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean2019-05-051-0/+15
* net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean2019-05-051-0/+2
* net: dsa: Remove legacy probing supportAndrew Lunn2019-04-301-23/+0
* net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean2019-04-301-0/+10
* net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean2019-04-301-0/+5
* net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean2019-04-301-0/+5
* net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean2019-04-301-0/+1
* dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn2019-04-281-1/+0
* dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn2019-04-281-0/+66
* dsa: Add TAG protocol to tag opsAndrew Lunn2019-04-281-0/+1
* dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn2019-04-281-13/+30
* dsa: Move tagger name into its ops structureAndrew Lunn2019-04-281-0/+1
* net: dsa: read mac address from DT for slave deviceXiaofei Shen2019-04-011-0/+1
* net: dsa: add KSZ9893 switch tagging supportTristram Ha2019-03-031-0/+1
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-241-2/+1
* net: dsa: add support for bridge flagsRussell King2019-02-211-0/+2
* net: dsa: Split platform data to header fileFlorian Fainelli2019-01-171-60/+1
* net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli2019-01-161-0/+5
* net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha2018-12-161-1/+1
* net: dsa: Add overhead to tag protocol ops.Andrew Lunn2018-12-061-0/+1